Skip to content

Commit fb45e36

Browse files
authored
Add more runtime fields benchmarks for http_logs (elastic#389)
This commit implements: elastic/night-rally#378 (comment) essentially adding more runtime fields combination for http_logs. Relates elastic/rally-tracks#156
1 parent fad7841 commit fb45e36

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

night_rally/resources/race-configs-group-2.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -254,11 +254,12 @@
254254
"io",
255255
"segment_memory"
256256
],
257-
"challenge": "append-runtime-script-grok",
257+
"challenge": "runtime-fields",
258258
"car": "4gheap",
259259
"track-params": {
260-
"runtime_script_grok": true
261-
}
260+
"runtime_fields": true
261+
},
262+
"exclude-tasks": "tag:term,tag:200s-in-range,400s-in-range-from-keyword-using-grok,400s-in-range-from-keyword-using-dissect,400s-in-range-from-keyword-using-index-of"
262263
},
263264
{
264265
"name": "http_logs-no-src-1node",

0 commit comments

Comments
 (0)