<?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 values from a field in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Removing-values-from-a-field/m-p/464190#M130837</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;Try with below&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;your query.... |where NOT status IN ("deferred","sent","expired","bounced")
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 10 Feb 2020 10:29:00 GMT</pubDate>
    <dc:creator>vnravikumar</dc:creator>
    <dc:date>2020-02-10T10:29:00Z</dc:date>
    <item>
      <title>Removing values from a field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Removing-values-from-a-field/m-p/464189#M130836</link>
      <description>&lt;P&gt;how to remove values from fields highlighted in red&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;index=main | eval description=case(status == 200, "OK", status == 404, "Not found", status == 500, "Internal Server Error", status == 503, "Service Unavailable", status == 406, "Not Acceptable", status == 400, "Bad Request ", status == 408, "Request Timeout", status == 505, "HTTP Version Not Supported", status == 403, "Forbidden") | table _time status description | where isnotnull(status) | dedup status&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/8344i198A8C720EBF3452/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2020 10:19:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Removing-values-from-a-field/m-p/464189#M130836</guid>
      <dc:creator>gagareg</dc:creator>
      <dc:date>2020-02-10T10:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: Removing values from a field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Removing-values-from-a-field/m-p/464190#M130837</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;Try with below&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;your query.... |where NOT status IN ("deferred","sent","expired","bounced")
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 10 Feb 2020 10:29:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Removing-values-from-a-field/m-p/464190#M130837</guid>
      <dc:creator>vnravikumar</dc:creator>
      <dc:date>2020-02-10T10:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: Removing values from a field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Removing-values-from-a-field/m-p/464191#M130838</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;index=main 
| eval description=case(status == 200, "OK", status == 404, "Not found", status == 500, "Internal Server Error", status == 503, "Service Unavailable", status == 406, "Not Acceptable", status == 400, "Bad Request ", status == 408, "Request Timeout", status == 505, "HTTP Version Not Supported", status == 403, "Forbidden", true(), NULL)
| table _time status description
| where isnotnull(description) 
| dedup status
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 10 Feb 2020 10:29:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Removing-values-from-a-field/m-p/464191#M130838</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-02-10T10:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: Removing values from a field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Removing-values-from-a-field/m-p/464192#M130839</link>
      <description>&lt;P&gt;Unfortunately, it does not work for me. But thank you for answering &lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2020 10:40:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Removing-values-from-a-field/m-p/464192#M130839</guid>
      <dc:creator>gagareg</dc:creator>
      <dc:date>2020-02-10T10:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: Removing values from a field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Removing-values-from-a-field/m-p/464193#M130840</link>
      <description>&lt;P&gt;Thanks. It's working &lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2020 10:40:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Removing-values-from-a-field/m-p/464193#M130840</guid>
      <dc:creator>gagareg</dc:creator>
      <dc:date>2020-02-10T10:40:44Z</dc:date>
    </item>
  </channel>
</rss>

