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!

Splunk Cloud | Empowering Splunk Administrators with Admin Config Service (ACS)

Greetings, Splunk Cloud Admins and Splunk enthusiasts! The Admin Configuration Service (ACS) team is excited ...

Tech Talk | One Log to Rule Them All

One log to rule them all: how you can centralize your troubleshooting with Splunk logs We know how important ...

Splunk Security Content for Threat Detection & Response, Q1 Roundup

Join Principal Threat Researcher, Michael Haag, as he walks through: An introduction to the Splunk Threat ...