<?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 How to rename _time column in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-rename-time-column/m-p/199741#M57861</link>
    <description>&lt;P&gt;How to rename the _time to TIME in the below query:&lt;/P&gt;

&lt;P&gt;|inputlookup currentesdorders.csv | dedup ORDER_NUMBER | where ORDER_TOTAL =0 | fields ESD_ORDER CREATION_DATE  | eval ESD_ORDER=if(ESD_ORDER="Y","ESD","Physical") | eval _time=CREATION_DATE  | timechart span=1w count(CREATION_DATE) as count by ESD_ORDER&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 16:52:48 GMT</pubDate>
    <dc:creator>webnair</dc:creator>
    <dc:date>2020-09-28T16:52:48Z</dc:date>
    <item>
      <title>How to rename _time column</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-rename-time-column/m-p/199741#M57861</link>
      <description>&lt;P&gt;How to rename the _time to TIME in the below query:&lt;/P&gt;

&lt;P&gt;|inputlookup currentesdorders.csv | dedup ORDER_NUMBER | where ORDER_TOTAL =0 | fields ESD_ORDER CREATION_DATE  | eval ESD_ORDER=if(ESD_ORDER="Y","ESD","Physical") | eval _time=CREATION_DATE  | timechart span=1w count(CREATION_DATE) as count by ESD_ORDER&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 16:52:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-rename-time-column/m-p/199741#M57861</guid>
      <dc:creator>webnair</dc:creator>
      <dc:date>2020-09-28T16:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to rename _time column</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-rename-time-column/m-p/199742#M57862</link>
      <description>&lt;P&gt;try this   &lt;/P&gt;

&lt;P&gt;...| rename _time AS TIME&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jun 2014 02:16:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-rename-time-column/m-p/199742#M57862</guid>
      <dc:creator>Isaias_Garcia</dc:creator>
      <dc:date>2014-06-18T02:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to rename _time column</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-rename-time-column/m-p/199743#M57863</link>
      <description>&lt;P&gt;Thanks for the quick answer. Th ecolumn name changes but then the time gets converted to unix format.&lt;BR /&gt;
Hiw do I retain the date format for example: 2014-03-27&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jun 2014 02:19:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-rename-time-column/m-p/199743#M57863</guid>
      <dc:creator>webnair</dc:creator>
      <dc:date>2014-06-18T02:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to rename _time column</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-rename-time-column/m-p/199744#M57864</link>
      <description>&lt;P&gt;oh is see..same question was asked before.you may try this: &lt;A href="http://answers.splunk.com/answers/1275/renaming-_time-field-causes-an-unwanted-result"&gt;http://answers.splunk.com/answers/1275/renaming-_time-field-causes-an-unwanted-result&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jun 2014 02:27:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-rename-time-column/m-p/199744#M57864</guid>
      <dc:creator>Isaias_Garcia</dc:creator>
      <dc:date>2014-06-18T02:27:10Z</dc:date>
    </item>
  </channel>
</rss>

