<?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: WineventLog are indexed late. in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/WineventLog-are-indexed-late/m-p/430314#M7702</link>
    <description>&lt;P&gt;2.5 hours late (or early) might indicate India time or Iran time, only countries with 1/2 hour interval.&lt;BR /&gt;
verify the cloak on your server as well as the time set for the user who looks at the data&lt;BR /&gt;
you can also check the &lt;CODE&gt;_indextime&lt;/CODE&gt; field and see if the event really "arrived" late, or your event time stamping / users set are off&lt;/P&gt;

&lt;P&gt;hope it helps&lt;/P&gt;</description>
    <pubDate>Tue, 29 Jan 2019 00:09:56 GMT</pubDate>
    <dc:creator>adonio</dc:creator>
    <dc:date>2019-01-29T00:09:56Z</dc:date>
    <item>
      <title>WineventLog are indexed late.</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/WineventLog-are-indexed-late/m-p/430313#M7701</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;

&lt;P&gt;I am using splunk enterprise 7.1.4. I noticed some of the domain controllers logs(wineventlog) are indexed very late. The data is indexed 2.5 hrs late than the timestamp of the event. This is seen only on two domain controllers. &lt;/P&gt;

&lt;P&gt;I need help or advise on this issue.&lt;/P&gt;

&lt;P&gt;Thanks, &lt;/P&gt;</description>
      <pubDate>Mon, 28 Jan 2019 15:43:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/WineventLog-are-indexed-late/m-p/430313#M7701</guid>
      <dc:creator>graju89</dc:creator>
      <dc:date>2019-01-28T15:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: WineventLog are indexed late.</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/WineventLog-are-indexed-late/m-p/430314#M7702</link>
      <description>&lt;P&gt;2.5 hours late (or early) might indicate India time or Iran time, only countries with 1/2 hour interval.&lt;BR /&gt;
verify the cloak on your server as well as the time set for the user who looks at the data&lt;BR /&gt;
you can also check the &lt;CODE&gt;_indextime&lt;/CODE&gt; field and see if the event really "arrived" late, or your event time stamping / users set are off&lt;/P&gt;

&lt;P&gt;hope it helps&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jan 2019 00:09:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/WineventLog-are-indexed-late/m-p/430314#M7702</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2019-01-29T00:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: WineventLog are indexed late.</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/WineventLog-are-indexed-late/m-p/430315#M7703</link>
      <description>&lt;P&gt;Hi adonio,&lt;/P&gt;

&lt;P&gt;I dont think it is timezone problem. The logs are indexed late not early. Most of the times it is late by 2.5hrs. Sometimes it indexes within 5 min. So I am guessing it is not time zone problem. Let me know if you have any other thoughts.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Fri, 01 Feb 2019 15:39:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/WineventLog-are-indexed-late/m-p/430315#M7703</guid>
      <dc:creator>graju89</dc:creator>
      <dc:date>2019-02-01T15:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: WineventLog are indexed late.</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/WineventLog-are-indexed-late/m-p/430316#M7704</link>
      <description>&lt;P&gt;ill recommend to identify the latency patterns first:&lt;BR /&gt;
&lt;CODE&gt;... your search for windows ...| eval time=_time | eval itime=_indextime | eval latency=(itime  - time) | stats count, avg(latency), min(latency), max(latency) by source&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Feb 2019 15:50:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/WineventLog-are-indexed-late/m-p/430316#M7704</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2019-02-01T15:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: WineventLog are indexed late.</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/WineventLog-are-indexed-late/m-p/430317#M7705</link>
      <description>&lt;P&gt;I tried that already. Latency is around 10000 sec(avg).&lt;/P&gt;</description>
      <pubDate>Fri, 01 Feb 2019 15:54:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/WineventLog-are-indexed-late/m-p/430317#M7705</guid>
      <dc:creator>graju89</dc:creator>
      <dc:date>2019-02-01T15:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: WineventLog are indexed late.</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/WineventLog-are-indexed-late/m-p/430318#M7706</link>
      <description>&lt;P&gt;do you see latency from other sources?&lt;BR /&gt;
did you measure network latency?&lt;BR /&gt;
can you force a single event through the forwarder with &lt;CODE&gt;add oneshot&lt;/CODE&gt; and measure results?&lt;/P&gt;</description>
      <pubDate>Fri, 01 Feb 2019 16:17:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/WineventLog-are-indexed-late/m-p/430318#M7706</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2019-02-01T16:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: WineventLog are indexed late.</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/WineventLog-are-indexed-late/m-p/430319#M7707</link>
      <description>&lt;P&gt;I assume the delays are seen from only Windows security events and not application or system events from those 2 domain controllers.&lt;/P&gt;

&lt;P&gt;What's special/different on them compared to your other servers? Do you have a lot of security events on them? Is that in a network segment, where there can be delays? [ I assume the splunk conf/apps in all your AD servers are same]&lt;/P&gt;</description>
      <pubDate>Fri, 01 Feb 2019 16:51:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/WineventLog-are-indexed-late/m-p/430319#M7707</guid>
      <dc:creator>lakshman239</dc:creator>
      <dc:date>2019-02-01T16:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: WineventLog are indexed late.</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/WineventLog-are-indexed-late/m-p/430320#M7708</link>
      <description>&lt;P&gt;@lakshman239 Yes, You are correct. But it delays for application logs as well. I am sure the events are higher than other servers. From splunk side I dont have any special changes for these servers.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Feb 2019 17:05:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/WineventLog-are-indexed-late/m-p/430320#M7708</guid>
      <dc:creator>graju89</dc:creator>
      <dc:date>2019-02-01T17:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: WineventLog are indexed late.</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/WineventLog-are-indexed-late/m-p/430321#M7709</link>
      <description>&lt;P&gt;Does the delay go away after you re-boot the AD server? say for next few days?&lt;/P&gt;</description>
      <pubDate>Fri, 01 Feb 2019 17:14:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/WineventLog-are-indexed-late/m-p/430321#M7709</guid>
      <dc:creator>lakshman239</dc:creator>
      <dc:date>2019-02-01T17:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: WineventLog are indexed late.</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/WineventLog-are-indexed-late/m-p/430322#M7710</link>
      <description>&lt;P&gt;I have not tried and can not do reboot. Those two AD servers are the main ones.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Feb 2019 17:16:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/WineventLog-are-indexed-late/m-p/430322#M7710</guid>
      <dc:creator>graju89</dc:creator>
      <dc:date>2019-02-01T17:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: WineventLog are indexed late.</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/WineventLog-are-indexed-late/m-p/430323#M7711</link>
      <description>&lt;P&gt;Pls raise a case with splunk support&lt;/P&gt;</description>
      <pubDate>Mon, 04 Feb 2019 15:08:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/WineventLog-are-indexed-late/m-p/430323#M7711</guid>
      <dc:creator>lakshman239</dc:creator>
      <dc:date>2019-02-04T15:08:25Z</dc:date>
    </item>
  </channel>
</rss>

