Kibana is not running...Could anyone please help on this case?
you can use the following command to see the PID that is listening on port 5601
Copy to clipboard
lsof -i :5601
You could also use a derivate of your original approach looking for the process named 'node'
Copy to clipboard
ps -ef | grep node
but this has the potential to return processes besides the one you're looking for.
Hope it helps.
Rashmi
Hi,
Problem's solved.
Thanks for your reply..
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.