<?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: I'm trying to determine if by date_time stamps if we are getting the logs we should be getting in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/I-m-trying-to-determine-if-by-date-time-stamps-if-we-are-getting/m-p/516771#M145266</link>
    <description>&lt;P&gt;Usually the earlier timestamp is the event's creation time and the second one indexing time. Of course if your event ( source system) has wrong timezone then it could be otherwise.&lt;/P&gt;&lt;P&gt;Have you raw event and props.conf (/transforms.conf) where we could try to figure it out?&lt;/P&gt;&lt;P&gt;r. Ismo&lt;/P&gt;</description>
    <pubDate>Fri, 28 Aug 2020 16:35:29 GMT</pubDate>
    <dc:creator>isoutamo</dc:creator>
    <dc:date>2020-08-28T16:35:29Z</dc:date>
    <item>
      <title>I'm trying to determine if by date_time stamps if we are getting the logs we should be getting</title>
      <link>https://community.splunk.com/t5/Splunk-Search/I-m-trying-to-determine-if-by-date-time-stamps-if-we-are-getting/m-p/516748#M145252</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm trying to determine if we are getting all the TrendMicro logs by comparing what's in Splunk and what's in Trend. There are 2 date/time stamps in the Splunk logs which I assume 1 is the actual event date/time and the other is the Splunk index date/time.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've ran the following 2 searches which return the same date_time stamps but I would expect to be different since the 2 date/times are different.&lt;/P&gt;&lt;P&gt;Times:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="t"&gt;Aug&lt;/SPAN&gt; &lt;SPAN class="t"&gt;28&lt;/SPAN&gt; &lt;SPAN class="t"&gt;11:18:43&lt;/SPAN&gt;&amp;nbsp;x.x.x.x&amp;nbsp;&lt;SPAN class="t"&gt;Aug&lt;/SPAN&gt; &lt;SPAN class="t"&gt;28&lt;/SPAN&gt; &lt;SPAN class="t"&gt;&lt;SPAN class="t h"&gt;15:12&lt;/SPAN&gt;:19&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;index=trendmicro | eval mytime=strftime(_time,"%Y-%m-%dT%H:%M:%S.%Q %Z")&lt;/P&gt;&lt;P&gt;&lt;A title="2020-08-28T11:18:43.000 EDT" href="https://10.94.2.111:8000/en-US/app/search/search?q=search%20index%3Dcorp_prod_trendmicro%20%7C%20eval%20mytime%3Dstrftime(_time%2C%22%25Y-%25m-%25dT%25H%3A%25M%3A%25S.%25Q%20%25Z%22)&amp;amp;display.page.search.mode=smart&amp;amp;dispatch.sample_ratio=1&amp;amp;workload_pool=&amp;amp;earliest=-15m&amp;amp;latest=now&amp;amp;display.events.fields=%5B%22host%22%2C%22source%22%2C%22sourcetype%22%2C%22index%22%2C%22prefix%22%2C%22type%22%2C%22Type%22%2C%22mytime%22%5D&amp;amp;sid=1598627924.30851#" target="_blank" rel="noopener"&gt;2020-08-28T11:18:43.000 EDT&lt;/A&gt;&lt;/P&gt;&lt;P&gt;index=trendmicro | eval mytime=strftime(_indextime,"%Y-%m-%dT%H:%M:%S.%Q %Z")&lt;/P&gt;&lt;P&gt;&lt;A title="2020-08-28T11:18:43.000 EDT" href="https://10.94.2.111:8000/en-US/app/search/search?q=search%20index%3Dcorp_prod_trendmicro%20%7C%20eval%20mytime%3Dstrftime(_time%2C%22%25Y-%25m-%25dT%25H%3A%25M%3A%25S.%25Q%20%25Z%22)&amp;amp;display.page.search.mode=smart&amp;amp;dispatch.sample_ratio=1&amp;amp;workload_pool=&amp;amp;earliest=-15m&amp;amp;latest=now&amp;amp;display.events.fields=%5B%22host%22%2C%22source%22%2C%22sourcetype%22%2C%22index%22%2C%22prefix%22%2C%22type%22%2C%22Type%22%2C%22mytime%22%5D&amp;amp;sid=1598627924.30851#" target="_blank" rel="noopener"&gt;2020-08-28T11:18:43.000 EDT&lt;/A&gt;&lt;/P&gt;&lt;P&gt;How can I pull/report on both of these fields with both of the date_time stamps so we can determine we are getting all logs as well as if the indexer(s) are under resourced?&lt;/P&gt;</description>
      <pubDate>Fri, 28 Aug 2020 15:33:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/I-m-trying-to-determine-if-by-date-time-stamps-if-we-are-getting/m-p/516748#M145252</guid>
      <dc:creator>clunde</dc:creator>
      <dc:date>2020-08-28T15:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: I'm trying to determine if by date_time stamps if we are getting the logs we should be getting</title>
      <link>https://community.splunk.com/t5/Splunk-Search/I-m-trying-to-determine-if-by-date-time-stamps-if-we-are-getting/m-p/516753#M145256</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;_time is (usually) when event is originally created on source system.&lt;/P&gt;&lt;P&gt;_indextime is when event is ingested to splunk and written to splunk index.&lt;/P&gt;&lt;P&gt;Usually those two should be quite similar (difference some seconds), but if there are some issues to collect and deliver events to splunk there could be long difference between those.&lt;/P&gt;&lt;P&gt;Another reason for that is wrongly configured TZ (time zone) information and/or your equipment don't use same time source to sync their time (ntp is suitable for that).&lt;/P&gt;&lt;P&gt;You could put those to report just like you already show in your guestion. Just use different names for those.&lt;/P&gt;&lt;P&gt;Best and easiest way to solve why there are difference between those is take MC (monitoring console) into use and look e.g. Settings -&amp;gt; MC -&amp;gt; Indexing -&amp;gt; performance is there any bottle necks sawn.&lt;/P&gt;&lt;P&gt;There are lot of other questions about this issue and also excellent .conf presentations how to solve this which you could found by using google.&amp;nbsp;&lt;/P&gt;&lt;P&gt;r. Ismo&lt;/P&gt;</description>
      <pubDate>Fri, 28 Aug 2020 15:41:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/I-m-trying-to-determine-if-by-date-time-stamps-if-we-are-getting/m-p/516753#M145256</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2020-08-28T15:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: I'm trying to determine if by date_time stamps if we are getting the logs we should be getting</title>
      <link>https://community.splunk.com/t5/Splunk-Search/I-m-trying-to-determine-if-by-date-time-stamps-if-we-are-getting/m-p/516767#M145265</link>
      <description>&lt;P&gt;Thank you for the information!&lt;/P&gt;&lt;P&gt;Do you know if the first time stamp is the _time or if it's the _indextime?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 28 Aug 2020 16:29:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/I-m-trying-to-determine-if-by-date-time-stamps-if-we-are-getting/m-p/516767#M145265</guid>
      <dc:creator>clunde</dc:creator>
      <dc:date>2020-08-28T16:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: I'm trying to determine if by date_time stamps if we are getting the logs we should be getting</title>
      <link>https://community.splunk.com/t5/Splunk-Search/I-m-trying-to-determine-if-by-date-time-stamps-if-we-are-getting/m-p/516771#M145266</link>
      <description>&lt;P&gt;Usually the earlier timestamp is the event's creation time and the second one indexing time. Of course if your event ( source system) has wrong timezone then it could be otherwise.&lt;/P&gt;&lt;P&gt;Have you raw event and props.conf (/transforms.conf) where we could try to figure it out?&lt;/P&gt;&lt;P&gt;r. Ismo&lt;/P&gt;</description>
      <pubDate>Fri, 28 Aug 2020 16:35:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/I-m-trying-to-determine-if-by-date-time-stamps-if-we-are-getting/m-p/516771#M145266</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2020-08-28T16:35:29Z</dc:date>
    </item>
  </channel>
</rss>

