How do I check if Kibana 4 is running on a linux machine?

Shubham Mishra picture Shubham Mishra · Apr 22, 2015 · Viewed 7.5k times · Source

I have configured a linux machine, I just wish to check if kibana 4 is running perfectly.

Answer

Samy Elaiassi picture Samy Elaiassi · Apr 22, 2015

You can always use :

ps auwx | grep kibana

it'll list the kibana process

Care: it'll list also the command itself