Skip to content

Fix the rendering of this table in the normalize_for_stream docs #129345

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 12, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/reference/enrich-processor/normalize-for-stream.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ If the document is not OpenTelemetry-compliant, the processor normalizes it as f
| `trace.id` | `trace_id` |
| `message` | `body.text` |
| `log.level` | `severity_text` |

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.
* 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:
* They are ECS fields that have corresponding counterparts (either with
Expand Down
Loading