Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Stack Monitoring] Elasticsearch version displays incorrect version #126741

Closed
Tracked by #127224
hendry-lim opened this issue Mar 3, 2022 · 7 comments · Fixed by #131194
Closed
Tracked by #127224

[Stack Monitoring] Elasticsearch version displays incorrect version #126741

hendry-lim opened this issue Mar 3, 2022 · 7 comments · Fixed by #131194
Assignees
Labels
bug Fixes for quality problems that affect the customer experience Feature:Stack Monitoring Team:Infra Monitoring UI - DEPRECATED DEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_services v8.0.0

Comments

@hendry-lim
Copy link

hendry-lim commented Mar 3, 2022

Kibana version: 8.0.0 8.0.1

Elasticsearch version: 8.0.0 8.0.1

Steps to reproduce:

  1. Configure Elasticsearch monitoring with Metricbeat with xpack.enabled: true
  2. Go to Kibana > Stack Monitoring
  3. Observe that the Elasticsearch version under Elasticsearch overview is displayed as 29363 for 8.0.1.

Expected behavior:
The version should display the correct Elasticsearch version, which in 8.0.1, it should be 8.0.1.

image

@hendry-lim hendry-lim added the bug Fixes for quality problems that affect the customer experience label Mar 3, 2022
@botelastic botelastic bot added the needs-team Issues missing a team label label Mar 3, 2022
@hendry-lim hendry-lim changed the title [Stack Monitoring] Elasticsearch version is not displayed correctly [Stack Monitoring] Elasticsearch version displays incorrect version Mar 3, 2022
@matschaffer matschaffer added Feature:Stack Monitoring Team:Infra Monitoring UI - DEPRECATED DEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_services labels Mar 3, 2022
@elasticmachine
Copy link
Contributor

Pinging @elastic/infra-monitoring-ui (Team:Infra Monitoring UI)

@botelastic botelastic bot removed the needs-team Issues missing a team label label Mar 3, 2022
@hendry-lim
Copy link
Author

hendry-lim commented Mar 8, 2022

in 8.1.0 (before Kibana was upgraded).
image

(after Kibana was upgraded)
image

@hendry-lim hendry-lim reopened this Mar 8, 2022
@bwright1558
Copy link

I'm having a similar issue. I have three different elasticsearch clusters, all of them on version 8.1.1. Kibana is displaying a different "Version" in Stack Monitoring for each of the clusters.

Cluster 1 is showing version 882308.
Cluster 2 is showing version 57096.
Cluster 3 is showing version 36278.

I would expect it to display version 8.1.1. This all started happening after upgrading from version 7.17.0 to 8.1.0.

@bvader
Copy link

bvader commented Apr 14, 2022

Just a bit another couple data points.

Self Managed 8.1.2 : Version Odd at initial Startup
Screen Shot 2022-04-13 at 5 00 18 PM

Elastic Cloud 8.1.2 : Version OK at initial Startup / Configuration
Screen Shot 2022-04-13 at 5 00 25 PM

Then several Minutes Later
Elastic Cloud 8.1.2 : Version NOT OK
Screen Shot 2022-04-13 at 5 09 46 PM

@matschaffer
Copy link
Contributor

matschaffer commented Apr 14, 2022

I seem to recall @gigerdo (or maybe @s-nel ) mentioning there are a few internal monitoring documents that show up before metricbeat data starts flowing on cloud. Wonder if that's what got the correct version on the first pass.

@s-nel
Copy link

s-nel commented Apr 14, 2022

there are a few internal monitoring documents that show up before metricbeat data starts flowing on cloud

Yes immediately after enabling logs & metrics delivery internal collection will be on, then as the rolling restart plan change progresses each node disables internal collection and enables Metricbeat collection after restart.

@matschaffer
Copy link
Contributor

Gotcha, thanks @s-nel.

Internal collection gets it right so looks like this is probably a beats bug.

Screen Shot 2022-04-14 at 14 08 40

I'll leave this issue here though since it's sort of the main repo for our team, and there might be some interplay with how kibana is querying.

@miltonhultgren miltonhultgren self-assigned this Apr 28, 2022
miltonhultgren added a commit that referenced this issue May 16, 2022
…131194)

* [Stack Monitoring] Fix displaying ES version for external collection (#126741)

* Sort node versions and join into display string

* Update test fixture

* Update second test fixture

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience Feature:Stack Monitoring Team:Infra Monitoring UI - DEPRECATED DEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_services v8.0.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants