<?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 How to attach a group read access to the Windows Eventlog when installing Splunk Universal Forwarder? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-attach-a-group-read-access-to-the-Windows-Eventlog-when/m-p/285424#M54512</link>
    <description>&lt;P&gt;We are trying to collect data from certain secure Windows Systems and the team have requested to install "Splunk Universal Forwarder" with minimal permissions within a domain group. (svcSplunkSecureWindows)&lt;BR /&gt;
We are getting below Error: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;splunk-winevtlog - WinEventLogChannel::subscribeToEvtChannel: Could not subscribe to Windows Event Log channel 'security' 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The real question may be is not a Splunk query, but to Windows Guru's out there:&lt;BR /&gt;
 -   How to attach a group read access to particular Windows Eventlog? so that "svcSplunkSecureWindows" group can read it.&lt;/P&gt;</description>
    <pubDate>Thu, 15 Sep 2016 16:22:01 GMT</pubDate>
    <dc:creator>koshyk</dc:creator>
    <dc:date>2016-09-15T16:22:01Z</dc:date>
    <item>
      <title>How to attach a group read access to the Windows Eventlog when installing Splunk Universal Forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-attach-a-group-read-access-to-the-Windows-Eventlog-when/m-p/285424#M54512</link>
      <description>&lt;P&gt;We are trying to collect data from certain secure Windows Systems and the team have requested to install "Splunk Universal Forwarder" with minimal permissions within a domain group. (svcSplunkSecureWindows)&lt;BR /&gt;
We are getting below Error: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;splunk-winevtlog - WinEventLogChannel::subscribeToEvtChannel: Could not subscribe to Windows Event Log channel 'security' 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The real question may be is not a Splunk query, but to Windows Guru's out there:&lt;BR /&gt;
 -   How to attach a group read access to particular Windows Eventlog? so that "svcSplunkSecureWindows" group can read it.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2016 16:22:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-attach-a-group-read-access-to-the-Windows-Eventlog-when/m-p/285424#M54512</guid>
      <dc:creator>koshyk</dc:creator>
      <dc:date>2016-09-15T16:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to attach a group read access to the Windows Eventlog when installing Splunk Universal Forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-attach-a-group-read-access-to-the-Windows-Eventlog-when/m-p/285425#M54513</link>
      <description>&lt;P&gt;Group Policy can be used to deploy the changes you need, but IIRC the changes themselves are not trivial.  Some hints that all lead to the same non-trivial answer are &lt;A href="http://stackoverflow.com/questions/34750374/unable-to-grant-server-operators-permission-via-wevtutil-to-log-events-in-system"&gt;here&lt;/A&gt;, &lt;A href="http://www.grouppolicy.biz/2010/01/how-to-use-group-policy-preferences-to-secure-local-administrator-groups/"&gt;here&lt;/A&gt;, &lt;A href="http://www.grouppolicy.biz/2010/01/how-to-use-group-policy-preferences-to-secure-local-administrator-groups/"&gt;here&lt;/A&gt; and &lt;A href="https://support.microsoft.com/en-us/kb/323076"&gt;here&lt;/A&gt;.  Those all seem to refer to server 2003 and 2008, a cursory search for 2012 isn't clear whether it's different or not, but surely more searching will help that.  I found &lt;A href="http://wp.sjkp.dk/assign-writeread-permissions-to-application-event-log-to-none-admin-users/"&gt;this powershell script&lt;/A&gt; which does something that may help you figure out what you need, too.&lt;/P&gt;

&lt;P&gt;A bigger note - the only things I know about your various teams structure is the tiny little bit you wrote above, but it seems to me that the security team responsible for declaring that the Splunk UF must run under a non-privileged account should be responsible for assigning permissions to the account they'd like you to use.  You should only have to request that the account they install the UF under have read permission to the Security Event Log.  "If you'd like me to collect the event logs as a non-privileged user, please provide a non-privileged user account that has read permission to the Security Event Log".  &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;One other potential option that may sideskirt this issue: You could use Windows' built in &lt;A href="https://msdn.microsoft.com/en-us/library/cc748890(v=ws.11).aspx"&gt;Event Log Forwarding&lt;/A&gt; to forward all those event log entries you want to a central event server.  On THAT server you could run a UF as a local admin and grab all those forwarded events.  That's a bit finicky to get set up, but frankly I think it may be less finicky than trying to change permissions on the security event logs.&lt;/P&gt;</description>
      <pubDate>Sat, 17 Sep 2016 14:04:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-attach-a-group-read-access-to-the-Windows-Eventlog-when/m-p/285425#M54513</guid>
      <dc:creator>Richfez</dc:creator>
      <dc:date>2016-09-17T14:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to attach a group read access to the Windows Eventlog when installing Splunk Universal Forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-attach-a-group-read-access-to-the-Windows-Eventlog-when/m-p/285426#M54514</link>
      <description>&lt;P&gt;Thanks Rich. valuable points.  I'm feeling we know more than our Windows admin team &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
Going through your links, it seems Windows changes are painful (as it is always be). But thanks again.&lt;/P&gt;</description>
      <pubDate>Sun, 18 Sep 2016 10:44:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-attach-a-group-read-access-to-the-Windows-Eventlog-when/m-p/285426#M54514</guid>
      <dc:creator>koshyk</dc:creator>
      <dc:date>2016-09-18T10:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to attach a group read access to the Windows Eventlog when installing Splunk Universal Forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-attach-a-group-read-access-to-the-Windows-Eventlog-when/m-p/285427#M54515</link>
      <description>&lt;P&gt;Hi @koshyk - If @rich7177 was helpful in answering your question, please don't forget to resolve this post by clicking "Accept" below the answer. Thank you! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2016 22:27:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-attach-a-group-read-access-to-the-Windows-Eventlog-when/m-p/285427#M54515</guid>
      <dc:creator>aaraneta_splunk</dc:creator>
      <dc:date>2016-09-19T22:27:09Z</dc:date>
    </item>
  </channel>
</rss>

