Skip to content

Commit

Permalink
bump logstash and filebeat to v8.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed Jan 15, 2025
1 parent 4949221 commit e4408f6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfiles/filebeat.Dockerfile
Original file line number Diff line number Diff line change
@@ -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="[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfiles/logstash.Dockerfile
Original file line number Diff line number Diff line change
@@ -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="[email protected]"
LABEL org.opencontainers.image.authors='[email protected]'
Expand Down
2 changes: 1 addition & 1 deletion hedgehog-iso/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion hedgehog-raspi/sensor_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e4408f6

Please sign in to comment.