Class TestGrokPatternRequest

java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.text_structure.TestGrokPatternRequest
All Implemented Interfaces:
JsonpSerializable

@JsonpDeserializable public class TestGrokPatternRequest extends RequestBase implements JsonpSerializable
Test a Grok pattern. Test a Grok pattern on one or more lines of text. The API indicates whether the lines match the pattern together with the offsets and lengths of the matched substrings.
See Also: