UNPKG

260 BJavaScriptView Raw
1module.exports = {
2 type: 'template',
3 predicate: function () {
4 return true;
5 },
6 mutate: function (template) {
7 template.settings['index.number_of_shards'] = 3;
8 template.settings['index.number_of_replicas'] = 1;
9 return template;
10 }
11};
\No newline at end of file