Skip to content

Commit

Permalink
Update testing to test agains Snapshot Logstash version
Browse files Browse the repository at this point in the history
In elastic#15568 the testing of Logstash was changed to a specific hash because of some temporary issues with Logstash. Instead testing should happen against the SNAPSHOT releases like for Elasticsearch and Kibana.
  • Loading branch information
ruflin committed Mar 9, 2022
1 parent 45c09c6 commit b9ba1c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/environments/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:
- "./docker/elasticsearch/users_roles:/usr/share/elasticsearch/config/users_roles"

logstash:
image: docker.elastic.co/logstash/logstash@sha256:e01cf165142edf8d67485115b938c94deeda66153e9516aa2ce69ee417c5fc33
image: docker.elastic.co/logstash/logstash:8.2.0-a12f7069-SNAPSHOT
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:9600/_node/stats"]
retries: 600
Expand Down

0 comments on commit b9ba1c5

Please sign in to comment.