<?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 SID Resolving in Splunk in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Windows-SID-Resolving-in-Splunk/m-p/93013#M19348</link>
    <description>&lt;P&gt;No problem. &lt;/P&gt;

&lt;P&gt;By the way, I've logged enhancement request (ENH-4128) to have Splunk automatically choose a domain controller in the same site.&lt;/P&gt;</description>
    <pubDate>Mon, 02 May 2011 16:51:48 GMT</pubDate>
    <dc:creator>erga00</dc:creator>
    <dc:date>2011-05-02T16:51:48Z</dc:date>
    <item>
      <title>Windows SID Resolving in Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Windows-SID-Resolving-in-Splunk/m-p/93010#M19345</link>
      <description>&lt;P&gt;As i understand it, Splunk is able to resolve SIDs in Windows Security Events. The documentation around this is not very clear, but I assume Splunk essentially replaces the SID in the event with the resolved name?&lt;/P&gt;

&lt;P&gt;We have many forwarders (lightweight) deployed on domain controllers that are version 4.0.9 and higher, however the SID does not seem to be getting resolved. It is my understanding from the &lt;A href="http://www.splunk.com/base/Documentation/latest/Data/Monitorwindowsdata"&gt;documentation&lt;/A&gt; that windows security events automatically have &lt;CODE&gt;evt_resolve_ad_obj = 1&lt;/CODE&gt; set by default and that there is no need to specify this in the inputs.conf on the forwarder? We are not using the windows app in case that makes a difference.&lt;/P&gt;

&lt;P&gt;The documentation mentions &lt;CODE&gt;evt_dc_name&lt;/CODE&gt; and/or &lt;CODE&gt;evt_dns_name&lt;/CODE&gt; attributes - do these need to be set for this to work?&lt;/P&gt;

&lt;P&gt;Hoping that someone can help and clarify the situation around this and also how it works.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2011 00:25:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Windows-SID-Resolving-in-Splunk/m-p/93010#M19345</guid>
      <dc:creator>pj</dc:creator>
      <dc:date>2011-05-02T00:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: Windows SID Resolving in Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Windows-SID-Resolving-in-Splunk/m-p/93011#M19346</link>
      <description>&lt;P&gt;The &lt;EM&gt;evt_resolve_ad_obj&lt;/EM&gt; setting is defined in the windows app inside the [WinEventLog:Security] stanza from inputs.conf. If you don't have the windows app then it won't take effect.&lt;/P&gt;

&lt;P&gt;All you need to do is add &lt;EM&gt;evt_resolve_ad_obj = 1&lt;/EM&gt; to the input for the security event log whereever you've defined it.&lt;/P&gt;

&lt;P&gt;As for &lt;EM&gt;evt_dc_name&lt;/EM&gt; &amp;amp; &lt;EM&gt;evt_dns_name&lt;/EM&gt; attributes, you don't have to specify them. Splunk will choose a domain controller on it's own. You only use those settings if you want to specify which domain controller it uses.&lt;/P&gt;

&lt;P&gt;Which you're probably going to need to do if you have multiple sites across slow WAN links. Splunk doesn't use AD site information to pick a local domain controller so a light forwarder in New York may use the domain controller in London for example. This greatly slows down indexing so be careful.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 09:31:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Windows-SID-Resolving-in-Splunk/m-p/93011#M19346</guid>
      <dc:creator>erga00</dc:creator>
      <dc:date>2020-09-28T09:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: Windows SID Resolving in Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Windows-SID-Resolving-in-Splunk/m-p/93012#M19347</link>
      <description>&lt;P&gt;Many thanks for the clarification&lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2011 14:24:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Windows-SID-Resolving-in-Splunk/m-p/93012#M19347</guid>
      <dc:creator>pj</dc:creator>
      <dc:date>2011-05-02T14:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: Windows SID Resolving in Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Windows-SID-Resolving-in-Splunk/m-p/93013#M19348</link>
      <description>&lt;P&gt;No problem. &lt;/P&gt;

&lt;P&gt;By the way, I've logged enhancement request (ENH-4128) to have Splunk automatically choose a domain controller in the same site.&lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2011 16:51:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Windows-SID-Resolving-in-Splunk/m-p/93013#M19348</guid>
      <dc:creator>erga00</dc:creator>
      <dc:date>2011-05-02T16:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: Windows SID Resolving in Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Windows-SID-Resolving-in-Splunk/m-p/93014#M19349</link>
      <description>&lt;P&gt;Do you know if ENH-4128 got implemented? I'm seeing some forwarders have DsBind errors and am wondering if manually setting evt_dns_name could help these errors go away?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 12:08:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Windows-SID-Resolving-in-Splunk/m-p/93014#M19349</guid>
      <dc:creator>bojanz</dc:creator>
      <dc:date>2020-09-28T12:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: Windows SID Resolving in Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Windows-SID-Resolving-in-Splunk/m-p/93015#M19350</link>
      <description>&lt;P&gt;I was told this issue was fixed in Splunk 4.3 but I haven't tested as I'm still running an older release.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jul 2012 21:57:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Windows-SID-Resolving-in-Splunk/m-p/93015#M19350</guid>
      <dc:creator>erga00</dc:creator>
      <dc:date>2012-07-24T21:57:55Z</dc:date>
    </item>
  </channel>
</rss>

