-
Notifications
You must be signed in to change notification settings - Fork 523
/
manifest.yml
34 lines (34 loc) · 997 Bytes
/
manifest.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
title: APM application metrics
type: metrics
dataset: apm.app
dataset_is_prefix: true
ilm_policy: metrics-apm.app_metrics-default_policy
elasticsearch:
index_template:
mappings:
# Application metrics must be dynamically mapped,
# as their names are application-specific and not
# known ahead of time.
dynamic: true
# Install dynamic templates for use in dynamically
# mapping complex application metrics.
dynamic_templates:
- histogram:
mapping:
type: histogram
- summary:
mapping:
type: aggregate_metric_double
metrics:
- sum
- value_count
default_metric: value_count
- double:
mapping:
type: double
index: false
- numeric_labels:
path_match: numeric_labels.*
mapping:
type: scaled_float
scaling_factor: 1000000