Get the current status and available results for an async EQL search or a stored synchronous EQL search.
Query parameters
-
Period for which the search and its results are stored on the cluster. Defaults to the keep_alive value set by the search’s EQL search API request.
Values are
-1or0. -
Timeout duration to wait for the request to finish. Defaults to no timeout, meaning the request waits for complete search results.
Values are
-1or0.
GET
/_eql/search/{id}
Console
GET /_eql/search/FmNJRUZ1YWZCU3dHY1BIOUhaenVSRkEaaXFlZ3h4c1RTWFNocDdnY2FSaERnUTozNDE=?wait_for_completion_timeout=2s
curl \
--request GET 'http://api.example.com/_eql/search/{id}'