Skip to content

Commit 583ab9c

Browse files
Small typo fix (#3221) (#3226)
Co-authored-by: eyalkoren <[email protected]>
1 parent de91640 commit 583ab9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/en/observability/logs-stream.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ The component templates that are set in the previous index template are defined
366366
*** Places a hook for the `logs@custom` pipeline. If a `logs@custom` pipeline is installed, it's applied to logs ingested into this data stream.
367367
** Sets the {ref}/ignore-malformed.html[`ignore_malformed`] flag to `true`. If a field in the log document contains an incorrect value type and the field's mapping type supports this flag, the document is still processed.
368368
- `logs@custom` – a predefined component template that is not installed by default. Use this name to install a custom component template if you wish to override or extend any of the default mappings or settings.
369-
- `ecs@dynamic_templates` – dynamic templates that automatically ensure you data stream mappings comply with the {ecs-ref}/ecs-reference.html[Elastic Common Schema (ECS)].
369+
- `ecs@dynamic_templates` – dynamic templates that automatically ensure your data stream mappings comply with the {ecs-ref}/ecs-reference.html[Elastic Common Schema (ECS)].
370370

371371
[discrete]
372372
[[logs-stream-create-data-stream]]
@@ -1040,4 +1040,4 @@ Your query should return similar results to the following:
10401040
}
10411041
----
10421042

1043-
You can see the high-severity logs and that they're now in the `critical` dataset.
1043+
You can see the high-severity logs and that they're now in the `critical` dataset.

0 commit comments

Comments
 (0)