<?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 _time field in search result? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-remove-time-field-in-search-result/m-p/121216#M32607</link>
    <description>&lt;P&gt;I mean I am using real time. When I use tables it doesn't update real time unlike the events. You will see the event option in the panel in between the magnifier icon and the paintbrush. There is an event option there and it updates every time the search runs. Statistics table can do this.&lt;/P&gt;</description>
    <pubDate>Wed, 15 Jul 2015 07:10:21 GMT</pubDate>
    <dc:creator>josefa123</dc:creator>
    <dc:date>2015-07-15T07:10:21Z</dc:date>
    <item>
      <title>How to remove _time field in search result?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-remove-time-field-in-search-result/m-p/121211#M32602</link>
      <description>&lt;P&gt;I have search string like this  &lt;CODE&gt;counter Write Copies | dedup counter | where Value &amp;amp;lt; 50 | rename Value as values&lt;/CODE&gt; and configure the fields to show on the xml. I have not included the _time field but it automatically displays there. I also tried to use &lt;CODE&gt;| fields - _time&lt;/CODE&gt; but it only removes the values but the column name is still there. Anyone experienced this?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jul 2015 06:20:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-remove-time-field-in-search-result/m-p/121211#M32602</guid>
      <dc:creator>josefa123</dc:creator>
      <dc:date>2015-07-14T06:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove _time field in search result?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-remove-time-field-in-search-result/m-p/121212#M32603</link>
      <description>&lt;P&gt;As long as you do not use a &lt;A href="http://docs.splunk.com/Splexicon:Transformingcommand"&gt;transforming command&lt;/A&gt;, your results will always be based on events, and events don't make sense without a timestamp. Therefore, the standard event view always shows the time column.&lt;/P&gt;

&lt;P&gt;You might want to use &lt;CODE&gt;table&lt;/CODE&gt; with the fields you are actually interested in, e.g.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | table counter values
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 14 Jul 2015 06:28:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-remove-time-field-in-search-result/m-p/121212#M32603</guid>
      <dc:creator>jeffland</dc:creator>
      <dc:date>2015-07-14T06:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove _time field in search result?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-remove-time-field-in-search-result/m-p/121213#M32604</link>
      <description>&lt;P&gt;thanks for the answer. But my problem in using table is it doesn't refresh/run the same way as events do. For example, if I have 3 panels namely red green and blue. If I will use the search string with table in it and put the condition as &lt;CODE&gt;| where color = "green"&lt;/CODE&gt; yes it will put it the green panel but if I change the color to BLUE, the result in the green panel will still remain and just add the record to the blue panel. This doesn't happen when using events. If you can teach me how to use table in this kind of scenario then it would be a life saver. Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jul 2015 06:33:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-remove-time-field-in-search-result/m-p/121213#M32604</guid>
      <dc:creator>josefa123</dc:creator>
      <dc:date>2015-07-14T06:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove _time field in search result?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-remove-time-field-in-search-result/m-p/121214#M32605</link>
      <description>&lt;P&gt;I'm sorry, I don't understand what exactly you are doing with your panels. Are we talking about the panels on a dashboard? Please elaborate on what you are doing, maybe add a screenshot.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jul 2015 06:48:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-remove-time-field-in-search-result/m-p/121214#M32605</guid>
      <dc:creator>jeffland</dc:creator>
      <dc:date>2015-07-14T06:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove _time field in search result?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-remove-time-field-in-search-result/m-p/121215#M32606</link>
      <description>&lt;P&gt;I agree with @jeffland, I have absolutely no idea what you are meaning.  You clarification just make it even worse.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jul 2015 15:09:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-remove-time-field-in-search-result/m-p/121215#M32606</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-07-14T15:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove _time field in search result?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-remove-time-field-in-search-result/m-p/121216#M32607</link>
      <description>&lt;P&gt;I mean I am using real time. When I use tables it doesn't update real time unlike the events. You will see the event option in the panel in between the magnifier icon and the paintbrush. There is an event option there and it updates every time the search runs. Statistics table can do this.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jul 2015 07:10:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-remove-time-field-in-search-result/m-p/121216#M32607</guid>
      <dc:creator>josefa123</dc:creator>
      <dc:date>2015-07-15T07:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove _time field in search result?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-remove-time-field-in-search-result/m-p/121217#M32608</link>
      <description>&lt;P&gt;I've just tried this. A real time search (for simplicity) like this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal | head 3 | table host source
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;updates the table just fine.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jul 2015 07:20:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-remove-time-field-in-search-result/m-p/121217#M32608</guid>
      <dc:creator>jeffland</dc:creator>
      <dc:date>2015-07-15T07:20:38Z</dc:date>
    </item>
  </channel>
</rss>

