Skip to content

Commit 9ccf02d

Browse files
Lower windows for queries (elastic#73)
with this commit we lower the time window for dashboard queries from 50% to 25% and also lower their target throughput to better match real world use cases.
1 parent fa89c7a commit 9ccf02d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

eventdata/challenges/daily-log-volume-index-and-query.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
}
8383
},
8484
{
85-
"name": "traffic-dashboard-50%-{{utilization_task_suffix}}",
85+
"name": "traffic-dashboard-25%-{{utilization_task_suffix}}",
8686
"operation": {
8787
"operation-type": "kibana",
8888
"param-source": "elasticlogs_kibana",
@@ -91,10 +91,10 @@
9191
"index_pattern": "elasticlogs-*",
9292
"query_string": "query_string_lists/country_code_query_strings.json",
9393
"window_end": "END",
94-
"window_length": "50%"
94+
"window_length": "25%"
9595
},
9696
"clients": 1,
97-
"target-interval": {{ query1_target_interval | default(30) | int }},
97+
"target-interval": {{ query1_target_interval | default(90) | int }},
9898
"meta": {
9999
"querying": "yes",
100100
"query_type": "relative",
@@ -124,7 +124,7 @@
124124
"schedule": "poisson"
125125
},
126126
{
127-
"name": "content_issues-dashboard-50%-{{utilization_task_suffix}}",
127+
"name": "content_issues-dashboard-25%-{{utilization_task_suffix}}",
128128
"#COMMENT": "Looks only for 404s about 1-1.5% of data",
129129
"operation": {
130130
"operation-type": "kibana",
@@ -134,10 +134,10 @@
134134
"index_pattern": "elasticlogs-*",
135135
"query_string": ["*"],
136136
"window_end": "END",
137-
"window_length": "50%"
137+
"window_length": "25%"
138138
},
139139
"clients": 1,
140-
"target-interval": {{ query3_target_interval | default(30) | int }},
140+
"target-interval": {{ query3_target_interval | default(45) | int }},
141141
"meta": {
142142
"querying": "yes",
143143
"query_type": "relative",

0 commit comments

Comments
 (0)