Volodymyr Stoiko | 20cfe39 | 2017-06-21 10:44:58 +0300 | [diff] [blame] | 1 | parameters: |
| 2 | _param: |
| 3 | janitor_monkey_cis_openstack_shards: 5 |
| 4 | janitor_monkey_cis_openstack_replicas: 1 |
| 5 | elasticsearch: |
| 6 | client: |
| 7 | index: |
| 8 | cis-openstack: |
| 9 | enabled: true |
Vnaumov | f125e18 | 2017-12-20 15:29:56 +0300 | [diff] [blame] | 10 | force_operation: false |
Volodymyr Stoiko | 20cfe39 | 2017-06-21 10:44:58 +0300 | [diff] [blame] | 11 | definition: |
| 12 | template: cis-openstack |
| 13 | settings: |
| 14 | number_of_shards: ${_param:janitor_monkey_cis_openstack_shards} |
Vnaumov | f125e18 | 2017-12-20 15:29:56 +0300 | [diff] [blame] | 15 | number_of_replicas: ${_param:janitor_monkey_cis_openstack_replicas} |