Skip to content

Instantly share code, notes, and snippets.

@zackfern
Created October 22, 2012 18:27
Show Gist options
  • Save zackfern/3933213 to your computer and use it in GitHub Desktop.
Save zackfern/3933213 to your computer and use it in GitHub Desktop.
curl -X POST "http://localhost:9200/dashboard/_search?pretty=true" -d '
{
"query" : { "match_all" : {} },
"facets" : {
"tags" : { "terms" : {"field" : "tags", "size" : 10} }
}
}
'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment