-
Type: Clean up
-
Status: Resolved
-
Priority: Minor
-
Resolution: Cannot Reproduce
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Elasticsearch
-
Epic Link:
-
Tags:
-
Story Points:2
Running the unit tests in nuxeo-features/nuxeo-elasticsearch/nuxeo-elasticsearch-core generates the following warning:
[main] WARN [DeprecationLogger] [http.enabled] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
Indeed, it seems that since the upgrade to Elasticsearch 6 (NXP-24102), this setting is enabled by default, and the option should have no more effect.
To be checked:
- Starting Nuxeo without the option, is the 9200 port accessible?
- Starting Nuxeo with the option set to false, is the 9200 port accessible?
We can probably remove/deprecate the httpEnabled property, handling the backward compatibility.