Skip to content

Commit

Permalink
Update geonames race config for security by default (elastic#542)
Browse files Browse the repository at this point in the history
Ran challenges with security on.
Relates to: elastic/night-rally#541
  • Loading branch information
ebadyano committed Nov 3, 2021
1 parent 18d9722 commit 22388b6
Showing 1 changed file with 14 additions and 23 deletions.
37 changes: 14 additions & 23 deletions night_rally/resources/race-configs-group-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"name": "default",
"licenses": [
{
"name": "basic",
"name": "trial",
"configurations": [
{
"#COMMENT": "We need to start with a configuration where we build all candidates on all machines as we skip the build step afterwards",
Expand All @@ -21,7 +21,10 @@
"number_of_replicas": 1
},
"car": "4gheap",
"node-count": 3
"node-count": 3,
"x-pack": [
"security"
]
},
{
"name": "geonames-append-defaults-1node",
Expand All @@ -36,7 +39,10 @@
"track-params": {
"max_num_segments": 1
},
"car": "defaults"
"car": "defaults",
"x-pack": [
"security"
]
},
{
"name": "geonames-append-4g-1node",
Expand All @@ -48,7 +54,10 @@
"track-params": {
"number_of_replicas": 0
},
"car": "4gheap"
"car": "4gheap",
"x-pack": [
"security"
]
},
{
"name": "geonames-update-4g-1node",
Expand All @@ -57,25 +66,7 @@
"indexing"
],
"challenge": "append-fast-with-conflicts",
"car": "4gheap"
}
]
},
{
"name": "trial",
"configurations": [
{
"name": "geonames-append-defaults-1node",
"label": "add-defaults-security",
"charts": [
"indexing",
"query"
],
"challenge": "append-no-conflicts",
"car": "defaults",
"track-params": {
"max_num_segments": 1
},
"car": "4gheap",
"x-pack": [
"security"
]
Expand Down

0 comments on commit 22388b6

Please sign in to comment.