Skip to content

Instantly share code, notes, and snippets.

@andrewgross
Created January 24, 2014 21:00
Show Gist options
  • Save andrewgross/8606311 to your computer and use it in GitHub Desktop.
Save andrewgross/8606311 to your computer and use it in GitHub Desktop.
curl 'http://localhost:9200/_all/fluentd/_search?size=1&pretty=true' -XPOST -d '{
"query": {
"query_string": {
"fields": ["uri"]
"query": "entagara-"
}
}
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment