<?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: Showing indexed time? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Showing-indexed-time/m-p/90686#M18838</link>
    <description>&lt;P&gt;Here is the answer &lt;BR /&gt;
YOUR QUERY | eval lag_sec=_indextime-_time | table lag_sec&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 09:58:58 GMT</pubDate>
    <dc:creator>mendesjo</dc:creator>
    <dc:date>2020-09-29T09:58:58Z</dc:date>
    <item>
      <title>Showing indexed time?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Showing-indexed-time/m-p/90682#M18834</link>
      <description>&lt;P&gt;Hey everyone,&lt;BR /&gt;
Is there a way to show the indexed time of an event (as opposed to the timestamp)? I am trying to see if my forwarders are capable of keeping up with the volume of data that I am sending - I seem to be missing a lot of events and I want to make sure I'm not losing them when my pruning process runs.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Mar 2012 13:44:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Showing-indexed-time/m-p/90682#M18834</guid>
      <dc:creator>msarro</dc:creator>
      <dc:date>2012-03-13T13:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: Showing indexed time?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Showing-indexed-time/m-p/90683#M18835</link>
      <description>&lt;P&gt;This data is stored in the _indextime field.&lt;/P&gt;

&lt;P&gt;You can access it via:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | eval indexed_time=strftime(_indextime, "%+")
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Or:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | eval lag = _indextime - _time
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 13 Mar 2012 14:58:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Showing-indexed-time/m-p/90683#M18835</guid>
      <dc:creator>Stephen_Sorkin</dc:creator>
      <dc:date>2012-03-13T14:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: Showing indexed time?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Showing-indexed-time/m-p/90684#M18836</link>
      <description>&lt;P&gt;Look at the hidden &lt;CODE&gt;_indextime&lt;/CODE&gt; field.  I've found it helpful to look at the delay of each event and chart the results like so:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;your search ... | eval delay=_indextime-_time | bucket bins=30 delay | chart count by delay
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 13 Mar 2012 14:59:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Showing-indexed-time/m-p/90684#M18836</guid>
      <dc:creator>Lowell</dc:creator>
      <dc:date>2012-03-13T14:59:51Z</dc:date>
    </item>
    <item>
      <title>Re: Showing indexed time?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Showing-indexed-time/m-p/90685#M18837</link>
      <description>&lt;P&gt;Doesn't work for me &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;  I add this to a query and I do not see _indextime values,&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jun 2016 18:24:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Showing-indexed-time/m-p/90685#M18837</guid>
      <dc:creator>mendesjo</dc:creator>
      <dc:date>2016-06-21T18:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: Showing indexed time?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Showing-indexed-time/m-p/90686#M18838</link>
      <description>&lt;P&gt;Here is the answer &lt;BR /&gt;
YOUR QUERY | eval lag_sec=_indextime-_time | table lag_sec&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 09:58:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Showing-indexed-time/m-p/90686#M18838</guid>
      <dc:creator>mendesjo</dc:creator>
      <dc:date>2020-09-29T09:58:58Z</dc:date>
    </item>
  </channel>
</rss>

