From e4408f6333ac2bd9568085fa3571a9b9e8d541d1 Mon Sep 17 00:00:00 2001 From: Seth Grover Date: Wed, 15 Jan 2025 10:00:30 -0700 Subject: [PATCH] bump logstash and filebeat to v8.17.0 --- Dockerfiles/filebeat.Dockerfile | 2 +- Dockerfiles/logstash.Dockerfile | 2 +- hedgehog-iso/build.sh | 2 +- hedgehog-raspi/sensor_install.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfiles/filebeat.Dockerfile b/Dockerfiles/filebeat.Dockerfile index a8dfa5d86..ec9661c54 100644 --- a/Dockerfiles/filebeat.Dockerfile +++ b/Dockerfiles/filebeat.Dockerfile @@ -1,4 +1,4 @@ -FROM docker.elastic.co/beats/filebeat-oss:8.16.0 +FROM docker.elastic.co/beats/filebeat-oss:8.17.0 # Copyright (c) 2025 Battelle Energy Alliance, LLC. All rights reserved. LABEL maintainer="malcolm@inl.gov" diff --git a/Dockerfiles/logstash.Dockerfile b/Dockerfiles/logstash.Dockerfile index c2ef0f626..f731cecb8 100644 --- a/Dockerfiles/logstash.Dockerfile +++ b/Dockerfiles/logstash.Dockerfile @@ -1,4 +1,4 @@ -FROM docker.elastic.co/logstash/logstash-oss:8.16.0 +FROM docker.elastic.co/logstash/logstash-oss:8.17.0 LABEL maintainer="malcolm@inl.gov" LABEL org.opencontainers.image.authors='malcolm@inl.gov' diff --git a/hedgehog-iso/build.sh b/hedgehog-iso/build.sh index cc8ae22f5..6fc6cc087 100755 --- a/hedgehog-iso/build.sh +++ b/hedgehog-iso/build.sh @@ -5,7 +5,7 @@ IMAGE_PUBLISHER=idaholab IMAGE_VERSION=1.0.0 IMAGE_DISTRIBUTION=bookworm -BEATS_VER="8.16.0" +BEATS_VER="8.17.0" BEATS_OSS="-oss" ARKIME_VER="5.6.0" diff --git a/hedgehog-raspi/sensor_install.sh b/hedgehog-raspi/sensor_install.sh index aa4e2758b..c557a7bf3 100644 --- a/hedgehog-raspi/sensor_install.sh +++ b/hedgehog-raspi/sensor_install.sh @@ -34,7 +34,7 @@ SENSOR_DIR='/opt/sensor' ARKIME_VERSION="5.6.0" -BEATS_VER="8.16.0" +BEATS_VER="8.17.0" BEATS_OSS="-oss" # Option to build from sources if desired