Getting Data In

N number of configuration change on one host

jshael
New Member

Query to detect over N number configuration changes on a certain host within specific duration.
Any help is greatly appreciated!

Tags (2)
0 Karma

jawaharas
Motivator

_audit index has file system changes info.

You can start with something like below and refine the search query accordingly to your requirement.

index=_audit action IN ("add","update","delete")
0 Karma
Get Updates on the Splunk Community!

Splunk Smartness with Brandon Sternfield | Episode 3

Hello and welcome to another episode of "Splunk Smartness," the interview series where we explore the power of ...

Monitoring Postgres with OpenTelemetry

Behind every business-critical application, you’ll find databases. These behind-the-scenes stores power ...

Mastering Synthetic Browser Testing: Pro Tips to Keep Your Web App Running Smoothly

To start, if you're new to synthetic monitoring, I recommend exploring this synthetic monitoring overview. In ...