<?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: Exclude data from a field in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-exclude-data-from-a-field/m-p/640782#M222004</link>
    <description>&lt;P&gt;Yes that is correct we have it coming into splunk as&amp;nbsp;list(dest) would this exclude or only show the stated IPs? I would want it to exclude 1.1.1.1 &amp;amp; 1.1.1.2 from the field just to leave 1.1.1.3 on the output&lt;/P&gt;</description>
    <pubDate>Thu, 20 Apr 2023 09:19:03 GMT</pubDate>
    <dc:creator>MR1992</dc:creator>
    <dc:date>2023-04-20T09:19:03Z</dc:date>
    <item>
      <title>How to exclude data from a field?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-exclude-data-from-a-field/m-p/640776#M222002</link>
      <description>&lt;P&gt;Is there a way to exclude specified data from a single field. The example I have is on Destination IP addresses from a firewall.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Splunk is currently showing multiple IP addresses in the field that is the direct path from source to destination and some are related to our specific appliances that we do not need to see. e.g. I have 3 IP's as below&lt;/P&gt;
&lt;P&gt;1.1.1.1&lt;/P&gt;
&lt;P&gt;1.1.1.2&lt;/P&gt;
&lt;P&gt;1.1.1.3&lt;/P&gt;
&lt;P&gt;I know what 1.1.1.1 and 1.1.1.2 are so I need to exclude them from view on the field but I want to keep 1.1.1.3. I need my know IP's excluded as there are many others that I am not aware of. I have around 50 IP's I want excluded from the field.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2023 16:48:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-exclude-data-from-a-field/m-p/640776#M222002</guid>
      <dc:creator>MR1992</dc:creator>
      <dc:date>2023-04-20T16:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude data from a field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-exclude-data-from-a-field/m-p/640778#M222003</link>
      <description>&lt;P&gt;From your description, I assume ip is a multivalue field (?)&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| eval ip=mvfilter(ip!="1.1.1.1" AND ip!="1.1.1.2")&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 20 Apr 2023 09:04:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-exclude-data-from-a-field/m-p/640778#M222003</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-04-20T09:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude data from a field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-exclude-data-from-a-field/m-p/640782#M222004</link>
      <description>&lt;P&gt;Yes that is correct we have it coming into splunk as&amp;nbsp;list(dest) would this exclude or only show the stated IPs? I would want it to exclude 1.1.1.1 &amp;amp; 1.1.1.2 from the field just to leave 1.1.1.3 on the output&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2023 09:19:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-exclude-data-from-a-field/m-p/640782#M222004</guid>
      <dc:creator>MR1992</dc:creator>
      <dc:date>2023-04-20T09:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude data from a field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-exclude-data-from-a-field/m-p/640791#M222008</link>
      <description>&lt;P&gt;It keeps what passes the test i.e. everything that is not equal to 1.1.1.1 and not equal to 1.1.1.2&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2023 09:42:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-exclude-data-from-a-field/m-p/640791#M222008</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-04-20T09:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude data from a field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-exclude-data-from-a-field/m-p/640835#M222026</link>
      <description>&lt;P&gt;Yeah it working great, thank you&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2023 13:19:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-exclude-data-from-a-field/m-p/640835#M222026</guid>
      <dc:creator>MR1992</dc:creator>
      <dc:date>2023-04-20T13:19:00Z</dc:date>
    </item>
  </channel>
</rss>

