Skip to content

Instantly share code, notes, and snippets.

@aleksb86
Created December 21, 2018 11:09
Show Gist options
  • Save aleksb86/45c7ddfa0a28feab5f0957beec0c4c11 to your computer and use it in GitHub Desktop.
Save aleksb86/45c7ddfa0a28feab5f0957beec0c4c11 to your computer and use it in GitHub Desktop.
How to send query to elasticsearch (REST)
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