<?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: Are events from a particular source not getting indexed every night from 8pm to 12am, but events show up 24 hour later? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Are-events-from-a-particular-source-not-getting-indexed-every/m-p/207928#M41006</link>
    <description>&lt;P&gt;Figured it out. Added following to props.conf for host&lt;/P&gt;

&lt;P&gt;TIME_PREFIX = time="&lt;BR /&gt;
TZ = UTC&lt;/P&gt;

&lt;P&gt;Fixed the problem. This is for Sonicwall logs btw.&lt;/P&gt;</description>
    <pubDate>Thu, 17 Sep 2015 12:49:34 GMT</pubDate>
    <dc:creator>mjkenney</dc:creator>
    <dc:date>2015-09-17T12:49:34Z</dc:date>
    <item>
      <title>Are events from a particular source not getting indexed every night from 8pm to 12am, but events show up 24 hour later?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Are-events-from-a-particular-source-not-getting-indexed-every/m-p/207920#M40998</link>
      <description>&lt;P&gt;Events from a particular source do not get indexed every night from 8pm to 12am. However 24 hours later the events show up. What is happening to the events? Is this an issue with Splunk or the system sending the logs. The source is generating and sending logs during this time.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Sep 2015 15:01:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Are-events-from-a-particular-source-not-getting-indexed-every/m-p/207920#M40998</guid>
      <dc:creator>mjkenney</dc:creator>
      <dc:date>2015-09-09T15:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: Are events from a particular source not getting indexed every night from 8pm to 12am, but events show up 24 hour later?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Are-events-from-a-particular-source-not-getting-indexed-every/m-p/207921#M40999</link>
      <description>&lt;P&gt;Without more info, I'm going to bet it's a timezone issue. Or possibly your servers' time is off? You can check your events' timestamps vs index time by comparing the _time and _indextime fields.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;some search&amp;gt; | eval diff=_time-_indextime | stats max(diff) as max min(diff) as min by host source
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Anything more than a few seconds of difference should be concerning. Most often I see multihour differences skewing to the future when a server is logging in UTC, but Splunk is interpreting the time as local (EDT or similar).&lt;/P&gt;</description>
      <pubDate>Wed, 09 Sep 2015 15:48:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Are-events-from-a-particular-source-not-getting-indexed-every/m-p/207921#M40999</guid>
      <dc:creator>twinspop</dc:creator>
      <dc:date>2015-09-09T15:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: Are events from a particular source not getting indexed every night from 8pm to 12am, but events show up 24 hour later?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Are-events-from-a-particular-source-not-getting-indexed-every/m-p/207922#M41000</link>
      <description>&lt;P&gt;It's definitely a timezone issue. &lt;/P&gt;

&lt;P&gt;Event from September 9th, 7:59:59 PM, shows the UTC date/time stamp is going to flip to Sept 10th&lt;BR /&gt;
&lt;STRONG&gt;Splunk Time&lt;/STRONG&gt;&lt;BR /&gt;
9/9/15 7:59:59.000 PM&lt;BR /&gt;&lt;BR /&gt;
&lt;STRONG&gt;Event&lt;/STRONG&gt;&lt;BR /&gt;
Sep  9 19:59:59 4.4.4.4 id=firewall sn=ABCDEFG time="2015-09-09 23:59:59 UTC" fw=123.456.78.9 pri=1 c=512 m=522 msg="Malformed or unhandled IP packet dropped" sess=None n=1779272 src=1.1.1.1:0:X0 dst=2.2.2.2:0:X0 proto=112&lt;/P&gt;

&lt;P&gt;Event from September 9th, 8:00:00 PM, shows the UTC date/time stamp is Sept 11th and not the 10th.&lt;BR /&gt;
&lt;STRONG&gt;Splunk Time&lt;/STRONG&gt;&lt;BR /&gt;
9/9/15 8:00:00.000 PM&lt;BR /&gt;&lt;BR /&gt;
&lt;STRONG&gt;Event&lt;/STRONG&gt; &lt;BR /&gt;
Sep 10 20:00:00 4.4.4.4 id=firewall sn=ABCDEFG time="2015-09-11 00:00:00 UTC" fw=123.456.78.9 pri=1 c=512 m=522 msg="Malformed or unhandled IP packet dropped" sess=None n=1865689 src=1.1.1.1:0:X0 dst=2.2.2.2:0:X0 proto=112&lt;/P&gt;

