Monitoring Splunk

Registry monitoring

jip31
Motivator

Hi

I want to monitor all the registry
I have written this code
does it seems to be ok?
thanks

[WinRegMon://hkcr_run]
index = Registry
sourcetype = WinRegistry
proc = C:\.*
hive = \REGISTRY\ROOT\
disabled = 0
baseline = 1
baseline_interval = 86400
type = rename|close|set|delete|open|create|query

[WinRegMon://hkcu_run]
index = Registry
sourcetype = WinRegistry
proc = C:\.*
hive = \REGISTRY\USER\
disabled = 0
baseline = 1
baseline_interval = 86400
type = rename|close|set|delete|open|create|query

[WinRegMon://hklm_run]
index = Registry
sourcetype = WinRegistry
proc = C:\.*
hive = \REGISTRY\MACHINE\
disabled = 0
baseline = 1
baseline_interval = 86400
type = rename|close|set|delete|open|create|query

[WinRegMon://hkus_run]
index = Registry
sourcetype = WinRegistry
proc = C:\.*
hive = \REGISTRY\USERS\
disabled = 0
baseline = 1
baseline_interval = 86400
type = rename|close|set|delete|open|create|query

[WinRegMon://hkcc_run]
index = Registry
sourcetype = WinRegistry
proc = C:\.*
hive = \REGISTRY\CONFIG\
disabled = 0
baseline = 1
baseline_interval = 86400
type = rename|close|set|delete|open|create|query

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

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...