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!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

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