May 29 04:37:38 systemd[1]: kibana.service: main process exited, code=exited, status=1/FAILURE
May 29 04:37:38 systemd[1]: Unit kibana.service entered failed state.
May 29 04:37:38 systemd[1]: kibana.service failed.
May 29 04:37:38 systemd[1]: kibana.service holdoff time over, scheduling restart.
May 29 04:37:38 systemd[1]: start request repeated too quickly for kibana.service
May 29 04:37:38 systemd[1]: Failed to start Kibana.
May 29 04:37:38 systemd[1]: Unit kibana.service entered failed state.
May 29 04:37:38 systemd[1]: kibana.service failed.
What does this mean exactly? ASIF : neither http://servername nor http://clm-pun-t2uslj:5601/ is working
What are the error you see ? ASIF: what errors I need to check. Nginx logs or Kibana logs ?
What are the errors you see in relevant parts of your nginx logs? ASIF:
2018/05/29 04:35:52 [error] 1391#0: *1 connect() failed (111: Connection refused) while connecting to upstream, client: 172.28.220.114, server: elk-stack.co, request: "GET /favicon.ico HTTP/1.1", upstream: "http://127.0.1.1:5601/favicon.ico", host: "clm-pun-t2uslj", referrer: "http://clm-pun-t2uslj/"
2018/05/29 04:36:03 [error] 1391#0: *1 connect() failed (111: Connection refused) while connecting to upstream, client: 172.28.220.114, server: elk-stack.co, request: "GET / HTTP/1.1", upstream: "http://127.0.1.1:5601/", host: "clm-pun-t2uslj"
Taking a step back, I guess you were using nginx for basic authentication to Kibana when you didn't have X-Pack installed. Do you want to keep nginx in front of kibana for some reason now, or can you use X-Pack security for Kibana authentication ?
It looks like all clm-pun-t2uslj, elk-stack.co are on localhost so maybe taking away nginx from your architecture will simplify things for you.
Can you also verify that kibana is actually up and running? What is the output of sudo systemctl status kibana and sudo netstat -nlp | grep 5601 ?
What is the issue you are seeing? What is the explicit error message you get ?
Have you configured kibana after installing X-Pack as described in the documentation? Can you share your kibana.yml with us?
Can you see any errors in your kibana.log file (located in /var/log/kibana ) ?
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.