add note to migration guide

This commit is contained in:
Simon Willnauer 2015-12-21 15:20:32 +01:00
parent afc1cc19af
commit 613e8a9782
1 changed files with 5 additions and 0 deletions

View File

@ -200,6 +200,11 @@ If you are using any of these settings please take the time and review their pur
_expert settings_ and should only be used if absolutely necessary. If you have set any of the above setting as persistent
cluster settings please use the settings update API and set their superseded keys accordingly.
==== Translog settings
The `index.translog.flush_threshold_ops` setting is not supported anymore. In order to control flushes based on the transaction log
growth use `index.translog.flush_threshold_size` instead.
[[breaking_30_mapping_changes]]
=== Mapping changes