Admin Manual

 


About the Splunk Admin Manual
How Splunk Works

Windows process monitoring

This documentation does not apply to the most recent version of Splunk. Click here for the latest version.

Windows process monitoring

Starting with version 3.4.2 of Splunk, you can enable native Windows process monitoring within Splunk. Because this can generate a high volume of events, this is not enabled by default. If you enable this feature, you can reduce the volume of events by creating regular expressions to filter out data you do not want sent to Splunk using the information in this topic.

It works the same way as configuring registry monitoring:

sysmon.conf contains a stanza called [ProcessMonitor], where you specify:

Each stanza in procmon-filters.conf represents a particular filter whose definition includes:

Note: You must restart Splunk if you change these configuration files.

The following are the default settings if you enable process monitoring:

The stanza in sysmon.conf:

[ProcessMonitor]
filter_file_name = procmon-filters
event_types = create.*|exit.*|image.*
active_filters = "not-splunk-optimize"
inclusive = 0
disabled = 1

The corresponding individual filter stanzas in procmon.conf:

[default]
hive = .*
[not-splunk-optimize]
proc = splunk-optimize.exe
type = create|exit|image

This documentation applies to the following versions of Splunk: 3.4.2 , 3.4.3 , 3.4.5 , 3.4.6 , 3.4.8 , 3.4.9 , 3.4.10 , 3.4.11 , 3.4.12 , 3.4.13 , 3.4.14 View the Article History for its revisions.


You must be logged into splunk.com in order to post comments. Log in now.

Was this documentation topic helpful?

If you'd like to hear back from us, please provide your email address:

We'd love to hear what you think about this topic or the documentation as a whole. Feedback you enter here will be delivered to the documentation team.

Feedback submitted, thanks!