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

Linux Kernel Compilation

 Step 1: Install Required Packages Install additional packages before building a kernel. To do so, run this command: sudo apt-get install gi...