Skip to content

[Feature]: metricbeat oss > 7 #333

Open
@cbeaujoin-stellar

Description

@cbeaujoin-stellar

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureNew feature or requestneeds-triageNeeds to be triaged

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions