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

Validate Elasticsearch version for compatibility #167

Closed
ruflin opened this issue Mar 24, 2021 · 0 comments · Fixed by #249
Closed

Validate Elasticsearch version for compatibility #167

ruflin opened this issue Mar 24, 2021 · 0 comments · Fixed by #249
Assignees
Labels
Team:Elastic-Agent Label for the Agent team

Comments

@ruflin
Copy link
Member

ruflin commented Mar 24, 2021

Fleet Server is compatible with an Elasticsearch version >= the fleet-server version of the same major. The bugfix version differ. On majors, it is expected that the last minor of fleet-server is compatible with the first minor of the next major Elasticsearch version.

This issue is to document and verify that these restrictions are in place.

Kibana is expected to be on the same version as Elasticsearch. Upgrades work in the following order: Elasticsearch, Kibana, Fleet-server, Elastic Agents.

Few examples (made up versions):

  • fleet-server 7.13.0, Elasticsearch 7.13.0: yes
  • fleet-server 7.13.2, Elasticsearch 7.13.1: yes
  • fleet-server 7.13.2, Elasticsearch 7.14.2: yes
  • fleet-server 7.last, Elasticsearch 8.0.0: yes
  • fleet-server 7.14.0, Elasticsearch 7.13.0: no
  • fleet-server 8.0.0, Elasticsearch 7.last: no
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team:Elastic-Agent Label for the Agent team
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants