Skip to content

Commit 11ef7b9

Browse files
committed
Services: updated ES native to v8.18.2
1 parent 27a2e12 commit 11ef7b9

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

deploy/services.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ services:
662662

663663
metricbeat-1:
664664
container_name: cogstack-metricbeat-1
665-
image: ${METRICBEAT_IMAGE:-docker.elastic.co/beats/metricbeat:8.18.1}
665+
image: ${METRICBEAT_IMAGE:-docker.elastic.co/beats/metricbeat:8.18.2}
666666
command: -e --strict.perms=false
667667
env_file:
668668
- ./elasticsearch.env
@@ -703,7 +703,7 @@ services:
703703

704704
metricbeat-2:
705705
container_name: cogstack-metricbeat-2
706-
image: ${METRICBEAT_IMAGE:-docker.elastic.co/beats/metricbeat:8.18.1}
706+
image: ${METRICBEAT_IMAGE:-docker.elastic.co/beats/metricbeat:8.18.2}
707707
command: -e --strict.perms=false
708708
env_file:
709709
- ./elasticsearch.env
@@ -742,7 +742,7 @@ services:
742742

743743
filebeat-1:
744744
container_name: cogstack-filebeat-1
745-
image: ${FILEBEAT_IMAGE:-docker.elastic.co/beats/filebeat:8.18.1}
745+
image: ${FILEBEAT_IMAGE:-docker.elastic.co/beats/filebeat:8.18.2}
746746
command: ${FILEBEAT_STARTUP_COMMAND:-'-e --strict.perms=false'}
747747
env_file:
748748
- ./elasticsearch.env
@@ -784,7 +784,7 @@ services:
784784

785785
filebeat-2:
786786
container_name: cogstack-filebeat-2
787-
image: ${FILEBEAT_IMAGE:-docker.elastic.co/beats/filebeat:8.18.1}
787+
image: ${FILEBEAT_IMAGE:-docker.elastic.co/beats/filebeat:8.18.2}
788788
command: ${FILEBEAT_STARTUP_COMMAND:-'-e --strict.perms=false'}
789789
env_file:
790790
- ./elasticsearch.env
@@ -826,7 +826,7 @@ services:
826826

827827
filebeat-3:
828828
container_name: cogstack-filebeat-3
829-
image: ${FILEBEAT_IMAGE:-docker.elastic.co/beats/filebeat:8.18.1}
829+
image: ${FILEBEAT_IMAGE:-docker.elastic.co/beats/filebeat:8.18.2}
830830
command: ${FILEBEAT_STARTUP_COMMAND:-'-e --strict.perms=false'}
831831
env_file:
832832
- ./elasticsearch.env

services/elasticsearch/Dockerfile_native

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.elastic.co/elasticsearch/elasticsearch:8.18.1
1+
FROM docker.elastic.co/elasticsearch/elasticsearch:8.18.2
22

33
# RUN elasticsearch-plugin install --batch https://github.com/alexklibisz/elastiknn/releases/download/7.17.5.0/elastiknn-7.17.5.0.zip
44

services/kibana/Dockerfile_native

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.elastic.co/kibana/kibana:8.18.1
1+
FROM docker.elastic.co/kibana/kibana:8.18.2
22

33
ARG KIBANA_HOME
44
ENV KIBANA_HOME=/usr/share/kibana

0 commit comments

Comments
 (0)