Created
December 21, 2018 11:09
-
-
Save aleksb86/45c7ddfa0a28feab5f0957beec0c4c11 to your computer and use it in GitHub Desktop.
How to send query to elasticsearch (REST)
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 -XGET 'localhost:9200/sed_test_db_core_ws_documents/_search?pretty=true&q=id:5c1bbd4cb29a000003000001' | |
# sed_test_db_core_ws_documents - название индекса, в котором ищется |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment