Merge "rename index for OSS, disable forcing by default"
diff --git a/elasticsearch/client/index/janitor_monkey.yml b/elasticsearch/client/index/cis_openstack.yml
similarity index 92%
rename from elasticsearch/client/index/janitor_monkey.yml
rename to elasticsearch/client/index/cis_openstack.yml
index bef92ae..3136f73 100644
--- a/elasticsearch/client/index/janitor_monkey.yml
+++ b/elasticsearch/client/index/cis_openstack.yml
@@ -7,9 +7,9 @@
index:
cis-openstack:
enabled: true
- force_operation: true
+ force_operation: false
definition:
template: cis-openstack
settings:
number_of_shards: ${_param:janitor_monkey_cis_openstack_shards}
- number_of_replicas: ${_param:janitor_monkey_cis_openstack_replicas}
\ No newline at end of file
+ number_of_replicas: ${_param:janitor_monkey_cis_openstack_replicas}
diff --git a/elasticsearch/client/index/pushkin.yml b/elasticsearch/client/index/pushkin.yml
index 1d17c77..668a770 100644
--- a/elasticsearch/client/index/pushkin.yml
+++ b/elasticsearch/client/index/pushkin.yml
@@ -7,7 +7,7 @@
index:
notifications:
enabled: true
- force_operation: true
+ force_operation: false
definition:
template: notifications
settings:
@@ -39,4 +39,4 @@
fields:
keyword:
type: keyword
- ignore_above: 256
\ No newline at end of file
+ ignore_above: 256