Skip to content

Commit

Permalink
Update docker.elastic.co/logstash/logstash Docker tag to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 24, 2022
1 parent f51918e commit 31cb0d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aws-dynamodb-project/docker/docker-compose-elk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
hard: -1

logstash:
image: docker.elastic.co/logstash/logstash:6.8.23
image: docker.elastic.co/logstash/logstash:8.4.0
container_name: logstash
command: logstash -f /etc/logstash/conf.d/logstash.conf
volumes:
Expand Down
2 changes: 1 addition & 1 deletion aws-kinesis-consumer-project/docker/docker-compose-elk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
hard: -1

logstash:
image: docker.elastic.co/logstash/logstash:6.8.23
image: docker.elastic.co/logstash/logstash:8.4.0
container_name: logstash
command: logstash -f /etc/logstash/conf.d/logstash.conf
volumes:
Expand Down
2 changes: 1 addition & 1 deletion aws-kinesis-project-producer/docker/docker-compose-elk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
hard: -1

logstash:
image: docker.elastic.co/logstash/logstash:6.8.23
image: docker.elastic.co/logstash/logstash:8.4.0
container_name: logstash
command: logstash -f /etc/logstash/conf.d/logstash.conf
volumes:
Expand Down

0 comments on commit 31cb0d2

Please sign in to comment.