Created
March 29, 2016 07:12
-
-
Save InputNeuron/beb2bd6616a5cc0e4000 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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