Last active
December 10, 2019 10:25
-
-
Save eriky/9058733192a0d7ea949cc8fa10702c8b to your computer and use it in GitHub Desktop.
This file contains 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 -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