File tree Expand file tree Collapse file tree 2 files changed +1
-43
lines changed
Expand file tree Collapse file tree 2 files changed +1
-43
lines changed Original file line number Diff line number Diff line change 11[[breaking-changes]]
2- = Breaking changes and depreciations
2+ = Breaking changes
33
44[partintro]
55--
66This section discusses the changes that you need to be aware of when migrating
77your application from one version of Elasticsearch to another.
88
9- It also helps to move away from deprecating settings and features before they will get removed
10- in a next major version.
11-
129As a general rule:
1310
1411* Migration between minor versions -- e.g. `5.x` to `5.y` -- can be
Original file line number Diff line number Diff line change @@ -53,42 +53,3 @@ is deprecated.
5353Usage of any value other than `false`, `"false", `true` and `"true"` for
5454boolean values in mappings is deprecated.
5555
56- [[deprecated_53]]
57- == Deprecated in 5.3
58-
59- [[deprecated_53_settings_changes]]
60- [float]
61- === Settings changes
62-
63- [float]
64- ==== Repository Azure plugin
65-
66- Global repositories settings you are able to set in elasticsearch config file under `repositories.azure`
67- name space are now deprecated. You must set those settings per repository instead.
68- See {plugins}/repository-azure-usage.html#repository-azure-repository-settings[Azure Repository settings].
69-
70-
71- .Deprecated settings
72- |===
73- |Old setting |New setting
74-
75- |`repositories.azure.account`
76- |`account`
77-
78- |`repositories.azure.container`
79- |`container`
80-
81- |`repositories.azure.base_path`
82- |`base_path`
83-
84- |`repositories.azure.location_mode`
85- |`location_mode`
86-
87- |`repositories.azure.chunk_size`
88- |`chunk_size`
89-
90- |`repositories.azure.compress`
91- |`compress`
92- |===
93-
94-
You can’t perform that action at this time.
0 commit comments