Search code examples
kibana-4

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


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


Solution

  • You can always use :

    ps auwx | grep kibana
    

    it'll list the kibana process

    Care: it'll list also the command itself