Skip to content

Commit

Permalink
Specify 1 for number of shards for metrics store indices
Browse files Browse the repository at this point in the history
Align with the new Elasticsearch defaults[1] for number of shards for
the indices used in the metrics store.

[1] elastic/elasticsearch#30539
  • Loading branch information
dliappis committed Jun 13, 2018
1 parent 2a90727 commit c182d68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions esrally/resources/metrics-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"template": "rally-metrics-*",
"settings": {
"index": {
"number_of_shards": 1,
"refresh_interval": "5s"
}
},
Expand Down

0 comments on commit c182d68

Please sign in to comment.