ParserEngineType

ParserEngineType represents execution type of the parser (e.g. GOSTASH vs JS).

Enums
PARSER_ENGINE_TYPE_UNSPECIFIED Parser engine type is unspecified.
GOSTASH Run with GoStash engine.
JS Run with JavaScript engine.
GOSTASH_WITH_JS Run with GoStash engine with JavaScript engine fallback.