Stack Intro: I'm running ELK-Stack 7.8 with 3 Cluster-Nodes
Enabled XPack security in elasticsearch yml "xpack.security.enabled: true" and also enabled SSL/TLS on Transport and HTTP with below conf:
xpack.security.transport.ssl.enabled: true
xpack.security.transport.ssl.verification_mode: certificate
xpack.security.transport.ssl.key: /etc/elasticsearch/certs/wildcard.key
xpack.security.transport.ssl.certificate: /etc/elasticsearch/certs/wildcard.crt
xpack.security.transport.ssl.certificate_authorities: [ "/etc/elasticsearch/certs/ca.crt" ]
xpack.security.http.ssl.enabled: true
xpack.security.http.ssl.key: /etc/elasticsearch/certs/wildcard.key
xpack.security.http.ssl.certificate: /etc/elasticsearch/certs/wildcard.crt
xpack.security.http.ssl.certificate_authorities: [ "/etc/elasticsearch/certs/ca.crt" ]
Then finally used "bin/elasticsearch-setup-passwords auto" to generate credentials for built-in users.
Configured the credentials in kibana.yml with elasticsearch.username: elastic and related password.
After all these configurations, I was able to login to Kibana dashboard using built-in user 'elastic' but ISSUE: I'm unable to view security options and getting access denied while accessing stack-monitoring with attached screenshot references