ES: 6.8.0 Security settings under Kibana managment tab is not available

ES: 6.8.0
Kibana: 6.8.0

in elasticsearch config
xpack.security.enabled: "true"

And i was able to setup password for users:
/usr/share/elasticsearch/bin/elasticsearch-setup-passwords interactive

When i goto
http://elasticsearch:9200/
I can see that security is enabled and i am able to login using elastic user and password.

When i goto
http://elasticsearch:9200/_cat/nodes
Nodes are all registered

Completed the steps and Kibana is now authenticated with Elasticsearch cluster.
/usr/share/kibana/bin/kibana-keystore create
/usr/share/kibana/bin/kibana-keystore add elasticsearch.username
/usr/share/kibana/bin/kibana-keystore add elasticsearch.password

When i goto
http://elasticsearch:5601/

When i goto kibana
I see this:

I was expecting to see security settings under Kibana managment tab.
lab01_security

I dont see the security setting even after enabling trial license.

it was a kibana setting i had it set to false.
######## X-Pack Kibana ##########
xpack.security.enabled: "true"

working now
http://elasticsearch:5601/app/kibana#/management

Thanks.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.