I am unable to log into Kibana, I have added below role
**** esuser utility**
my_kibana_user:
cluster:
- monitor
indices:
- names: 'logstash-'
privileges:
- view_index_metadata
- read
- names: '.kibana'
privileges:
- manage
- read
- index
***Users.roles
my_kibana_user:mis###
***Kibana.yml
elasticsearch.username: "kibana"
elasticsearch.password: "kibana123"
shield.encryptionKey: "secret"
shield.skipSslCheck: true
elasticsearch.ssl.verify: false
I restarted kibana and logging into my localhost:5601, asking for username and password; If I enter a wrong username password, UI showing me wrong user name or password. However, after successful authentication it simply stays in login page and not taking to Kibana dashboard. What I am doing wrong, any help please.
Simply Stays in this page after successful authentication