Class ProcessorGrokRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.ingest.ProcessorGrokRequest
public class ProcessorGrokRequest extends RequestBase
Returns a list of the built-in patterns.
- See Also:
- API specification
-
Nested Class Summary
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 Endpoint<ProcessorGrokRequest,ProcessorGrokResponse,ErrorResponse>_ENDPOINTEndpoint "ingest.processor_grok".static ProcessorGrokRequest_INSTANCESingleton instance forProcessorGrokRequest. -
Constructor Summary
Constructors Constructor Description ProcessorGrokRequest() -
Method Summary
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
-
_INSTANCE
Singleton instance forProcessorGrokRequest. -
_ENDPOINT
Endpoint "ingest.processor_grok".
-
-
Constructor Details
-
ProcessorGrokRequest
public ProcessorGrokRequest()
-