You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/enrich-processor/normalize-for-stream.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,7 @@ If the document is not OpenTelemetry-compliant, the processor normalizes it as f
40
40
|`trace.id`|`trace_id`|
41
41
|`message`|`body.text`|
42
42
|`log.level`|`severity_text`|
43
+
43
44
The processor first looks for the nested form of the ECS field and if such does not exist, it looks for a top-level field with the dotted field name.
44
45
* Other specific ECS fields that describe resources and have corresponding counterparts in the OpenTelemetry Semantic Conventions are moved to the `resource.attribtues` map. Fields that are considered resource attributes are such that conform to the following conditions:
45
46
* They are ECS fields that have corresponding counterparts (either with
0 commit comments