Skip to content

Commit

Permalink
Document new mapping.omit_attributes_prefix config option
Browse files Browse the repository at this point in the history
  • Loading branch information
ycombinator committed Jan 17, 2024
1 parent 2c7c039 commit c28e23a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions exporter/elasticsearchexporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ This exporter supports sending OpenTelemetry logs to [Elasticsearch](https://www
will reject documents that have duplicate fields.
- `dedot` (default=true): When enabled attributes with `.` will be split into
proper json objects.
- `omit_attributes_prefix` (default=false): Omit the `Attributes.` string prefixed to field names for
log and span attributes.
- `sending_queue`
- `enabled` (default = false)
- `num_consumers` (default = 10): Number of consumers that dequeue batches; ignored if `enabled` is `false`
Expand Down

0 comments on commit c28e23a

Please sign in to comment.