upgrade ELK stack to 9.4.4

Inclues apps: elasticsearch, logstash, kibana
This commit is contained in:
2026-07-27 18:48:48 +02:00
parent bd8065b657
commit d5450fd311
+1 -1
View File
@@ -2,7 +2,7 @@
- name: Install ELK stack using Docker - name: Install ELK stack using Docker
hosts: elasticsearch hosts: elasticsearch
vars: vars:
elk_version: "8.17.0" elk_version: "9.4.4"
roles: roles:
# TODO check for docker install before purging it. This nukes containers # TODO check for docker install before purging it. This nukes containers
# we might not want destroyed. # we might not want destroyed.