Quellcode durchsuchen

add note to migration guide

Simon Willnauer vor 9 Jahren
Ursprung
Commit
613e8a9782
1 geänderte Dateien mit 5 neuen und 0 gelöschten Zeilen
  1. 5 0
      docs/reference/migration/migrate_3_0.asciidoc

+ 5 - 0
docs/reference/migration/migrate_3_0.asciidoc

@@ -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