mozilla / Bugzilla-ETL

ETL for feeding bug snapshots to an ElasticSearch cluster
Mozilla Public License 2.0
5 stars 9 forks source link

Allow indexes to be replicated in cloud envs #20

Open ckolos opened 4 years ago

ckolos commented 4 years ago

A node in the prod ES cluster experienced a hardware failure which shouldn't have caused an issue with cluster functionality, but that shard contained an index that had replication turned off. Please allow for an ENV var to control this behavior (i.e. default to false, but if set, allow indexes to be replicated)