Skip to content

Instantly share code, notes, and snippets.

@synic
Forked from aussielunix/gist:1515957
Created October 14, 2015 19:36
Show Gist options
  • Save synic/e58488851d59ca084c82 to your computer and use it in GitHub Desktop.
Save synic/e58488851d59ca084c82 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