Invalid_index_name_exception in Eleasticsearch

Hi I am using 7.2.0 version of ELK I have used docker compose file. My containers are running but can't seem my KIbana dash board. When used curl -XGET http://localhost:9200/_status
to check my eleastcisearch, got following error message and don't know how to fix this issue. Please help

{"error":{"root_cause":[{"type":"invalid_index_name_exception","reason":"Invalid index name [status], must not start with ''.","index_uuid":"na","index":"_status"}],"type":"invalid_index_name_exception","reason":"Invalid index name [status], must not start with ''.","index_uuid":"na","index":"_status"},"status":400

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