Skip to content

Commit 77e5e34

Browse files
committed
Processors.ts - add ecs_compatibility to GrokProcessor
1 parent 80f4a95 commit 77e5e34

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

specification/ingest/_types/Processors.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -908,6 +908,12 @@ export class ForeachProcessor extends ProcessorBase {
908908
}
909909

910910
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
911917
/**
912918
* The field to use for grok expression parsing.
913919
*/

0 commit comments

Comments
 (0)