Skip to content

Commit

Permalink
Upgrade Elastic/Kibana to 8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
accolon authored Mar 5, 2024
1 parent b9d8102 commit 7dd47b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:
condition: service_healthy

elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.18
image: docker.elastic.co/elasticsearch/elasticsearch:8.12.2
environment:
- cluster.name=parsedmarc
- discovery.type=single-node
Expand Down Expand Up @@ -60,7 +60,7 @@ services:
condition: service_started

kibana:
image: docker.elastic.co/kibana/kibana:7.17.18
image: docker.elastic.co/kibana/kibana:8.12.2
environment:
- elasticsearch.hosts=http://elasticsearch:9200
- telemetry.enabled=false
Expand Down

0 comments on commit 7dd47b6

Please sign in to comment.