- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Splunk app for Unix and Linux: How to find the list of Linux servers where a certain process(say sssd) is not running?
pradipto
Explorer
02-14-2018
09:13 AM
How to find the list of Linux servers where a certain process(say sssd) is not running.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

iandrews_splunk

Splunk Employee
02-15-2018
06:47 AM
index=os sourcetype=ps process_name!=sssd | dedup host | table host
