Hi,
We recently deployed the following config to 500 Windows Universal Forwarders:
[WinEventLog://Security] disabled = 0 start_from = oldest evt_resolve_ad_obj = 1
And that almost killed our primary domain controller. For some reason all the forwarders tried to query this PDC instead of contacting their local domain controller so we have disabled the SID translation for now.
Couple of questions:
Thanks,
Javier
Actually yes. There are plenty of options now available since 6.4:
https://docs.splunk.com/Documentation/Splunk/6.5.0/Admin/Inputsconf#Windows_Event_Log_Monitor
For example:
evt_resolve_ad_ds =[auto|PDC]
* How the input should choose the domain controller to bind for
AD resolution.
* This setting is optional.
* If set to PDC, the input only contacts the primary domain controller
to resolve AD objects.
* If set to auto, the input lets Windows chose the best domain controller.
* If you set the 'evt_dc_name' setting, the input ignores this setting.
* Defaults to 'auto' (let Windows determine the domain controller to use
evt_ad_cache_disabled = [0|1]
* Enables or disables the AD object cache.
* Defaults to 0.
evt_sid_cache_disabled = [0|1]
* Enables or disables account Security IDentifier (SID) cache.
* This setting is global. It affects all Windows Event Log stanzas.
* Defaults to 0.
Actually yes. There are plenty of options now available since 6.4:
https://docs.splunk.com/Documentation/Splunk/6.5.0/Admin/Inputsconf#Windows_Event_Log_Monitor
For example:
evt_resolve_ad_ds =[auto|PDC]
* How the input should choose the domain controller to bind for
AD resolution.
* This setting is optional.
* If set to PDC, the input only contacts the primary domain controller
to resolve AD objects.
* If set to auto, the input lets Windows chose the best domain controller.
* If you set the 'evt_dc_name' setting, the input ignores this setting.
* Defaults to 'auto' (let Windows determine the domain controller to use
evt_ad_cache_disabled = [0|1]
* Enables or disables the AD object cache.
* Defaults to 0.
evt_sid_cache_disabled = [0|1]
* Enables or disables account Security IDentifier (SID) cache.
* This setting is global. It affects all Windows Event Log stanzas.
* Defaults to 0.
Any answer/solution on this Javier ?