Skip to content

Commit

Permalink
[updatecli] update elastic stack version for testing 8.8.1-67054589 (#…
Browse files Browse the repository at this point in the history
…35657)

* chore: Updated the content of the file "/tmp/updatecli/github/elastic...

... /beats/testing/environments/snapshot.yml"

Made with ❤️️ by updatecli

* chore: Updated the content of the file "/tmp/updatecli/github/elastic...

... /beats/testing/environments/snapshot.yml"

Made with ❤️️ by updatecli

---------

Co-authored-by: apmmachine <[email protected]>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Jun 5, 2023
1 parent 87f6c9a commit 7ba375a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions testing/environments/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
version: '2.3'
services:
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:8.8.1-951ef2b6-SNAPSHOT
image: docker.elastic.co/elasticsearch/elasticsearch:8.8.1-67054589-SNAPSHOT
# When extend is used it merges healthcheck.tests, see:
# https://github.com/docker/compose/issues/8962
# healthcheck:
Expand Down Expand Up @@ -31,7 +31,7 @@ services:
- "./docker/elasticsearch/users_roles:/usr/share/elasticsearch/config/users_roles"

logstash:
image: docker.elastic.co/logstash/logstash:8.8.1-951ef2b6-SNAPSHOT
image: docker.elastic.co/logstash/logstash:8.8.1-67054589-SNAPSHOT
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:9600/_node/stats"]
retries: 600
Expand All @@ -44,7 +44,7 @@ services:
- 5055:5055

kibana:
image: docker.elastic.co/kibana/kibana:8.8.1-951ef2b6-SNAPSHOT
image: docker.elastic.co/kibana/kibana:8.8.1-67054589-SNAPSHOT
environment:
- "ELASTICSEARCH_USERNAME=kibana_system_user"
- "ELASTICSEARCH_PASSWORD=testing"
Expand Down

0 comments on commit 7ba375a

Please sign in to comment.