.kibana index not found

Hi,
I have used readonlyrest for security for elasticsearch and kibana. But getting .kibana index not found exception. Please provide solution.

Hey, you will need to give the Kibana user you use to connect to Elasticsearch write permissions for the .kibana index, since Kibana otherwise can't write into that index (i.e. not even create it).

Cheers,
Tim

Hi,
At the time of start up of elasticsearch and kibana it should be automatically created. But I don't have .kibana index in elasticseach. Why index not created ?
Please provide solution on it.

Does the user you have written in the kibana.yml actually have write access to Elasticsearch?

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