We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23ee522 commit d860a2fCopy full SHA for d860a2f
tests/indices/downsample.yml
@@ -17,6 +17,34 @@ setup:
17
time_series:
18
start_time: "2021-04-28T00:00:00Z"
19
end_time: "2021-04-29T00:00:00Z"
20
+ mappings:
21
+ properties:
22
+ "@timestamp":
23
+ type: date
24
+ metricset:
25
+ type: keyword
26
+ time_series_dimension: true
27
+ k8s:
28
29
+ pod:
30
31
+ uid:
32
33
34
+ network:
35
36
+ tx:
37
+ type: long
38
+ time_series_metric: gauge
39
+ rx:
40
41
42
+ sent:
43
44
+ time_series_metric: counter
45
+ received:
46
47
48
49
# Make the downsample downsample_index index read-only
50
- do:
0 commit comments