|
8 | 8 | "label": "add-4g-3nodes",
|
9 | 9 | "charts": ["indexing"],
|
10 | 10 | "challenge": "append-no-conflicts-index-only",
|
11 |
| - "track-params": "number_of_replicas:1", |
| 11 | + "track-params": { |
| 12 | + "number_of_replicas": 1 |
| 13 | + }, |
12 | 14 | "car": "4gheap",
|
13 | 15 | "node-count": 3
|
14 | 16 | },
|
|
32 | 34 | "label": "add-4g",
|
33 | 35 | "charts": ["indexing"],
|
34 | 36 | "challenge": "append-no-conflicts-index-only",
|
35 |
| - "track-params": "number_of_replicas:0", |
| 37 | + "track-params": { |
| 38 | + "number_of_replicas": 0 |
| 39 | + }, |
36 | 40 | "car": "4gheap"
|
37 | 41 | },
|
38 | 42 | {
|
|
54 | 58 | "#COMMENT": "Actually, we should not produce graphs for this one because indexing throughput is not that useful here.",
|
55 | 59 | "charts": [],
|
56 | 60 | "challenge": "append-no-conflicts-index-only",
|
57 |
| - "track-params": "number_of_replicas:0", |
| 61 | + "track-params": { |
| 62 | + "number_of_replicas": 0 |
| 63 | + }, |
58 | 64 | "car": "4gheap",
|
59 |
| - "car-params": "verbose_iw_logging_enabled:true" |
| 65 | + "car-params": { |
| 66 | + "verbose_iw_logging_enabled": "true" |
| 67 | + } |
60 | 68 | }
|
61 | 69 | ]
|
62 | 70 | },
|
|
107 | 115 | "label": "add-4g",
|
108 | 116 | "charts": ["indexing"],
|
109 | 117 | "challenge": "append-no-conflicts-index-only",
|
110 |
| - "track-params": "number_of_replicas:0", |
| 118 | + "track-params": { |
| 119 | + "number_of_replicas": 0 |
| 120 | + }, |
111 | 121 | "car": "4gheap"
|
112 | 122 | },
|
113 | 123 | {
|
114 | 124 | "name": "geopoint-append-4g-3nodes",
|
115 | 125 | "label": "add-4g-3nodes",
|
116 | 126 | "charts": ["indexing"],
|
117 | 127 | "challenge": "append-no-conflicts-index-only",
|
118 |
| - "track-params": "number_of_replicas:1", |
| 128 | + "track-params": { |
| 129 | + "number_of_replicas": 1 |
| 130 | + }, |
119 | 131 | "car": "4gheap",
|
120 | 132 | "node-count": 3
|
121 | 133 | },
|
|
136 | 148 | "label": "add-defaults",
|
137 | 149 | "charts": ["indexing"],
|
138 | 150 | "challenge": "append-no-conflicts-index-only",
|
139 |
| - "track-params": "number_of_replicas:0", |
| 151 | + "track-params": { |
| 152 | + "number_of_replicas": 0 |
| 153 | + }, |
140 | 154 | "car": "defaults"
|
141 | 155 | },
|
142 | 156 | {
|
|
159 | 173 | "label": "add-4g-3nodes",
|
160 | 174 | "charts": ["indexing"],
|
161 | 175 | "challenge": "append-no-conflicts",
|
162 |
| - "track-params": "number_of_replicas:1", |
| 176 | + "track-params": { |
| 177 | + "number_of_replicas": 1 |
| 178 | + }, |
163 | 179 | "car": "4gheap",
|
164 | 180 | "node-count": 3
|
165 | 181 | },
|
|
168 | 184 | "label": "nio-4g-3nodes",
|
169 | 185 | "charts": ["indexing"],
|
170 | 186 | "challenge": "append-no-conflicts",
|
171 |
| - "track-params": "number_of_replicas:1", |
172 |
| - "car": "4gheap,unpooled", |
173 |
| - "car-params": "{\\\"additional_cluster_settings\\\": {\\\"cache.recycler.page.limit.heap\\\": \\\"13.5%\\\",\\\"cache.recycler.page.weight.bytes\\\": 2}}", |
| 187 | + "track-params": { |
| 188 | + "number_of_replicas": 1 |
| 189 | + }, |
| 190 | + "car": ["4gheap", "unpooled"], |
| 191 | + "car-params": { |
| 192 | + "additional_cluster_settings": { |
| 193 | + "cache.recycler.page.limit.heap": "13.5%", |
| 194 | + "cache.recycler.page.weight.bytes": 2 |
| 195 | + } |
| 196 | + }, |
174 | 197 | "plugins": "transport-nio:transport+http",
|
175 | 198 | "node-count": 3
|
176 | 199 | },
|
|
213 | 236 | "label": "add-sorted-4g",
|
214 | 237 | "charts": ["indexing"],
|
215 | 238 | "challenge": "append-sorted-no-conflicts-index-only",
|
216 |
| - "track-params": "number_of_replicas:0", |
| 239 | + "track-params": { |
| 240 | + "number_of_replicas": 0 |
| 241 | + }, |
217 | 242 | "car": "4gheap"
|
218 | 243 | },
|
219 | 244 | {
|
|
222 | 247 | "charts": ["indexing"],
|
223 | 248 | "challenge": "append-no-conflicts-index-only",
|
224 | 249 | "#COMMENT": "We need to be a bit more explicit here because nyc_taxis sets a bunch of other index settings as well which we don't want",
|
225 |
| - "track-params": "{\\\"index_settings\\\": {\\\"index.number_of_replicas\\\": 1,\\\"index.number_of_shards\\\": 5}}", |
| 250 | + "track-params": { |
| 251 | + "index_settings": { |
| 252 | + "index.number_of_replicas": 1, |
| 253 | + "index.number_of_shards": 5 |
| 254 | + } |
| 255 | + }, |
226 | 256 | "car": "4gheap",
|
227 | 257 | "node-count": 3
|
228 | 258 | }
|
|
236 | 266 | "label": "defaults",
|
237 | 267 | "charts": ["indexing"],
|
238 | 268 | "challenge": "append-no-conflicts-index-only",
|
239 |
| - "track-params": "number_of_replicas:0", |
| 269 | + "track-params": { |
| 270 | + "number_of_replicas": 0 |
| 271 | + }, |
240 | 272 | "car": "defaults"
|
241 | 273 | },
|
242 | 274 | {
|
|
251 | 283 | "label": "no-src-4g",
|
252 | 284 | "charts": ["indexing"],
|
253 | 285 | "challenge": "append-no-conflicts-index-only",
|
254 |
| - "track-params": "source_enabled:false", |
| 286 | + "track-params": { |
| 287 | + "source_enabled": false |
| 288 | + }, |
255 | 289 | "car": "4gheap"
|
256 | 290 | },
|
257 | 291 | {
|
|
267 | 301 | "label": "3nodes-4g",
|
268 | 302 | "charts": ["indexing"],
|
269 | 303 | "challenge": "append-no-conflicts-index-only",
|
270 |
| - "track-params": "number_of_replicas:1", |
| 304 | + "track-params": { |
| 305 | + "number_of_replicas": 1 |
| 306 | + }, |
271 | 307 | "car": "4gheap",
|
272 | 308 | "node-count": 3
|
273 | 309 | },
|
|
283 | 319 | "label": "no-src-4g-grok",
|
284 | 320 | "charts": ["indexing"],
|
285 | 321 | "challenge": "append-index-only-with-ingest-pipeline",
|
286 |
| - "track-params": "source_enabled:false,ingest_pipeline:'grok'", |
| 322 | + "track-params": { |
| 323 | + "source_enabled": false, |
| 324 | + "ingest_pipeline": "grok" |
| 325 | + }, |
287 | 326 | "car": "4gheap"
|
288 | 327 | }
|
289 | 328 | ]
|
|
0 commit comments