Class EqlGetRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.eql.EqlGetRequest
public class EqlGetRequest extends RequestBase
Returns async results from previously executed Event Query Language (EQL)
search
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEqlGetRequest.BuilderBuilder forEqlGetRequest.Nested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>> -
Field Summary
Fields Modifier and Type Field Description static SimpleEndpoint<EqlGetRequest,?>_ENDPOINTEndpoint "eql.get". -
Method Summary
Modifier and Type Method Description static <TEvent> Endpoint<EqlGetRequest,EqlGetResponse<TEvent>,ErrorResponse>createGetEndpoint(JsonpDeserializer<TEvent> tEventDeserializer)Create an "eql.get" endpoint.java.lang.Stringid()Required - Identifier for the search.TimekeepAlive()Period for which the search and its results are stored on the cluster.static EqlGetRequestof(java.util.function.Function<EqlGetRequest.Builder,ObjectBuilder<EqlGetRequest>> fn)TimewaitForCompletionTimeout()Timeout duration to wait for the request to finish.Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_ENDPOINT
Endpoint "eql.get".
-
-
Method Details
-
of
public static EqlGetRequest of(java.util.function.Function<EqlGetRequest.Builder,ObjectBuilder<EqlGetRequest>> fn) -
id
public final java.lang.String id()Required - Identifier for the search.API name:
id -
keepAlive
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.API name:
keep_alive -
waitForCompletionTimeout
Timeout duration to wait for the request to finish. Defaults to no timeout, meaning the request waits for complete search results.API name:
wait_for_completion_timeout -
createGetEndpoint
public static <TEvent> Endpoint<EqlGetRequest,EqlGetResponse<TEvent>,ErrorResponse> createGetEndpoint(JsonpDeserializer<TEvent> tEventDeserializer)Create an "eql.get" endpoint.
-