Skip to content

Instantly share code, notes, and snippets.

@InputNeuron
Created October 9, 2018 23:15
Show Gist options
  • Select an option

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

Select an option

Save InputNeuron/7d6458cb0b9b1c229071f2b8bce91a33 to your computer and use it in GitHub Desktop.
curl -XPOST 'http://interpress.elasticsearch.datastreamer.io/content_*/_search?pretty=true' \
-H "X-vendor: interpress" \
-H "X-vendor-auth: iuDi8ukXufn7cWf6ajhnUxlvhRU" \
-d '{
"size": 1,
"query": {
"query_string" : {
"query" : "main:Obama"
}
}
}
'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment