Skip to content

Instantly share code, notes, and snippets.

@eriky
Last active December 10, 2019 10:25
Show Gist options
  • Save eriky/9058733192a0d7ea949cc8fa10702c8b to your computer and use it in GitHub Desktop.
Save eriky/9058733192a0d7ea949cc8fa10702c8b to your computer and use it in GitHub Desktop.
curl -X GET "localhost:9200/twitter/_search?pretty" -H 'Content-Type: application/json' -d'
{
"query" : {
"term" : { "username" : "kimchy" }
}
}
'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment