Skip to content

Instantly share code, notes, and snippets.

@InputNeuron
Created March 29, 2016 07:12
Show Gist options
  • Select an option

  • Save InputNeuron/beb2bd6616a5cc0e4000 to your computer and use it in GitHub Desktop.

Select an option

Save InputNeuron/beb2bd6616a5cc0e4000 to your computer and use it in GitHub Desktop.
curl -XGET 'http://acme.elasticsearch.spinn3r.com/content*/_search?pretty=true' --header "X-vendor: acme" --header "X-vendor-auth: vKkYntP73c1IVZddxXnvRorPQiHo" -d '{
"size": 1,
"query" : {
"term" : { "main" : "firefox" }
}
}
'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment