I have started Kibana using nohup ./kibana &
but unable to find the same nohup using ps -ef | grep kibana
However I do see the nohup.out file is being populated.
I have started Kibana using nohup ./kibana &
but unable to find the same nohup using ps -ef | grep kibana
However I do see the nohup.out file is being populated.
Trying to reproduce this. Can you share your Kibana version? Here's my output:
~/Downloads/kibana-7.13.2-SNAPSHOT-linux-x86_64/bin » nohup ./kibana & jon@xps
[1] 13719
nohup: ignoring input and appending output to 'nohup.out'
--------------------------------------------------------------------------------
~/Downloads/kibana-7.13.2-SNAPSHOT-linux-x86_64/bin » ps -ef | grep kibana
jon 13742 13719 94 13:19 pts/1 00:00:05 /home/jon/Downloads/kibana-7.13.2-SNAPSHOT-linux-x86_64/node/bin/node --preserve-symlinks-main --preserve-symlinks /home/jon/Downloads/kibana-7.13.2-SNAPSHOT-linux-x86_64/src/cli/dist
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.