Skip to content

Commit 0d702c3

Browse files
authored
[plugin/otel-data] Add dynamic template for summary with min, max (elastic#113791) (elastic#113849)
(cherry picked from commit 649acc4)
1 parent c7ba14f commit 0d702c3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

x-pack/plugin/otel-data/src/main/resources/component-templates/[email protected]

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,8 @@ template:
4545
type: aggregate_metric_double
4646
metrics: sum, value_count
4747
default_metric: value_count
48+
- summary_minmax:
49+
mapping:
50+
type: aggregate_metric_double
51+
metrics: sum, value_count, min, max
52+
default_metric: value_count

0 commit comments

Comments
 (0)