<?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: Windows Security events not getting forwarded in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Windows-Security-events-not-getting-forwarded/m-p/571619#M199190</link>
    <description>&lt;P&gt;Running this as a splunk user&lt;/P&gt;</description>
    <pubDate>Wed, 20 Oct 2021 09:16:41 GMT</pubDate>
    <dc:creator>srinivas_gowda</dc:creator>
    <dc:date>2021-10-20T09:16:41Z</dc:date>
    <item>
      <title>Windows Security events not getting forwarded</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Windows-Security-events-not-getting-forwarded/m-p/571598#M199178</link>
      <description>&lt;P&gt;Hello team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to monitor windows event logs and have installed the universal forwarded with relevant data. I am getting the Application and System logs, however the Security events are not being forwarded. I am adding the inputs.conf details below please let me know what is causing this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;###### OS Logs ######&lt;BR /&gt;[WinEventLog://Application]&lt;BR /&gt;disabled = 0&lt;BR /&gt;start_from = oldest&lt;BR /&gt;current_only = 0&lt;BR /&gt;checkpointInterval = 5&lt;BR /&gt;# only index events with these event IDs.&lt;BR /&gt;whitelist = 16350-16400&lt;BR /&gt;index = default_tier1_idx&lt;BR /&gt;renderXml=false&lt;/P&gt;&lt;P&gt;[WinEventLog://Security]&lt;BR /&gt;disabled = 0&lt;BR /&gt;start_from = oldest&lt;BR /&gt;current_only = 0&lt;BR /&gt;checkpointInterval = 5&lt;BR /&gt;# only index events with these event IDs.&lt;BR /&gt;whitelist = 0-10000&lt;BR /&gt;index = default_tier1_idx&lt;BR /&gt;renderXml=false&lt;/P&gt;&lt;P&gt;[WinEventLog://System]&lt;BR /&gt;disabled = 0&lt;BR /&gt;start_from = oldest&lt;BR /&gt;current_only = 0&lt;BR /&gt;checkpointInterval = 5&lt;BR /&gt;# only index events with these event IDs.&lt;BR /&gt;whitelist = 7000-7050&lt;BR /&gt;index = default_tier1_idx&lt;BR /&gt;renderXml=false&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Wed, 20 Oct 2021 07:23:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Windows-Security-events-not-getting-forwarded/m-p/571598#M199178</guid>
      <dc:creator>srinivas_gowda</dc:creator>
      <dc:date>2021-10-20T07:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: Windows Security events not getting forwarded</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Windows-Security-events-not-getting-forwarded/m-p/571610#M199184</link>
      <description>&lt;P&gt;What user are you running your UF with? Local System? Or any other user?&lt;/P&gt;&lt;P&gt;Do you get any errors in your UF's log?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Oct 2021 08:56:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Windows-Security-events-not-getting-forwarded/m-p/571610#M199184</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2021-10-20T08:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: Windows Security events not getting forwarded</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Windows-Security-events-not-getting-forwarded/m-p/571619#M199190</link>
      <description>&lt;P&gt;Running this as a splunk user&lt;/P&gt;</description>
      <pubDate>Wed, 20 Oct 2021 09:16:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Windows-Security-events-not-getting-forwarded/m-p/571619#M199190</guid>
      <dc:creator>srinivas_gowda</dc:creator>
      <dc:date>2021-10-20T09:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: Windows Security events not getting forwarded</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Windows-Security-events-not-getting-forwarded/m-p/571623#M199193</link>
      <description>&lt;P&gt;OK. So you're using a designated user, created specificaly for the installation of UF, right? This user most probably does not have sufficient permissions to read the Security Event Log.&lt;/P&gt;&lt;P&gt;The easiest way to grant this user privileges to read all event logs is to add it to the "EventLog readers" local group. But it gives the rights to read ALL event logs which in your case might not be what you want. In order to selectively grant permissions to single event logs, you have to fiddle with registry entries and SDDL (ugly as hell, I admit) - &lt;A href="https://docs.microsoft.com/en-us/troubleshoot/windows-server/group-policy/set-event-log-security-locally-or-via-group-policy" target="_blank"&gt;https://docs.microsoft.com/en-us/troubleshoot/windows-server/group-policy/set-event-log-security-locally-or-via-group-policy&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Oct 2021 09:43:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Windows-Security-events-not-getting-forwarded/m-p/571623#M199193</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2021-10-20T09:43:01Z</dc:date>
    </item>
  </channel>
</rss>

