I am trying elastic 6 and elastic is running fine. But Kibana Login page is disabled. I didn't found anything in the kibana logs to resolve this issue.
So is Elasticsearch starting up fine with no errors in the logs? How do you access it ?
Where is Elasticsearch installed ? Is it on the same machine as Kibana ?
I see you access Kibana on 172.24.36.217 but setup-passwords is trying to access Elasticsearch at localhost which means that your elasticsearch.yml contains 127.0.0.1 as the host.
The problem you're facing is that Kibana can't access Elasticsearch, and the reason for that will be in your kibana logs.
Can you share the relevant parts of your config and logs?
Please make the effort to format your post to be as readable as possible - there's a live preview panel for exactly this reasons.
Lots of people read these forums, and many of them will simply skip over a post that is difficult to read, because it's just too large an investment of their time to try and follow a wall of badly formatted text.
If your goal is to get an answer to your questions, it's in your interest to make it as easy to read and understand as possible.
Config files should be entered as preformatted text (the </> button) so that they display correctly and can be read by the people who are trying help you.
Elasticsearch is not running fine as it failed to start. Kibana can't connect to it for that reason, and this is the problem you need to address first.
Check the elasticsearch log (/var/log/elasticsearch/elasticsearch.log) for indications on what is actually wrong.
I think a better approach might be to check the logs and see what's failing. Feel free to share the relevant parts here so that we can assist you. If this is a configuration error for instance, reinstalling X-Pack won't accomplish much with regards to solving your issue.
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.