Skip to content

Commit 314d267

Browse files
Correct index name for throughput measurement
With this commit we have the index that we use for throughput measurement adhere to the naming conventions so the elasticlogs index template is applied. We also include this measurement phase in the results by default because this proved to be useful to know about.
1 parent fb8327e commit 314d267

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"operation": {
2222
"operation-type": "bulk",
2323
"param-source": "elasticlogs_bulk",
24-
"index": "throughput-test-elasticlogs-2999-01-01",
24+
"index": "elasticlogs-2999-01-01-throughput-test",
2525
"bulk-size": {{p_bulk_size}},
2626
"daily_logging_volume": "{{p_daily_logging_volume}}",
2727
"number_of_days": 1,
@@ -31,14 +31,13 @@
3131
"time-period": 600,
3232
"schedule": "utilization",
3333
"record-response-times": true,
34-
"clients": {{ p_bulk_indexing_clients }},
35-
"include-in-reporting": false
34+
"clients": {{ p_bulk_indexing_clients }}
3635
},
3736
{
3837
"name": "delete-measurement-index",
3938
"operation": {
4039
"operation-type": "delete-index",
41-
"index": "throughput-test-elasticlogs-2999-01-01"
40+
"index": "elasticlogs-2999-01-01-throughput-test"
4241
}
4342
},
4443
{% set comma = joiner() %}

0 commit comments

Comments
 (0)