<?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 Windows Security Logs not forwarding to Splunk Cloud in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Windows-Security-Logs-not-forwarding-to-Splunk-Cloud/m-p/676995#M113218</link>
    <description>&lt;P&gt;Have UFs configured on several Domain Controllers that point to a Heavy Forwarder and that points to Splunk Cloud. Trying to configure Windows Event Logs. Application, System &amp;amp; DNS logs are working correctly, however, no Security logs for any of the DCs are working.&lt;/P&gt;&lt;P&gt;Splunk service is running with a service account that has proper admin permissions. I have edited the DC GPO to allow the service account access to 'Manage auditing and security logs'&lt;/P&gt;&lt;P&gt;I am at a lose here. Not sure what else to troubleshoot.&lt;/P&gt;&lt;P&gt;Here is in inputs.conf file on each DC&lt;/P&gt;&lt;P&gt;[WinEventLog://Application]&lt;BR /&gt;checkpointInterval = 5&lt;BR /&gt;current_only = 0&lt;BR /&gt;disabled = 0&lt;BR /&gt;start_from = oldest&lt;BR /&gt;index = wineventlog&lt;/P&gt;&lt;P&gt;[WinEventLog://Security]&lt;BR /&gt;checkpointInterval = 5&lt;BR /&gt;current_only = 0&lt;BR /&gt;disabled = 0&lt;BR /&gt;start_from = oldest&lt;BR /&gt;index = wineventlog&lt;/P&gt;&lt;P&gt;[WinEventLog://System]&lt;BR /&gt;checkpointInterval = 5&lt;BR /&gt;current_only = 0&lt;BR /&gt;disabled = 0&lt;BR /&gt;start_from = oldest&lt;BR /&gt;index = wineventlog&lt;/P&gt;&lt;P&gt;[WinEventLog://DNS Server]&lt;BR /&gt;checkpointInterval = 5&lt;BR /&gt;current_only = 0&lt;BR /&gt;disabled = 0&lt;BR /&gt;start_from = oldest&lt;BR /&gt;index = wineventlog&lt;/P&gt;</description>
    <pubDate>Thu, 08 Feb 2024 19:27:37 GMT</pubDate>
    <dc:creator>WumboJumbo675</dc:creator>
    <dc:date>2024-02-08T19:27:37Z</dc:date>
    <item>
      <title>Windows Security Logs not forwarding to Splunk Cloud</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Windows-Security-Logs-not-forwarding-to-Splunk-Cloud/m-p/676995#M113218</link>
      <description>&lt;P&gt;Have UFs configured on several Domain Controllers that point to a Heavy Forwarder and that points to Splunk Cloud. Trying to configure Windows Event Logs. Application, System &amp;amp; DNS logs are working correctly, however, no Security logs for any of the DCs are working.&lt;/P&gt;&lt;P&gt;Splunk service is running with a service account that has proper admin permissions. I have edited the DC GPO to allow the service account access to 'Manage auditing and security logs'&lt;/P&gt;&lt;P&gt;I am at a lose here. Not sure what else to troubleshoot.&lt;/P&gt;&lt;P&gt;Here is in inputs.conf file on each DC&lt;/P&gt;&lt;P&gt;[WinEventLog://Application]&lt;BR /&gt;checkpointInterval = 5&lt;BR /&gt;current_only = 0&lt;BR /&gt;disabled = 0&lt;BR /&gt;start_from = oldest&lt;BR /&gt;index = wineventlog&lt;/P&gt;&lt;P&gt;[WinEventLog://Security]&lt;BR /&gt;checkpointInterval = 5&lt;BR /&gt;current_only = 0&lt;BR /&gt;disabled = 0&lt;BR /&gt;start_from = oldest&lt;BR /&gt;index = wineventlog&lt;/P&gt;&lt;P&gt;[WinEventLog://System]&lt;BR /&gt;checkpointInterval = 5&lt;BR /&gt;current_only = 0&lt;BR /&gt;disabled = 0&lt;BR /&gt;start_from = oldest&lt;BR /&gt;index = wineventlog&lt;/P&gt;&lt;P&gt;[WinEventLog://DNS Server]&lt;BR /&gt;checkpointInterval = 5&lt;BR /&gt;current_only = 0&lt;BR /&gt;disabled = 0&lt;BR /&gt;start_from = oldest&lt;BR /&gt;index = wineventlog&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 19:27:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Windows-Security-Logs-not-forwarding-to-Splunk-Cloud/m-p/676995#M113218</guid>
      <dc:creator>WumboJumbo675</dc:creator>
      <dc:date>2024-02-08T19:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: Windows Security Logs not forwarding to Splunk Cloud</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Windows-Security-Logs-not-forwarding-to-Splunk-Cloud/m-p/677020#M113223</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/264060"&gt;@WumboJumbo675&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;1 - Confirm in Splunk Cloud if the internal logs from Heavy Forwarder are being indexed (I believe yes, since you said some logs are correct). If yes, the issue is between UFs &amp;gt; HFs communication.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=_internal host=&amp;lt;host_name_heavy_forwarder&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;2 - Confirm if the communication between UFs and HFs is working correctly. Look for ERROR messages or tcpout error messages in the UFs:&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;$SPLUNK_HOME/var/log/splunk/splunkd.log&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;3 - Execute a btool check to confirm if there are no syntax errors on the .conf files on UFs:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;splunk btool check&lt;/LI-CODE&gt;&lt;P&gt;4 - Check the precedence of the inputs.conf files using btool to confirm that the inputs are being read:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;splunk btool inputs list --debug&lt;/LI-CODE&gt;&lt;P&gt;5 - Confirm if there is a "wineventlog" index created in Splunk Cloud.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know if this helps.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 23:14:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Windows-Security-Logs-not-forwarding-to-Splunk-Cloud/m-p/677020#M113223</guid>
      <dc:creator>danielcj</dc:creator>
      <dc:date>2024-02-08T23:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: Windows Security Logs not forwarding to Splunk Cloud</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Windows-Security-Logs-not-forwarding-to-Splunk-Cloud/m-p/677163#M113232</link>
      <description>&lt;P&gt;Thanks for the response!&lt;/P&gt;&lt;P&gt;When I search logs for the heavy forwarder, I see the below TCP error message&lt;/P&gt;&lt;P&gt;- &lt;SPAN class=""&gt;WARN&lt;/SPAN&gt; &lt;SPAN class=""&gt;AutoLoadBalancedConnectionStrategy&lt;/SPAN&gt; [&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;7892&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;TcpOutEloop&lt;/SPAN&gt;] &lt;SPAN class=""&gt;-&lt;/SPAN&gt; &lt;SPAN class=""&gt;Current&lt;/SPAN&gt; &lt;SPAN class=""&gt;dest&lt;/SPAN&gt; &lt;SPAN class=""&gt;host&lt;/SPAN&gt; &lt;SPAN class=""&gt;connection&lt;/SPAN&gt; &lt;SPAN class=""&gt;44.218.224.52:9997&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;There are no connection errors within the slunkd.logs on the DCs&lt;/P&gt;&lt;P&gt;Confirmed no syntax errors and the inputs lists output is correct&lt;/P&gt;&lt;P&gt;Confirmed there is an index for 'wineventlog' as that is where the application/system/DNS logs are flowing.&lt;/P&gt;&lt;P&gt;Now that I think about it, I made the permission changes for the Splunk service account to be able to access logs on the DCs, but never rebooted them. I am wondering if a reboot is required to apply the changes... To bad I cannot reboot any of the DCs until there scheduled reboot date.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2024 18:58:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Windows-Security-Logs-not-forwarding-to-Splunk-Cloud/m-p/677163#M113232</guid>
      <dc:creator>WumboJumbo675</dc:creator>
      <dc:date>2024-02-09T18:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: Windows Security Logs not forwarding to Splunk Cloud</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Windows-Security-Logs-not-forwarding-to-Splunk-Cloud/m-p/677166#M113233</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/264060"&gt;@WumboJumbo675&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;If there are no errors in the connection between UFs &amp;gt; HFs &amp;gt; Splunk Cloud, there are no syntax errors, the index is created and the precedente of the inputs is correct I believe that a reboot is a good option.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2024 19:53:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Windows-Security-Logs-not-forwarding-to-Splunk-Cloud/m-p/677166#M113233</guid>
      <dc:creator>danielcj</dc:creator>
      <dc:date>2024-02-09T19:53:56Z</dc:date>
    </item>
    <item>
      <title>Re: Windows Security Logs not forwarding to Splunk Cloud</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Windows-Security-Logs-not-forwarding-to-Splunk-Cloud/m-p/677197#M113237</link>
      <description>&lt;P&gt;If everything else works OK (other logs are ingested properly), it seems to be a local permissions problem. You can try to check the _internal events from this forwarder but I don't remember if the eventlog access problems show up in the logs if you don't raise debugging levels.&lt;/P&gt;</description>
      <pubDate>Sat, 10 Feb 2024 09:01:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Windows-Security-Logs-not-forwarding-to-Splunk-Cloud/m-p/677197#M113237</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2024-02-10T09:01:34Z</dc:date>
    </item>
  </channel>
</rss>

