searchlight/releasenotes/notes/bp-configurable-index-settings-59e00230f669c1a8.yaml
Steve McLellan bee851b372 Allow dynamic index settings
If searchlight's deployed in a shared ES cluster it's likely there'll
be server-wide default settings for indices that aren't beneficial to
Searchlight (logstash, for instance, recommends much larger indexing
latency than Searchlight since it's handling extremely high write
throughput). This patch allows index settings to be specified for indices
created by searchlight-manage. These settings can be specified in the
elasticearch.index_settings config option as a comma separated key_value
list, and can include any of the settings in
https://www.elastic.co/guide/en/elasticsearch/reference/current/index-modules.html

Change-Id: I11b128786045e7a6a8f7e46b216f059366ccc603
Implements: blueprint configurable-index-settings
2016-06-27 15:58:08 -05:00

12 lines
438 B
YAML

---
prelude: >
Allow dynamic index settings to allow Searchlight to
be tuned differently from other indices on a shared
Elasticsearch cluster.
features:
- Allows a deployer to override some index-level
Elasticsearch settings for all Searchlight-created
indices. This is useful when running Searchlight on
a shared Elasticsearch cluster. Settings are overriden
using the elasticsearch.index_settings config option.