Skip to content

Commit 87ed699

Browse files
authored
Fix the rendering of a table in the normalize_for_stream docs (#129345)
1 parent 668fe29 commit 87ed699

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/reference/enrich-processor/normalize-for-stream.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ If the document is not OpenTelemetry-compliant, the processor normalizes it as f
4040
| `trace.id` | `trace_id` |
4141
| `message` | `body.text` |
4242
| `log.level` | `severity_text` |
43+
4344
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.
4445
* 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:
4546
* They are ECS fields that have corresponding counterparts (either with

0 commit comments

Comments
 (0)