Splunk Search

List different lines even when not found

leonardomassard
Explorer

I had the follow data
index=os sourcetype=top host=xxxxxxx
| search COMMAND = "startWebworksAd" OR COMMAND="startWLSServer" OR COMMAND="startManagedWeb" OR COMMAND="launch.sh"
| table host, COMMAND

vmwl5167 startWebworksAd

vmwl5167 startWLSServer

vmwl5167 startManagedWeb

This data is based on top command on linux so if the process is not running so into the splunk the process will not have data been updating, I whish list the process on the query even when this situation occur count line by line and when not found they list as 0

vmwl5167 launch.sh 0
vmwl5167 startWebworksAd 1
vmwl5167 startWLSServer 1
vmwl5167 startManagedWeb 1

How do it?

Tags (1)
0 Karma

somesoni2
Revered Legend

Is the name of command fixed? Will there always be finite list of command that you search in a host?

0 Karma

leonardomassard
Explorer

Is the name of command fixed? Will there always be finite list of command that you search in a host?

Yes the name of command will be fixed.

0 Karma
Get Updates on the Splunk Community!

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!

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

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...