<div dir="ltr"><div class="gmail_quote"><br><div dir="ltr">Hi Team,<div><br></div><div>I am using <code style="color:rgb(0,0,0)"><b><i>sd_journal_add_match()</i></b></code><span style="color:rgb(0,0,0);font-family:"Times New Roman";font-size:medium"> API to add filter into journal files. Is there any way to remove/modify existing filter rather than remove all using<b><i> </i></b></span><b><i><span style="font-size:medium;color:rgb(0,0,0);font-family:monospace">sd_journal_flush_matches()</span><span style="font-size:medium;color:rgb(0,0,0)"><font face="Times New Roman">.</font></span></i></b></div><div><b><span style="font-size:medium;color:rgb(0,0,0)"><font face="Times New Roman"><br></font></span></b></div><div><b><span style="font-size:medium;color:rgb(0,0,0)"><font face="Times New Roman">For example :</font></span></b></div><div><br></div><div>Current method:</div><div><br></div><div>To remove F_3 : </div><div>sd_journal_add_match( j , "F_1" , 4);  <b><span style="font-size:medium;color:rgb(0,0,0)"><font face="Times New Roman"><br></font></span></b></div><div>sd_journal_add_match( j , "F_2" , 4);  </div><div>

 sd_journal_add_match( j , "F_3" , 4);   </div><div>

 sd_journal_add_match( j , "F_4" , 4);<br></div><div>.....</div><div><br></div><div><span style="font-size:medium;color:rgb(0,0,0);font-family:monospace">sd_journal_flush_matches()</span><span style="font-size:medium;color:rgb(0,0,0)"><font face="Times New Roman">.</font></span><br></div><div><br></div><div><div>sd_journal_add_match( j , "F_1" , 4);  <b><span style="font-size:medium;color:rgb(0,0,0)"><font face="Times New Roman"><br></font></span></b></div><div>sd_journal_add_match( j , "F_2" , 4); </div><div>

 sd_journal_add_match( j , "F_4" , 4);</div></div><div>.... N Filters</div><div><br></div><div><b>Thanks in advance,</b></div><div><b>Mihir Bhatt</b></div></div>
</div></div>