Skip to content

Instantly share code, notes, and snippets.

@aussielunix
Created December 24, 2011 02:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save aussielunix/1515957 to your computer and use it in GitHub Desktop.
Save aussielunix/1515957 to your computer and use it in GitHub Desktop.
search all graylog2-elasticsearch
curl -XGET 'http://localhost:9200/graylog2/_search?pretty=true' -d '
{
"query" : {
"matchAll" : {}
}
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment