<?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 remove field values in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-remove-field-values/m-p/202639#M187587</link>
    <description>&lt;P&gt;Try this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=linux* NOT (sourcetype=UNIX* OR source=UNIX*) | stats latest(_time) as last_time by host source sourcetype | ....
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 02 Aug 2016 12:23:31 GMT</pubDate>
    <dc:creator>sundareshr</dc:creator>
    <dc:date>2016-08-02T12:23:31Z</dc:date>
    <item>
      <title>How to remove field values</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-remove-field-values/m-p/202638#M187586</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I want to remove source and source type field value of &lt;/P&gt;

&lt;P&gt;Unix:Service&lt;BR /&gt;
Unix:Uptime&lt;BR /&gt;
Unix:Version&lt;BR /&gt;
package&lt;BR /&gt;
ps&lt;/P&gt;

&lt;P&gt;Please help me, how to remove the mentioned field.&lt;BR /&gt;
Screenshot is attached&lt;span class="lia-inline-image-display-wrapper" image-alt="![alt text][1]"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/1669i506BEFDA48EE0D0A/image-size/large?v=v2&amp;amp;px=999" role="button" title="![alt text][1]" alt="![alt text][1]" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2016 07:34:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-remove-field-values/m-p/202638#M187586</guid>
      <dc:creator>syed_star357</dc:creator>
      <dc:date>2016-08-02T07:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove field values</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-remove-field-values/m-p/202639#M187587</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=linux* NOT (sourcetype=UNIX* OR source=UNIX*) | stats latest(_time) as last_time by host source sourcetype | ....
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 02 Aug 2016 12:23:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-remove-field-values/m-p/202639#M187587</guid>
      <dc:creator>sundareshr</dc:creator>
      <dc:date>2016-08-02T12:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove field values</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-remove-field-values/m-p/202640#M187588</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;index=linux* 
NOT (sourcetype = "Unix:Service" OR sourcetype = "Unix:Uptime" OR sourcetype = "Unix:Version" OR sourcetype = "package" OR sourcetype = "ps") 
NOT (source = "Unix:Service" OR source = "Unix:Uptime" OR source = "Unix:Version" OR source = "package" OR source = "ps")
| stats max(_time) .... REST OF QUERY HERE
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Let me know if that's what you need&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2016 12:26:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-remove-field-values/m-p/202640#M187588</guid>
      <dc:creator>javiergn</dc:creator>
      <dc:date>2016-08-02T12:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove field values</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-remove-field-values/m-p/202641#M187589</link>
      <description>&lt;P&gt;If by "remove" you intend to delete the data from the Splunk index, then it can't be done.  Data in Splunk cannot be modified.&lt;BR /&gt;
On the other hand, you may be wanting to not show certain fields.  That is done with the &lt;CODE&gt;fields&lt;/CODE&gt; command.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | field - Unix:Service Unix:Uptime Unix:Version package ps
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 02 Aug 2016 12:31:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-remove-field-values/m-p/202641#M187589</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2016-08-02T12:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove field values</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-remove-field-values/m-p/202642#M187590</link>
      <description>&lt;P&gt;Thanks, I got the answer for the same query.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2016 18:35:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-remove-field-values/m-p/202642#M187590</guid>
      <dc:creator>syed_star357</dc:creator>
      <dc:date>2016-08-02T18:35:15Z</dc:date>
    </item>
  </channel>
</rss>

