Skip to content
Closed
Show file tree
Hide file tree
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
5 changes: 5 additions & 0 deletions docs/changelog/115134.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 115134
summary: "Apm-data: ignore malformed enabled for metrics-app data stream"
area: Data streams
type: enhancement
issues: []
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,4 @@ _meta:
managed: true
template:
settings:
codec: best_compression
mapping:
# apm@settings sets `ignore_malformed: true`, but we need
# to disable this for metrics since they use synthetic source,
# and this combination is incompatible with the
# aggregate_metric_double field type.
ignore_malformed: false
codec: best_compression
Loading