@@ -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
0 commit comments