Skip to content

Commit

Permalink
Adding strict mode "on-error": "abort" for http-logs (elastic#445)
Browse files Browse the repository at this point in the history
Relates to: elastic#377
  • Loading branch information
ebadyano committed May 25, 2021
1 parent 2068d13 commit 80b638d
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions night_rally/resources/race-configs-group-2.json
Expand Up @@ -229,6 +229,7 @@
"number_of_replicas": 1
},
"car": "4gheap",
"on-error": "abort",
"node-count": 3
},
{
Expand All @@ -241,7 +242,8 @@
"track-params": {
"number_of_replicas": 0
},
"car": "defaults"
"car": "defaults",
"on-error": "abort"
},
{
"name": "http_logs-append-4g-1node",
Expand All @@ -254,7 +256,8 @@
"segment_memory"
],
"challenge": "append-no-conflicts",
"car": "4gheap"
"car": "4gheap",
"on-error": "abort"
},
{
"name": "http_logs-runtime-4g-1node",
Expand All @@ -268,6 +271,7 @@
],
"challenge": "runtime-fields",
"car": "4gheap",
"on-error": "abort",
"track-params": {
"runtime_fields": true
},
Expand All @@ -283,7 +287,8 @@
"track-params": {
"source_enabled": false
},
"car": "4gheap"
"car": "4gheap",
"on-error": "abort"
},
{
"name": "http_logs-appendsorted-4g-1node",
Expand All @@ -292,7 +297,8 @@
"indexing"
],
"challenge": "append-sorted-no-conflicts",
"car": "4gheap"
"car": "4gheap",
"on-error": "abort"
},
{
"name": "http_logs-grok-no-src-1node",
Expand All @@ -305,7 +311,8 @@
"source_enabled": false,
"ingest_pipeline": "grok"
},
"car": "4gheap"
"car": "4gheap",
"on-error": "abort"
}
]
},
Expand All @@ -321,6 +328,7 @@
],
"challenge": "append-no-conflicts",
"car": "4gheap",
"on-error": "abort",
"x-pack": [
"security"
],
Expand Down

0 comments on commit 80b638d

Please sign in to comment.