<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: how to exclude some keyword by using mvfilter in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-exclude-some-keyword-by-using-mvfilter/m-p/594682#M12337</link>
    <description>&lt;P&gt;thanks for your quick response&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/214410"&gt;@isoutamo&lt;/a&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;This is for testing purpose, but i do have multi field values. could you please guide me how do this same thing using mvfilter.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Thu, 21 Apr 2022 14:05:44 GMT</pubDate>
    <dc:creator>super_saiyan</dc:creator>
    <dc:date>2022-04-21T14:05:44Z</dc:date>
    <item>
      <title>How to exclude some keyword by using mvfilter?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-exclude-some-keyword-by-using-mvfilter/m-p/594672#M12334</link>
      <description>&lt;P&gt;Hi all,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i want to hide / delete / exclude some keyword like " supersaiyan" , "leave" from the below event using&amp;nbsp;&lt;SPAN&gt;mvfilter. can anyone please tell me how to do it ?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;| makeresults&lt;BR /&gt;| eval target_text="My name is supersaiyan, leave this to me"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2022 14:41:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-exclude-some-keyword-by-using-mvfilter/m-p/594672#M12334</guid>
      <dc:creator>super_saiyan</dc:creator>
      <dc:date>2022-04-21T14:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: how to exclude some keyword by using mvfilter</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-exclude-some-keyword-by-using-mvfilter/m-p/594677#M12335</link>
      <description>&lt;P&gt;any thoughts ?&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/214410"&gt;@isoutamo&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2022 13:39:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-exclude-some-keyword-by-using-mvfilter/m-p/594677#M12335</guid>
      <dc:creator>super_saiyan</dc:creator>
      <dc:date>2022-04-21T13:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: how to exclude some keyword by using mvfilter</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-exclude-some-keyword-by-using-mvfilter/m-p/594679#M12336</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;when you have normal field (not multivalue) then you can do it like&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| makeresults
| fields - _time
| eval target_text="My name is supersaiyan, leave this to me"
| rex mode=sed field=target_text "s/(supersaiyan|leave)//g"&lt;/LI-CODE&gt;&lt;P&gt;r. Ismo&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2022 13:42:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-exclude-some-keyword-by-using-mvfilter/m-p/594679#M12336</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2022-04-21T13:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: how to exclude some keyword by using mvfilter</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-exclude-some-keyword-by-using-mvfilter/m-p/594682#M12337</link>
      <description>&lt;P&gt;thanks for your quick response&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/214410"&gt;@isoutamo&lt;/a&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;This is for testing purpose, but i do have multi field values. could you please guide me how do this same thing using mvfilter.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2022 14:05:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-exclude-some-keyword-by-using-mvfilter/m-p/594682#M12337</guid>
      <dc:creator>super_saiyan</dc:creator>
      <dc:date>2022-04-21T14:05:44Z</dc:date>
    </item>
    <item>
      <title>Re: how to exclude some keyword by using mvfilter</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-exclude-some-keyword-by-using-mvfilter/m-p/594684#M12338</link>
      <description>With mvfilter you can select items which contains that regex which you are looking. It's not remove those content like above rex.&lt;BR /&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.2.4/SearchReference/MultivalueEvalFunctions#mvfilter.28X.29" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.2.4/SearchReference/MultivalueEvalFunctions#mvfilter.28X.29&lt;/A&gt;</description>
      <pubDate>Thu, 21 Apr 2022 14:11:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-exclude-some-keyword-by-using-mvfilter/m-p/594684#M12338</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2022-04-21T14:11:39Z</dc:date>
    </item>
  </channel>
</rss>

