<?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: Removing source rows based on field values. in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/Removing-source-rows-based-on-field-values/m-p/567919#M10049</link>
    <description>&lt;P&gt;I gave that a try and still getting those OS returned:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="richtate_0-1632263222509.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/16089i3DF7AE1E48386783/image-size/medium?v=v2&amp;amp;px=400" role="button" title="richtate_0-1632263222509.png" alt="richtate_0-1632263222509.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 21 Sep 2021 22:27:15 GMT</pubDate>
    <dc:creator>richtate</dc:creator>
    <dc:date>2021-09-21T22:27:15Z</dc:date>
    <item>
      <title>Removing source rows based on field values.</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Removing-source-rows-based-on-field-values/m-p/567897#M10046</link>
      <description>&lt;P&gt;I have a index with thousands of operating systems (OS).&amp;nbsp; I want to remove unwanted operating systems (OS) from my report using wild cards as many of the unwanted share the same value as part of the OS.&lt;/P&gt;&lt;P&gt;Here is what I'm trying to do:&lt;/P&gt;&lt;P&gt;earliest=-15d@d index="asset" sourcetype="Tenable:SecurityCenter:Asset"&lt;BR /&gt;WHERE operating_system NOT "[APC*" OR "[AIX*"&lt;BR /&gt;| stats count by operating_system&lt;/P&gt;&lt;P&gt;I want to remove OS that have APC or AIX ( and others not listed) from the query.&amp;nbsp; But I can't use a wildcard which would mean hundreds of entries just for APC and all the versions I want to exclude.&amp;nbsp; I've tried NOT IN, NOT LIKE, != and more but either nothing is returned or what I want filtered out is not filtered and all events are returned.&amp;nbsp; Suggestions?&lt;/P&gt;</description>
      <pubDate>Tue, 21 Sep 2021 19:18:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Removing-source-rows-based-on-field-values/m-p/567897#M10046</guid>
      <dc:creator>richtate</dc:creator>
      <dc:date>2021-09-21T19:18:19Z</dc:date>
    </item>
    <item>
      <title>Re: Removing source rows based on field values.</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Removing-source-rows-based-on-field-values/m-p/567916#M10047</link>
      <description>&lt;LI-CODE lang="markup"&gt;| regex operating_system!="^\[(APC|AIX)"&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 21 Sep 2021 22:22:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Removing-source-rows-based-on-field-values/m-p/567916#M10047</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-09-21T22:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: Removing source rows based on field values.</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Removing-source-rows-based-on-field-values/m-p/567919#M10049</link>
      <description>&lt;P&gt;I gave that a try and still getting those OS returned:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="richtate_0-1632263222509.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/16089i3DF7AE1E48386783/image-size/medium?v=v2&amp;amp;px=400" role="button" title="richtate_0-1632263222509.png" alt="richtate_0-1632263222509.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Sep 2021 22:27:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Removing-source-rows-based-on-field-values/m-p/567919#M10049</guid>
      <dc:creator>richtate</dc:creator>
      <dc:date>2021-09-21T22:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: Removing source rows based on field values.</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Removing-source-rows-based-on-field-values/m-p/567922#M10050</link>
      <description>&lt;P&gt;These operating systems don't have the leading [ which you had in your original post - try this instead&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| regex operating_system!="(APC|AIX)"&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 21 Sep 2021 22:45:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Removing-source-rows-based-on-field-values/m-p/567922#M10050</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-09-21T22:45:23Z</dc:date>
    </item>
  </channel>
</rss>

