@@ -286,7 +286,7 @@ Refer to <<plugins-{type}s-{plugin}-ecs_metadata,ECS mapping>> for detailed info
286286===== `enrich`
287287
288288* Value type is <<string,string>>
289- ** A <<list,list >> can also be provided
289+ ** An <<array,array >> can also be provided
290290** Configures which enrichments are applied to each event
291291** Default value is `[codec_metadata, source_metadata]` that may be extended in future versions of this plugin to include additional enrichments.
292292** Supported values are:
@@ -296,7 +296,7 @@ Refer to <<plugins-{type}s-{plugin}-ecs_metadata,ECS mapping>> for detailed info
296296|Enrichment | Description
297297
298298| codec_metadata | Information about how the codec transformed a sequence of bytes into
299- this Event, such as _which_ codec was used. Also, if no << codec>> is
299+ this Event, such as _which_ codec was used. Also, if no codec is
300300 explicitly specified, _excluding_ `codec_metadata` from `enrich` will
301301 disable `ecs_compatibility` for this plugin.
302302| source_metadata | Information about the _source_ of the event, such as the IP address
@@ -308,7 +308,7 @@ Refer to <<plugins-{type}s-{plugin}-ecs_metadata,ECS mapping>> for detailed info
308308| all | _alias_ to include _all_ available enrichments (including additional
309309 enrichments introduced in future versions of this plugin)
310310| none | _alias_ to _exclude_ all available enrichments. Note that, _explicitly_
311- defining << codec>> with this option will not disable the `ecs_compatibility`,
311+ defining codec with this option will not disable the `ecs_compatibility`,
312312 instead it relies on pipeline or codec `ecs_compatibility` configuration.
313313|=======================================================================
314314
0 commit comments