<?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 Discrepancy in the transfer of WinEventLog://Security logs through Universal Forwarder in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Discrepancy-in-the-transfer-of-WinEventLog-Security-logs-through/m-p/376813#M68191</link>
    <description>&lt;P&gt;We have 5 indexers and a standalone search head with no cluster configuration. Recently, we have observed that the WinEventLog: Security logs are not indexing properly and there seems to be a huge delay in indexing them.&lt;/P&gt;

&lt;P&gt;However, the other wineventlogs such as Application &amp;amp; System logs are indexing as expected. There is no recent change for this on the universal forwarder (UF) nor on the indexer. We tried to check one incident for which we have not received any logs (log was in the server) then this issue came to know. &lt;/P&gt;

&lt;P&gt;We have Splunk 6.6.2 installed on both the UF &amp;amp; indexers. Any idea what could be causing the issue?&lt;/P&gt;</description>
    <pubDate>Tue, 18 Sep 2018 05:03:25 GMT</pubDate>
    <dc:creator>mbadhusha_splun</dc:creator>
    <dc:date>2018-09-18T05:03:25Z</dc:date>
    <item>
      <title>Discrepancy in the transfer of WinEventLog://Security logs through Universal Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Discrepancy-in-the-transfer-of-WinEventLog-Security-logs-through/m-p/376813#M68191</link>
      <description>&lt;P&gt;We have 5 indexers and a standalone search head with no cluster configuration. Recently, we have observed that the WinEventLog: Security logs are not indexing properly and there seems to be a huge delay in indexing them.&lt;/P&gt;

&lt;P&gt;However, the other wineventlogs such as Application &amp;amp; System logs are indexing as expected. There is no recent change for this on the universal forwarder (UF) nor on the indexer. We tried to check one incident for which we have not received any logs (log was in the server) then this issue came to know. &lt;/P&gt;

&lt;P&gt;We have Splunk 6.6.2 installed on both the UF &amp;amp; indexers. Any idea what could be causing the issue?&lt;/P&gt;</description>
      <pubDate>Tue, 18 Sep 2018 05:03:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Discrepancy-in-the-transfer-of-WinEventLog-Security-logs-through/m-p/376813#M68191</guid>
      <dc:creator>mbadhusha_splun</dc:creator>
      <dc:date>2018-09-18T05:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: Discrepancy in the transfer of WinEventLog://Security logs through Universal Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Discrepancy-in-the-transfer-of-WinEventLog-Security-logs-through/m-p/376814#M68192</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Based on &lt;A href="http://docs.splunk.com/Documentation/Forwarder/6.6.2/Forwarder/KnownIssues"&gt;http://docs.splunk.com/Documentation/Forwarder/6.6.2/Forwarder/KnownIssues&lt;/A&gt; , you might hitting below known issue &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;2015-04-14  SPL-99687, SPL-129637   Splunk universal forwarder is 7-10 days behind recent Windows Security and system log events.

Workaround:
To mitigate this, edit the following stanza in inputs.conf: [WinEventLog://Security] evt_resolve_ad_obj = 0.
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 18 Sep 2018 12:20:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Discrepancy-in-the-transfer-of-WinEventLog-Security-logs-through/m-p/376814#M68192</guid>
      <dc:creator>harsmarvania57</dc:creator>
      <dc:date>2018-09-18T12:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: Discrepancy in the transfer of WinEventLog://Security logs through Universal Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Discrepancy-in-the-transfer-of-WinEventLog-Security-logs-through/m-p/376815#M68193</link>
      <description>&lt;P&gt;Made the below changes on the UF and restarted. Post which the Security logs were read from the oldest logs and the UF took some time to catch up with the latest logs. &lt;/P&gt;

&lt;P&gt;Under Program Files/SplunkUniversalforwarder/etc/system/local/inputs.conf, add &lt;/P&gt;

&lt;P&gt;[WinEventLog://Security] &lt;BR /&gt;
evt_ad_cache_exp = 1200 &lt;BR /&gt;
evt_ad_cache_exp_neg = 1200 &lt;BR /&gt;
evt_ad_cache_max_entries = 40000 &lt;BR /&gt;
evt_sid_cache_exp = 300 &lt;BR /&gt;
evt_sid_cache_exp_neg = 300 &lt;BR /&gt;
evt_sid_cache_max_entries = 4000 &lt;BR /&gt;
checkpointinterval=300 &lt;BR /&gt;
use_old_eventlog_api = 1 &lt;BR /&gt;
evt_dc_name = localhost &lt;/P&gt;

&lt;P&gt;Under Program Files/SplunkUniversalforwarder/etc/system/local/outputs.conf, add &lt;/P&gt;

&lt;P&gt;[tcpout:primary_indexers] &lt;BR /&gt;
tcpSendBufSz = 512000&lt;/P&gt;

&lt;P&gt;The above are the configurations suggested by the Splunk engineering team for the delay in indexing Windows security logs. The issue has been resolved after the changes.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 21:17:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Discrepancy-in-the-transfer-of-WinEventLog-Security-logs-through/m-p/376815#M68193</guid>
      <dc:creator>mbadhusha_splun</dc:creator>
      <dc:date>2020-09-29T21:17:44Z</dc:date>
    </item>
  </channel>
</rss>

