Wednesday, September 21, 2022

Kibana: NoShardsAvailable Error Solved

 Most likely your Kibana shards are not allocated. 

You can check if some or all of your shards are UNASSIGNED using curl -XGET <host>:9200/_cat/shards?v.


In Dev Tools in Kibana:

GET /_cat/shards?v


I have deleted the UNASSIGNED Status index from Kibana Now the Error is resolved


No comments:

Post a Comment

jq command in Linux

 How to access the {"field-name":"cskmetro"} echo "{\"field-name\":\"cskmetro\"}" |jq -r ...