<?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 Where does Splunk keep metadata on when a log was indexed? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Where-does-Splunk-keep-metadata-on-when-a-log-was-indexed/m-p/281756#M53877</link>
    <description>&lt;P&gt;The logs I've got only have log generation timestamps in them, and the timestamp in Splunk reflects the log generation date. Does Splunk keep metadata on when a specific log was delivered/acquired from the forwarder/host? If it does, how can I get that metadata?&lt;/P&gt;</description>
    <pubDate>Thu, 15 Dec 2016 00:30:37 GMT</pubDate>
    <dc:creator>kalik</dc:creator>
    <dc:date>2016-12-15T00:30:37Z</dc:date>
    <item>
      <title>Where does Splunk keep metadata on when a log was indexed?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Where-does-Splunk-keep-metadata-on-when-a-log-was-indexed/m-p/281756#M53877</link>
      <description>&lt;P&gt;The logs I've got only have log generation timestamps in them, and the timestamp in Splunk reflects the log generation date. Does Splunk keep metadata on when a specific log was delivered/acquired from the forwarder/host? If it does, how can I get that metadata?&lt;/P&gt;</description>
      <pubDate>Thu, 15 Dec 2016 00:30:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Where-does-Splunk-keep-metadata-on-when-a-log-was-indexed/m-p/281756#M53877</guid>
      <dc:creator>kalik</dc:creator>
      <dc:date>2016-12-15T00:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: Where does Splunk keep metadata on when a log was indexed?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Where-does-Splunk-keep-metadata-on-when-a-log-was-indexed/m-p/281757#M53878</link>
      <description>&lt;P&gt;You can look at _indextime to know when a particular event was actually indexed&lt;/P&gt;

&lt;P&gt;Add this to your search &lt;PRE&gt; | convert ctime(_indextime) as INDEX_TIME&lt;/PRE&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 12:08:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Where-does-Splunk-keep-metadata-on-when-a-log-was-indexed/m-p/281757#M53878</guid>
      <dc:creator>pradeepkumarg</dc:creator>
      <dc:date>2020-09-29T12:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: Where does Splunk keep metadata on when a log was indexed?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Where-does-Splunk-keep-metadata-on-when-a-log-was-indexed/m-p/281758#M53879</link>
      <description>&lt;P&gt;Splunk wont keep the this information, per se, in metadata. Your best way to approach this would be to look at the index time of the event and compare that to the timestamp of the event. Thats about as close as you can get from seeing the different of when the event arrived and was indexed vs what the timestamp of the event is.&lt;/P&gt;

&lt;P&gt;This field is stored in field called "_indextime". &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | eval ingesttime=_indextime | table ingesttime
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 15 Dec 2016 03:18:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Where-does-Splunk-keep-metadata-on-when-a-log-was-indexed/m-p/281758#M53879</guid>
      <dc:creator>esix_splunk</dc:creator>
      <dc:date>2016-12-15T03:18:19Z</dc:date>
    </item>
  </channel>
</rss>

