Skip to content

Use logstash-versions in .ci as source of truth for ES dependent fips tests #18358

@donoghuc

Description

@donoghuc

Currently the observabilitySRE container smoke/acceptance tests use the same version of logstash

image: docker.elastic.co/cloud-release/elasticsearch-cloud-ess-fips:${ELASTICSEARCH_IMAGE_VERSION:-8.19.0-SNAPSHOT}
to lookup ES. This causes issues when a stack release goes out. Specifically logstash is bumped, but there is a lag until ES containers are ready.

We should perhaps use https://github.com/logstash-plugins/.ci/blob/1.x/logstash-versions.yml as a source of truth instead. Updating the version there will be better as we have process in place to not merge updates there until ES is ready.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions