Skip to main content

Search

Returns search hits that match the query defined in the request.

Parameters

ParameterDescription
QueryQuery in the Lucene query string syntax.You can use the q parameter to run a query parameter search.
SizeDefines the number of hits to return. Defaults to 10.
SortA comma-separated list of <field>:<direction> pairs to sort by.
Target IndexComma-separated list of data streams, indices, and aliases to search. Supports wildcards (*). To search all data streams and indices, use * or _all.

Workflow Library Example

Send Elasticsearch Search Hits to Slack

Workflow LibraryPreview this Workflow on desktop