Hello,
i'm trying to patch the deprecated settings in my ES cluster v.7.13.x.
I runned into these 2 deprecated settings:
[2022-11-16T15:03:23,504][DEPRECATION][o.e.d.c.s.Settings ] [es-md-01] [xpack.security.http.ssl.keystore.password] setting was deprecated in Elasticsearch and will be removed in
a future release! See the breaking changes documentation for the next major version.
[2022-11-16T15:03:23,508][DEPRECATION][o.e.d.c.s.Settings ] [es-md-01] [xpack.security.transport.ssl.keystore.password] setting was deprecated in Elasticsearch and will be remove
d in a future release! See the breaking changes documentation for the next major version.
In my elasticsearch.yml file i set the xpack.security.http.ssl.enabled
and the xpack.security.transport.ssl.enabled
as TRUE, but despite this the errors persist.
It seems to me that the problem are the 2 settings above and not the flag TRUE.
I didn't find something helpful about this.
Can u help me?
Thank u,
Lorenzo