Getting Data In

Whitelist Services? How

Kitteh
Path Finder

How do you whitelist services you wish to monitor and not forward redundant ones to the Splunk Server....

I've done before on WinEventLog but however not sure how to use WinHostMon or WMI to whitelist, will apperciate if someone has working configuration that whitelist/blacklist services

0 Karma

damien_chillet
Builder

You can find how to monitor WinHostMon at http://docs.splunk.com/Documentation/Splunk/latest/Data/MonitorWindowshostinformation

See type attribute to set which service to monitor.

Example:

# Queries computer information.
[WinHostMon://computer]
type = Computer
interval = 300

# Queries OS information. 
# 'interval' set to a negative number tells Splunk Enterprise to
# run the input once only. 
[WinHostMon://os]
type = operatingSystem
interval = -1

For WMI please check http://docs.splunk.com/Documentation/SplunkCloud/6.6.3/Data/MonitorWindowseventlogdata.

Example:

[WMI:AppAndSys]
server = foo, bar
interval = 10
event_log_file = Application, System, Directory Service
disabled = 0
Get Updates on the Splunk Community!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...