Hi, since the upgrade from 7.3.2 to 7.4.0, i see many errors of:
[WARN ][o.e.d.t.TransportInfo ] [es-data001.tab.com] transport.publish_address was printed as [ip:port] instead of [hostname/ip:port]. This format is deprecated and will change to [hostname/ip:port] in a future version. Use -Des.transport.cname_in_publish_address=true to enforce non-deprecated formatting.
[WARN ][o.e.d.h.HttpInfo ] [es-data001.tab.com] es.http.cname_in_publish_address system property is deprecated and no longer affects http.publish_address formatting. Remove this property to get rid of this deprecation warning.
From startup log i see:
[2019-10-02T08:33:24,555][INFO ][o.e.t.TransportService ] [es-data001.tab.com] publish_address {es-data001.tab.com/161.14.112.45:9300}, bound_addresses {[::]:9300}
Version:
elasticsearch-7.4.0-1.x86_64
yml:
cluster.name: dba
discovery.seed_hosts:
- es-data001.tab.com
- es-data002.tab.com
- es-data003.tab.com
network.bind_host: 0.0.0.0
network.host: 0.0.0.0
network.publish_host: es-data001.tab.com
node.name: es-data001.tab.com
path.data: "/var/lib/elasticsearch/data/dba"
path.logs: "/var/log/elasticsearch/dba"
xpack.ml.enabled: false
xpack.security.enabled: false
xpack.watcher.enabled: false
Not sure what need to change in order to fix the warnings.
Thanks, Yakir.