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

[Feature]: metricbeat oss > 7 #333

Open
cbeaujoin-stellar opened this issue Aug 2, 2024 · 1 comment
Open

[Feature]: metricbeat oss > 7 #333

cbeaujoin-stellar opened this issue Aug 2, 2024 · 1 comment
Labels
feature New feature or request needs-triage Needs to be triaged

Comments

@cbeaujoin-stellar
Copy link

cbeaujoin-stellar commented Aug 2, 2024

Describe the feature request

In the repo role, the following task seems to be wrong:

- name: Check for versions
  ansible.builtin.fail:
    msg: "No OSS versions later than 7 are available"
  when:
    - elasticstack_release | int > 7
    - elasticstack_variant == "oss"

Because there is an availlable version of metricbeats-oss version > 8
https://www.elastic.co/downloads/beats/metricbeat-oss/

So:

monitoring_elasticstack_release: 8
monitoring_elasticstack_version: 8.14.3

Should be allowed

@cbeaujoin-stellar cbeaujoin-stellar added feature New feature or request needs-triage Needs to be triaged labels Aug 2, 2024
@widhalmt
Copy link
Member

widhalmt commented Aug 8, 2024

Good catch! Thank you. We'll look into it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request needs-triage Needs to be triaged
Projects
None yet
Development

No branches or pull requests

2 participants