Skip to content

Instantly share code, notes, and snippets.

@ei-grad
Created June 1, 2017 22:23
Show Gist options
  • Save ei-grad/457f900d5fbbfb384c9813171b177250 to your computer and use it in GitHub Desktop.
Save ei-grad/457f900d5fbbfb384c9813171b177250 to your computer and use it in GitHub Desktop.
Gather field types from elasticsearch
curl localhost:9200/*/_mapping | jq -S 'map_values(.mappings|map_values(.properties|try map_values(.type)))'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment