Skip to content

Instantly share code, notes, and snippets.

@mb00g
Last active November 22, 2019 01:30
Show Gist options
  • Save mb00g/4f5bddfc758decb647e1ad9abe4b786f to your computer and use it in GitHub Desktop.
Save mb00g/4f5bddfc758decb647e1ad9abe4b786f to your computer and use it in GitHub Desktop.

List Index / Indices

curl -X GET 'http://localhost:9200/_cat/indices?v'

Delete Index

curl -X DELETE 'http://localhost:9200/nama_index'

Melihat Isi Index

curl -X GET 'http://localhost:9200/mikrotik-*/_search?pretty'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment