<?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 From _raw events I do not see _indextime in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/From-raw-events-I-do-not-see-indextime/m-p/479174#M192912</link>
    <description>&lt;P&gt;I am wondering why from some set of _raw indexes I do not see _indextime.  I should see it. Any idea?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Lp&lt;/P&gt;</description>
    <pubDate>Wed, 22 Apr 2020 13:04:47 GMT</pubDate>
    <dc:creator>lpolo</dc:creator>
    <dc:date>2020-04-22T13:04:47Z</dc:date>
    <item>
      <title>From _raw events I do not see _indextime</title>
      <link>https://community.splunk.com/t5/Splunk-Search/From-raw-events-I-do-not-see-indextime/m-p/479174#M192912</link>
      <description>&lt;P&gt;I am wondering why from some set of _raw indexes I do not see _indextime.  I should see it. Any idea?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Lp&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2020 13:04:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/From-raw-events-I-do-not-see-indextime/m-p/479174#M192912</guid>
      <dc:creator>lpolo</dc:creator>
      <dc:date>2020-04-22T13:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: From _raw events I do not see _indextime</title>
      <link>https://community.splunk.com/t5/Splunk-Search/From-raw-events-I-do-not-see-indextime/m-p/479175#M192913</link>
      <description>&lt;P&gt;Hi @lpolo,&lt;BR /&gt;
_indextime isn't a field displayed by default (I don't know why!), but it's always present, if you want it you must explicitate it using table or eval to display in human readable format:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=my_index
| eval indextime=strftime(_indextime,"%d/%m/%Y %H:%M:%S")
| table _time indextime _raw
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Ciao.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2020 13:22:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/From-raw-events-I-do-not-see-indextime/m-p/479175#M192913</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-04-22T13:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: From _raw events I do not see _indextime</title>
      <link>https://community.splunk.com/t5/Splunk-Search/From-raw-events-I-do-not-see-indextime/m-p/479176#M192914</link>
      <description>&lt;P&gt;Thanks!&lt;BR /&gt;
I am aware that it should always be present that is the reason of my question. I am wondering why some indexes I can see it with this simple query:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=myindex| table _time _indextime
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;But with some other indexes I need to do this to see it:&lt;BR /&gt;
    index=myindex | eval indextime=_indextime | table _time indextime _indextime &lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2020 13:38:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/From-raw-events-I-do-not-see-indextime/m-p/479176#M192914</guid>
      <dc:creator>lpolo</dc:creator>
      <dc:date>2020-04-22T13:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: From _raw events I do not see _indextime</title>
      <link>https://community.splunk.com/t5/Splunk-Search/From-raw-events-I-do-not-see-indextime/m-p/479177#M192915</link>
      <description>&lt;P&gt;Grazie Mille Giuseppe. Forza Italia. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2020 13:39:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/From-raw-events-I-do-not-see-indextime/m-p/479177#M192915</guid>
      <dc:creator>lpolo</dc:creator>
      <dc:date>2020-04-22T13:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: From _raw events I do not see _indextime</title>
      <link>https://community.splunk.com/t5/Splunk-Search/From-raw-events-I-do-not-see-indextime/m-p/479178#M192916</link>
      <description>&lt;P&gt;You're welcome".&lt;BR /&gt;
if you're staisfied by this answer, please accept and/or upvote it, for the other memebers of the Community.&lt;/P&gt;

&lt;P&gt;sempre!&lt;BR /&gt;
Ciao.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2020 13:46:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/From-raw-events-I-do-not-see-indextime/m-p/479178#M192916</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-04-22T13:46:25Z</dc:date>
    </item>
  </channel>
</rss>

