Kibana Monitoring App reports Elasticsearch as Version: 6.0.0 instead of 6.0.1

I did rolling update to each of my Elasticsearch nodes to 6.0.1 yesterday, yet still seeing:

Version: 6.0.0

in Elasticsearch Overview through Monitoring app in Kibana.

Bug?

Please advise.

What does GET /_cat/nodes?v&h=id,ip,v show.

What is the timeframe selected in the monitoring app?

@warkolm

per your request:

# curl --silent --request GET --header 'Content-Type: application/json' "$ELASTICSEARCH_URI/_cat/nodes?v&h=id,ip,v"
id   ip       v
0QKt 10.0.0.4 6.0.1
iNjX 10.0.0.2 6.0.0
lDiz 10.0.0.8 6.0.1
VPuY 10.0.0.5 6.0.1
cVwd 10.0.0.3 6.0.1
# 

it looks like at least one of the nodes didn't get updated to 6.0.1 for whatever reason and that's probably why elasticsearch and/or kibana still reports version 6.0.0 instead of 6.0.1

@dadoonet it's default (1 hour)

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.