Skip to content

Instantly share code, notes, and snippets.

@Bat-Chat
Last active August 9, 2017 14:53
Show Gist options
  • Save Bat-Chat/7d669afcf78db850bb3e0b6814d775a5 to your computer and use it in GitHub Desktop.
Save Bat-Chat/7d669afcf78db850bb3e0b6814d775a5 to your computer and use it in GitHub Desktop.
List All Indexes
curl 'localhost:9200/_cat/indices?v'
Find records in index
curl 'localhost:9200/idx_name_idx2/_search?pretty=true&q=*:*'
sudo service elasticsearch restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment