opendistro-for-elasticsearch / opendistro-build

🧰 Open Distro Build Scripts
https://opendistro.github.io/
Apache License 2.0
344 stars 175 forks source link

Using deprecated settings in config/helm chart #694

Open KlavsKlavsen opened 3 years ago

KlavsKlavsen commented 3 years ago

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 :)

peterzhuamazon commented 3 years ago

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.

KlavsKlavsen commented 3 years ago

Gladly. Tell me when you have done so :)