I faced the same issue once when I upgraded Elasticsearch from v6 to v7.
Deleting .kibana* indexes fixed the problem:
curl --request DELETE 'http://elastic-search-host:9200/.kibana*'
I faced the same issue once when I upgraded Elasticsearch from v6 to v7.
Deleting .kibana* indexes fixed the problem:
curl --request DELETE 'http://elastic-search-host:9200/.kibana*'