Allows direct queries into ElasticSearch.post https://localhost:3000/api/searchBody ParamsA valid ElasticSearch query. See https://www.elastic.co/guide/en/elasticsearch/reference/1.7/query-dsl.html for details about constructing ElasticSearch queries. The example below is one possible query, however any valid query is supported. Please remember that queries should be targeted. Wide time-ranges and aggregations are not recommended.queryobjectquery objectResponses 200Returns an array containing query results. This example response corresponds with the above example request. The response will vary greatly based on the supplied query. defaultIn case of an error, an error payload containing error code, name, and description is returned. If valid JSON is provided but ElasticSearch cannot parse the query, ElasticSearch will return its own 500 and error messages.Updated 3 months ago