Alerting

How can I alert if this PID changes on 3k machines?

daniel333
Builder

All,

I have about 4k hosts collecting PS data. What I would like to do is get a dashboard or alert when the PID for SSHD changes. I really have no idea how to compare that many collections to their previous ones like that.

I got this far...
sourcetype=ps COMMAND=sshd PID=*

0 Karma
1 Solution

xpac
SplunkTrust
SplunkTrust

I'd try something like this:

| stats values(PID) AS PIDs dc(PID) AS PID_count by host
| where PID_count > 1

Hope that helps - if it does I'd be happy if you would upvote/accept this answer, so others could profit from it. 🙂

View solution in original post

0 Karma

xpac
SplunkTrust
SplunkTrust

I'd try something like this:

| stats values(PID) AS PIDs dc(PID) AS PID_count by host
| where PID_count > 1

Hope that helps - if it does I'd be happy if you would upvote/accept this answer, so others could profit from it. 🙂

0 Karma
Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...