0 votes
in DevOps Culture by
What is the command used to check the running Splunk processes on Unix/Linux?

1 Answer

0 votes
by

If we want to check the running Splunk Enterprise processes on Unix/Linux, we can make use of the following command:

ps aux | grep splunk

...