Skip to content

Commit cd90ca9

Browse files
committed
Fix typo
1 parent 0f12253 commit cd90ca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/enrich-processor/normalize-to-otel-processor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ If the document is not OpenTelemetry-compliant, the processor normalizes it as f
4444
* The corresponding OpenTelemetry attribute is defined in
4545
[Semantic Conventions](https://github.com/open-telemetry/semantic-conventions/tree/main/model)
4646
within a group that is defined as `type: enitity`.
47-
* All other fields, except from `@timestamp` are moved to the `attributes` map.
47+
* All other fields, except for `@timestamp`, are moved to the `attributes` map.
4848
* All non-array entries of the `attributes` and `resource.attributes` maps are flattened. Flattening means that nested objects are merged into their parent object, and the keys are concatenated with a dot. See examples below.
4949

5050
## Examples

0 commit comments

Comments
 (0)