Splunk Search

wmi.conf "interval" and "batch_size"

naotoyoshida
New Member

I'm using Windows Universal Forwarder (UF) 7.1.2 in my test environment.

Windows 2012 R2 (gets security event from Remote Host)

Windows 2008 R2

The URL link below writes that parameters of "interval" and "batch_size" are valid for remote WMI input. (Please see "WMI:TailApplicationLogs" part, for instance.)
https://docs.splunk.com/Documentation/Splunk/7.1.2/Admin/Wmiconf

After reading that page, I assume that conf file below, for example, lets UF poll 1 event in 600 seconds.
It dose not seem getting 1 event in 600 seconds.
On the contrary, it just gets all events it can get as soon as Remote Host output events.

-----wmi.conf START-----
[WMI:TailSecurityLogs]
interval = 600
event_log_file = Security
server = XXX.XXX.XXX.XXX
disabled = 0
current_only = 1
batch_size = 1
-----wmi.conf END-----

I can not install UF directory into Remote Host due to some constraint.
Plus, I want to control WMI's usage of netwrok traffic by controlling "interval" and "batch_size", since the amount of events is really enormous. I'm afraid to put so much load on the network.

Here are my questions:
Is my assumption wrong?
Did I set some value wrong?
Does it work on only local host?
Or is it due to some known issues?

Tags (1)
0 Karma
Get Updates on the Splunk Community!

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer at Splunk .conf24 ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...

Share Your Ideas & Meet the Lantern team at .Conf! Plus All of This Month’s New ...

Splunk Lantern is Splunk’s customer success center that provides advice from Splunk experts on valuable data ...

Combine Multiline Logs into a Single Event with SOCK: a Step-by-Step Guide for ...

Combine multiline logs into a single event with SOCK - a step-by-step guide for newbies Olga Malita The ...