Skip to content

Instantly share code, notes, and snippets.

@dwweb0309
Created January 10, 2024 10:10
Show Gist options
  • Save dwweb0309/2e54d49a209a8354c7e2553f0add95f3 to your computer and use it in GitHub Desktop.
Save dwweb0309/2e54d49a209a8354c7e2553f0add95f3 to your computer and use it in GitHub Desktop.
How to resolve kibana error(kibana server is not ready yet)
http://localhost:9200/_cat/indices/.kibana*?v=true&s=index

And delete kibana related indexes one by one

curl -XDELETE http://localhost:9200/.kibana_8.7.1_001

And resart kibana server

sudo systemctl restart kibana
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment