Issue in setting up the production environment elasticsearch/Kibana?

Hi I have setup 3 node cluster in azure environment and some how I'm able to generate auto passwords using "bin/elasticsearch-setup-passwords auto".So I'm able to check cluster health using curl query in other nodes, but actual issue is coming here when I'm setting
xpack.security.enabled: true
xpack.security.transport.ssl.enabled: true
Then I'm getting the below mentioned error, I need to define roles and permission in kibana.

Please before setting up of above configuration I'm able to login with elastic username and password.

Please don't post pictures of text, they are difficult to read, impossible to search and replicate (if it's code), and some people may not be even able to see them :slight_smile:

Sure Warkolm, so when I'm trying enable these two properties in elasticsearch.yml file

   xpack.security.enabled: true
   xpack.security.transport.ssl.enabled: true

I'm getting Master_Not_discovered_exception

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