Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d860a2f

Browse files
committedAug 29, 2024·
Updates downsample test
1 parent 23ee522 commit d860a2f

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed
 

‎tests/indices/downsample.yml

+28
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,34 @@ setup:
1717
time_series:
1818
start_time: "2021-04-28T00:00:00Z"
1919
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+
properties:
29+
pod:
30+
properties:
31+
uid:
32+
type: keyword
33+
time_series_dimension: true
34+
network:
35+
properties:
36+
tx:
37+
type: long
38+
time_series_metric: gauge
39+
rx:
40+
type: long
41+
time_series_metric: gauge
42+
sent:
43+
type: long
44+
time_series_metric: counter
45+
received:
46+
type: long
47+
time_series_metric: counter
2048

2149
# Make the downsample downsample_index index read-only
2250
- do:

0 commit comments

Comments
 (0)
Please sign in to comment.