FATAL [index_not_found_exception] no such index [.kibana_task_manager], with { resource.type="index_or_alias" & resource.id=".kibana_task_manager" & index_uuid="_na_" & index=".kibana_task_manager" }

Hi am facing this error FATAL [index_not_found_exception] no such index [.kibana_task_manager], with { resource.type="index_or_alias" & resource.id=".kibana_task_manager" & index_uuid="na" & index=".kibana_task_manager" }
am using 3 elasticsearch on RHEL and 1 Kibana but while running kibana facing this issue below is my kibana.yml

server.port: 5601
server.host: "xx.xxx.xxx.xx"
elasticsearch.hosts: ["http://xx.xxx.xxx.xxx:9200" , "http://xx.xxx.xxx.xxx:9200" , "http://xx.xxx.xxx.xxx:9200"]
logging.dest: /home/Elasticsearch/logs/kibana.log
logging.verbose: false

Hello,

can I have more details, Logs and your conf.yml. What happened before the exception ?
and do you start the kibana with the admin privileges ??

cc @tsullivan

Rashmi.

Thanks for the quick response Rashmi , so simply running kibana as ./bin/kibana and didnt gets any exception if provides single elasticsearch host and working properly for that ..but as gives 3 hosts then only getting this warnings

@tylersmalley - any inputs here?

Thanks
Rashmi

Hey resolved the issue now in my case the problem was ES cluster was not working correctly but if anyone facing the same issue then can be removed by deleting the index from ES like
curl -XDELETE http://localhost:9200/.kibana*
Thank You!

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