Kibana_task_manager_1 issues

Hello,

I'm completely new to Kibana and Elasticsearch. I've been digging my heels into figuring out why my Kibana is giving me installation issues. I'm utilizing MAC OS.

I installed and deleted and then re-installed both applications however, I continue to get a WARNING:

[warning][savedobjects-service] Unable to connect to Elasticsearch. Error: [resource_already_exists_exception] index [.kibana_task_manager_1/_2s2vHazSRqCl7dPlZ_oQQ] already exists, with { index_uuid="_2s2vHazSRqCl7dPlZ_oQQ" & index=".kibana_task_manager_1" }

I've been looking and looking for steps to delete ".kibana_task_manager_1". I'm coming up short on finding that specific index.

Need your help.

Thank you so much

It's odd that there is also an "Unable to connect to Elasticsearch".

Can you provide the response to http://localhost:9200/_cat/indices and http://localhost:9200/_cat/aliases

To clear out everything that is there persisted for Kibana you can run curl -X DELETE http://localhost:9200/.kibana* from Terminal - you will need to also pass -u elastic if you are using security and it will prompt for your password..

5 Likes

Thank you very much for the assistance in correcting the issue.

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