Skip to content

Commit

Permalink
Update CHANGELOG entry
Browse files Browse the repository at this point in the history
  • Loading branch information
ycombinator committed Jan 17, 2024
1 parent 161ebdb commit 115f332
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .chloggen/exp-es-omit-attributes-prefix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,21 @@ change_type: enhancement
component: elasticsearchexporter

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Add `mapping.omit_attributes_prefix` configuration option
note: Add `mapping.mode: raw` configuration option

# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
issues: [26647]

# (Optional) One or more lines of additional information to render under the primary note.
# These lines will be padded with 2 spaces and then inserted directly into the document.
# Use pipe (|) for multiline entries.
subtext:
subtext: |
Setting `mapping.mode: raw` in the Elasticsearch exporter's configuration
will result logs and traces being indexed into Elasticsearch with their
attribute fields directly at the root level of the document instead inside an
`Attributes` object. Similarly, this setting will also result in traces being
indexed into Elasticsearch with their event fields directly at the root level
of the document instead of inside an `Events` object.
# If your change doesn't affect end users or the exported elements of any package,
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label.
Expand Down

0 comments on commit 115f332

Please sign in to comment.