We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80f4a95 commit 77e5e34Copy full SHA for 77e5e34
specification/ingest/_types/Processors.ts
@@ -908,6 +908,12 @@ export class ForeachProcessor extends ProcessorBase {
908
}
909
910
export class GrokProcessor extends ProcessorBase {
911
+ /**
912
+ * Must be disabled or v1. If v1, the processor uses patterns with Elastic
913
+ * Common Schema (ECS) field names.
914
+ * @server-default disabled
915
+ */
916
+ ecs_compatibility?: string
917
/**
918
* The field to use for grok expression parsing.
919
*/
0 commit comments