<?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: Splunk Universal Forwarder 6.1.1 ignoring evt_dc_name setting in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Universal-Forwarder-6-1-1-ignoring-evt-dc-name-setting/m-p/121832#M25247</link>
    <description>&lt;P&gt;TLDR: &lt;BR /&gt;
 -had problem too, have a workaround&lt;/P&gt;

&lt;P&gt;[WinEventLog://(System|Application|any other channels you don't want resolution for)]&lt;BR /&gt;
evt_resolve_ad_obj = 0   # must explicitly do this, default of 0 isn't working (bug)&lt;BR /&gt;
evt_dc_name = dnsNameOfAdDomain   # results in DNS round robin among DCs&lt;BR /&gt;
evt_dns_name = dnsNameOfAdDomain   # results in evt_resolve_ad_obj=0 actually being honored&lt;/P&gt;

&lt;P&gt;Don't ask me how I figured this out.. I'll just admit I was highly motivated for a workaround after learning that our Splunk instance was responsible for DDoS of our Active Directory Infrastructure services. &lt;/P&gt;

&lt;P&gt;Note - these problems still exist in 6.2 and these workarounds still work.&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 18:01:38 GMT</pubDate>
    <dc:creator>dstaulcu</dc:creator>
    <dc:date>2020-09-28T18:01:38Z</dc:date>
    <item>
      <title>Splunk Universal Forwarder 6.1.1 ignoring evt_dc_name setting</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Universal-Forwarder-6-1-1-ignoring-evt-dc-name-setting/m-p/121830#M25245</link>
      <description>&lt;P&gt;We recently upgraded the Splunk Universal Forwarder to version 6.1.1 on our Domain Controllers.&lt;/P&gt;

&lt;P&gt;Splunk-winevtlog.exe seems to always bind to the DC holding the PDC emulator role.  In an attempt to distribute the load of resolving SIDs in events from their Security logs, I attempted to configure Splunk on our DCs to use themselves for resolving SIDs using the following line in the [WinEventLog://Security] stanza of inputs.conf:&lt;BR /&gt;
evt_dc_name = localhost&lt;/P&gt;

&lt;P&gt;After restarting Splunk, I verifed that splunk-winevtlog.exe was still contacting the PDC by looking at the TCP connections made by splunk-winevtlog.exe in Resource Monitor.&lt;BR /&gt;
Looking in splunkd.log, I do not see any mention of which DC is was binding to for the last restart.  The last mention of which DC it was binding two is from over a month ago just before I upgraded the Splunk Universal Forwarder from 4.3 to 6.1.&lt;/P&gt;

&lt;P&gt;Looking at our other servers that are still running Splunk 4.3, every time I restart Splunk I get the following lines in splunkd.log:&lt;BR /&gt;
WinEventLogChannel - init: Binding to DC to translate guids/sids for channel='Security'&lt;BR /&gt;
WinEventLogChannel - EvtDC::bind: Found DC='\DC1.domain.com', DCsite='Default-First-Site-Name', ClientSite = 'Default-First-Site-Name', Domain='domain.com'&lt;BR /&gt;
WinEventLogChannel - init: Successfully bound to DC, dc_bind_time=32 msec&lt;/P&gt;

&lt;P&gt;Is the evt_dc_name not supported anymore in Splunk 6.1?  Is there a differnet way to configure which DC Splunk binds to now for resolving SIDs in the Security log? &lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 16:56:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-Universal-Forwarder-6-1-1-ignoring-evt-dc-name-setting/m-p/121830#M25245</guid>
      <dc:creator>gn694</dc:creator>
      <dc:date>2020-09-28T16:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Universal Forwarder 6.1.1 ignoring evt_dc_name setting</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Universal-Forwarder-6-1-1-ignoring-evt-dc-name-setting/m-p/121831#M25246</link>
      <description>&lt;P&gt;&lt;A href="http://answers.splunk.com/answers/171507/universal-forwarder-wineventlog-handler-affinity-f.html"&gt;http://answers.splunk.com/answers/171507/universal-forwarder-wineventlog-handler-affinity-f.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Oct 2014 01:17:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-Universal-Forwarder-6-1-1-ignoring-evt-dc-name-setting/m-p/121831#M25246</guid>
      <dc:creator>dstaulcu</dc:creator>
      <dc:date>2014-10-03T01:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Universal Forwarder 6.1.1 ignoring evt_dc_name setting</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Universal-Forwarder-6-1-1-ignoring-evt-dc-name-setting/m-p/121832#M25247</link>
      <description>&lt;P&gt;TLDR: &lt;BR /&gt;
 -had problem too, have a workaround&lt;/P&gt;

&lt;P&gt;[WinEventLog://(System|Application|any other channels you don't want resolution for)]&lt;BR /&gt;
evt_resolve_ad_obj = 0   # must explicitly do this, default of 0 isn't working (bug)&lt;BR /&gt;
evt_dc_name = dnsNameOfAdDomain   # results in DNS round robin among DCs&lt;BR /&gt;
evt_dns_name = dnsNameOfAdDomain   # results in evt_resolve_ad_obj=0 actually being honored&lt;/P&gt;

&lt;P&gt;Don't ask me how I figured this out.. I'll just admit I was highly motivated for a workaround after learning that our Splunk instance was responsible for DDoS of our Active Directory Infrastructure services. &lt;/P&gt;

&lt;P&gt;Note - these problems still exist in 6.2 and these workarounds still work.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 18:01:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-Universal-Forwarder-6-1-1-ignoring-evt-dc-name-setting/m-p/121832#M25247</guid>
      <dc:creator>dstaulcu</dc:creator>
      <dc:date>2020-09-28T18:01:38Z</dc:date>
    </item>
  </channel>
</rss>