&lt;P&gt;What do I need to adjust here to correct this?&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2015 13:36:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Are-events-from-a-particular-source-not-getting-indexed-every/m-p/207922#M41000</guid>
      <dc:creator>mjkenney</dc:creator>
      <dc:date>2015-09-11T13:36:59Z</dc:date>
    </item>
    <item>
      <title>Re: Are events from a particular source not getting indexed every night from 8pm to 12am, but events show up 24 hour later?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Are-events-from-a-particular-source-not-getting-indexed-every/m-p/207923#M41001</link>
      <description>&lt;P&gt;The logging is done on the UTC time zone. And your Splunk timezone is EDT. What is expected here? Do you want to show "2015-09-11 00:00:00 UTC" to show up the Splunk Time as "2015-09-11 00:00:00 EDT" ??&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2015 14:47:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Are-events-from-a-particular-source-not-getting-indexed-every/m-p/207923#M41001</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2015-09-11T14:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: Are events from a particular source not getting indexed every night from 8pm to 12am, but events show up 24 hour later?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Are-events-from-a-particular-source-not-getting-indexed-every/m-p/207924#M41002</link>
      <description>&lt;P&gt;Why does it jump an entire day? Shouldn't it read 2015-09-10 00:00:00 UTC, not 09-11?&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2015 14:53:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Are-events-from-a-particular-source-not-getting-indexed-every/m-p/207924#M41002</guid>
      <dc:creator>mjkenney</dc:creator>
      <dc:date>2015-09-11T14:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: Are events from a particular source not getting indexed every night from 8pm to 12am, but events show up 24 hour later?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Are-events-from-a-particular-source-not-getting-indexed-every/m-p/207925#M41003</link>
      <description>&lt;P&gt;If all your logs of this type are logging in UTC, you should set the TZ option in a props.conf file on the indexer(s), using the sourcetype as the stanza opening. Example&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[yoursourcetype]
TZ = GMT
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If you have an indexer app, put it in props.conf in that app bundle. Otherwise, you can put in $splunkhome/etc/system/local/props.conf. You'll need to restart the indexer after the change.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2015 15:00:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Are-events-from-a-particular-source-not-getting-indexed-every/m-p/207925#M41003</guid>
      <dc:creator>twinspop</dc:creator>
      <dc:date>2015-09-11T15:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: Are events from a particular source not getting indexed every night from 8pm to 12am, but events show up 24 hour later?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Are-events-from-a-particular-source-not-getting-indexed-every/m-p/207926#M41004</link>
      <description>&lt;P&gt;Figured it out. Added following to props.conf for host&lt;/P&gt;

&lt;P&gt;TIME_PREFIX = time="&lt;BR /&gt;
TZ = UTC&lt;/P&gt;

&lt;P&gt;Fixed the problem. This is for Sonicwall logs btw.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2015 00:25:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Are-events-from-a-particular-source-not-getting-indexed-every/m-p/207926#M41004</guid>
      <dc:creator>mjkenney</dc:creator>
      <dc:date>2015-09-15T00:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: Are events from a particular source not getting indexed every night from 8pm to 12am, but events show up 24 hour later?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Are-events-from-a-particular-source-not-getting-indexed-every/m-p/207927#M41005</link>
      <description>&lt;P&gt;I'm happy you found a solution. Be careful, by setting the TZ at host level, you are saying that any log that comes from there will be UTC. That very well could be accurate -- just remember it. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2015 01:13:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Are-events-from-a-particular-source-not-getting-indexed-every/m-p/207927#M41005</guid>
      <dc:creator>twinspop</dc:creator>
      <dc:date>2015-09-15T01:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: Are events from a particular source not getting indexed every night from 8pm to 12am, but events show up 24 hour later?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Are-events-from-a-particular-source-not-getting-indexed-every/m-p/207928#M41006</link>
      <description>&lt;P&gt;Figured it out. Added following to props.conf for host&lt;/P&gt;

&lt;P&gt;TIME_PREFIX = time="&lt;BR /&gt;
TZ = UTC&lt;/P&gt;

&lt;P&gt;Fixed the problem. This is for Sonicwall logs btw.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Sep 2015 12:49:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Are-events-from-a-particular-source-not-getting-indexed-every/m-p/207928#M41006</guid>
      <dc:creator>mjkenney</dc:creator>
      <dc:date>2015-09-17T12:49:34Z</dc:date>
    </item>
  </channel>
</rss>

