I have installed Xpack on Elasticsearch and Kibana. on testing elastic search on 9200 i see response. but when i am trying to access Kibana 5601, i get system red and
ui settings Elasticsearch plugin is red
plugin:kibana@5.1.1 Ready
plugin:elasticsearch@5.1.1 Authentication Exception
plugin:console@5.1.1 Ready
plugin:timelion@5.1.1 Ready
Can anyone help me please. we need to do a POC with 30 days test version and then apply for paid version. we use EFK but FluentD has nothing to do with Xpack i suppose.
This error usually indicates that Kibana does not have X-Pack.
If you install X-Pack for Elasticsearch, then you must, as a separate step, install it for Kibana too.
i was able to rectify this problem by giving elastic user and password in kibana.yml.
Great, by default you can log in as "elastic" user and default password of "changeme" - please change this password once you log in.
I have installed xpack in Kibana too but i dont see UI link in kibana where i can manage users.
I'm not sure I follow. Do you see the "Management" tab in the left-hand side panel? Once you click on Management you should see under Elasticsearch, "Users" and "Roles" link where you can manage users.
{"build":{"hash":"821d294","date":"2016-12-06T13:09:18.057Z"},"license":{"uid":"e284c5b5-442f-4d77-8e09-925940d199fc","type":"trial","mode":"trial","status":"active","expiry_date_in_millis":1490632264833},"features":{"graph":{"description":"Graph Data Exploration for the Elastic Stack","available":true,"enabled":true},"monitoring":{"description":"Monitoring for the Elastic Stack","available":true,"enabled":true},"security":{"description":"Security for the Elastic Stack","available":true,"enabled":true},"watcher":{"description":"Alerting, Notification and Automation for the Elastic Stack","available":true,"enabled":true}},"tagline":"You know, for X"}
That's not quite what I needed, but from that screenshot I can create the proper link: Can you navigate to http://10.0.72.200:5601/status and screenshot that?
Based on that screenshot, X-Pack is not installed on Kibana. Is it possible you accidentally overlooked an error message when you first installed it or something? To install it on Kibana, shut down Kibana, and then run the following command:
bin/kibana-plugin install x-pack
This will take a few minutes to download X-Pack and then to run the optimization process. When it finishes successfully, it will log Plugin installation complete. Start Kibana again.
At that point, if you navigate back to that status page from before, the Status Breakdown should include the additional plugins from X-Pack:
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.