Splunk Search

I'm new to splunk queries and how to create an alert using Linux commands on Splunk?

Vin
Engager

I need to write a Splunk alert to check number of connections on a server. Using below Linux command I can get the results on the server. But help me out in creating an alert on Splunk with the command.

ps -ef | grep '[s]shd' | grep -v ^root | grep -i file* | wc -l

Labels (2)
0 Karma

richgalloway
SplunkTrust
SplunkTrust

That's a pretty straightforward query in Splunk.  However, do you have the equivalent to "ps -ef" logged in Splunk?  If not, then the alert won't work.

Another option is to create a scripted input that executes that CLI command and logs the result in Splunk.  Then you can alert on it.

---
If this reply helps you, Karma would be appreciated.
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

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 GA in US-AWS!

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