Skip to content

Commit

Permalink
Bump Elasticsearch Version
Browse files Browse the repository at this point in the history
  • Loading branch information
Clint Baxley authored and mitchelbaker-cisa committed Nov 17, 2023
1 parent 115e84b commit e5b6c9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Chapter 3 Files/docker-compose-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: '3.9'
services:

elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:8.7.1
image: docker.elastic.co/elasticsearch/elasticsearch:8.11.1
environment:
- node.name=es01
# - discovery.seed_hosts=es01
Expand Down Expand Up @@ -65,7 +65,7 @@ services:
# depends_on:
# elasticsearch:
# condition: service_healthy
image: docker.elastic.co/kibana/kibana:8.7.1
image: docker.elastic.co/kibana/kibana:8.11.1
environment:
SERVER_NAME: kibana
ELASTICSEARCH_HOSTS: https://elasticsearch:9200
Expand Down Expand Up @@ -101,7 +101,7 @@ services:
retries: 120

logstash:
image: docker.elastic.co/logstash/logstash:8.7.1
image: docker.elastic.co/logstash/logstash:8.11.1
environment:
XPACK_MONITORING_ENABLED: "false"
PIPELINE_ECS_COMPATIBILITY: v8
Expand Down

0 comments on commit e5b6c9e

Please sign in to comment.