Skip to content

Instantly share code, notes, and snippets.

@thinktainer
Created July 14, 2015 10:45
Show Gist options
  • Save thinktainer/2f636dc9f28d69d87cbe to your computer and use it in GitHub Desktop.
Save thinktainer/2f636dc9f28d69d87cbe to your computer and use it in GitHub Desktop.
find field in es mappings
curl http://es-instance:9200/_mapping/ | python -mjson.tool | grep -ni -C 3 duration
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment