Hi Whrg ,
I am trying as below:-
index=unix_app host="#####" Process1 OR Process1 OR Process2 OR Process3 COMMAND=java | dedup process | rex "(?Process1|Process2|Process3|)" | timechart count(process) by myField | stats max(*) AS * | Transpose
It shows up process on dashboard without any status like running or not.
In case if not running, then it simply does not show anything it all for that process.
Thanks,
... View more