opendistro-build icon indicating copy to clipboard operation
opendistro-build copied to clipboard

Using deprecated settings in config/helm chart

Open KlavsKlavsen opened this issue 3 years ago • 2 comments

When running up opendistro-es-1.13.1 with Helm using the chart - I get this output in logs:

│ elasticsearch [2021-03-16T12:08:12,257][DEPRECATION][o.e.d.c.s.Settings       ] [opendistro-es-master-0] [node.data] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for th │
│ elasticsearch [2021-03-16T12:08:12,257][DEPRECATION][o.e.d.c.s.Settings       ] [opendistro-es-master-0] [node.ingest] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for  │
│ elasticsearch [2021-03-16T12:08:12,258][DEPRECATION][o.e.d.c.s.Settings       ] [opendistro-es-master-0] [node.master] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for  │
│ elasticsearch [2021-03-16T12:08:12,258][DEPRECATION][o.e.d.c.s.Settings       ] [opendistro-es-master-0] [node.master] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for  │
│ elasticsearch [2021-03-16T12:08:12,260][DEPRECATION][o.e.d.c.s.Settings       ] [opendistro-es-master-0] [node.master] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for  │
│ elasticsearch [2021-03-16T12:08:12,541][INFO ][o.e.t.TransportService   ] [opendistro-es-master-0] publish_address {100.116.0.2:9300}, bound_addresses {0.0.0.0:9300}                                                                               │
│ elasticsearch [2021-03-16T12:08:12,542][DEPRECATION][o.e.d.c.s.Settings       ] [opendistro-es-master-0] [node.data] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for th │
│ elasticsearch [2021-03-16T12:08:12,542][DEPRECATION][o.e.d.c.s.Settings       ] [opendistro-es-master-0] [node.ingest] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for  │
│ elasticsearch [2021-03-16T12:08:12,542][DEPRECATION][o.e.d.c.s.Settings       ] [opendistro-es-master-0] [node.master] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for  │
│ elasticsearch [2021-03-16T12:08:12,543][DEPRECATION][o.e.d.c.s.Settings       ] [opendistro-es-master-0] [node.data] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for th │
│ elasticsearch [2021-03-16T12:08:12,543][DEPRECATION][o.e.d.c.s.Settings       ] [opendistro-es-master-0] [node.ingest] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for  │
│ elasticsearch [2021-03-16T12:08:12,544][DEPRECATION][o.e.d.c.s.Settings       ] [opendistro-es-master-0] [node.master] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for  │
│ elasticsearch [2021-03-16T12:08:12,544][DEPRECATION][o.e.d.c.s.Settings       ] [opendistro-es-master-0] [node.master] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for  │
│ elasticsearch [2021-03-16T12:08:12,649][DEPRECATION][o.e.d.c.s.Settings       ] [opendistro-es-master-0] [node.master] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for  │
│ elasticsearch [2021-03-16T12:08:12,748][DEPRECATION][o.e.d.c.s.Settings       ] [opendistro-es-master-0] [node.data] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for th │
│ elasticsearch [2021-03-16T12:08:12,749][DEPRECATION][o.e.d.c.s.Settings       ] [opendistro-es-master-0] [node.ingest] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for  │
│ elasticsearch [2021-03-16T12:08:12,749][DEPRECATION][o.e.d.c.s.Settings       ] [opendistro-es-master-0] [node.master] setting was deprecated in Elasticsearch and will be removed in a future release! See 

chart/docker images - should be updated to not use deprecated config options :)

KlavsKlavsen avatar Mar 16 '21 12:03 KlavsKlavsen

Thanks @KlavsKlavsen for spotting this issues. As you might know we have announced OpenSearch the other day. When we migrate the helm chart there would you mind sending a PR to help fix this?

Thanks.

peterzhuamazon avatar Apr 23 '21 18:04 peterzhuamazon

Gladly. Tell me when you have done so :)

KlavsKlavsen avatar Apr 26 '21 08:04 KlavsKlavsen