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!

A Season of Skills: New Splunk Courses to Light Up Your Learning Journey

There’s something special about this time of year—maybe it’s the glow of the holidays, maybe it’s the ...

Announcing the Migration of the Splunk Add-on for Microsoft Azure Inputs to ...

Announcing the Migration of the Splunk Add-on for Microsoft Azure Inputs to Officially Supported Splunk ...

Splunk Observability for AI

Don’t miss out on an exciting Tech Talk on Splunk Observability for AI! Discover how Splunk’s agentic AI ...