Skip to content

Commit

Permalink
bump beats (8.13.3), logstash (8.13.3), elasticsearch-dsl (8.13.1) an…
Browse files Browse the repository at this point in the history
…d elasticsearch-py (8.13.1)
  • Loading branch information
mmguero committed May 6, 2024
1 parent 91e7f48 commit 66e0ece
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.13.2
FROM docker.elastic.co/beats/filebeat-oss:8.13.3

# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved.
LABEL maintainer="malcolm@inl.gov"
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.13.2
FROM docker.elastic.co/logstash/logstash-oss:8.13.3

LABEL maintainer="malcolm@inl.gov"
LABEL org.opencontainers.image.authors='malcolm@inl.gov'
Expand Down
4 changes: 2 additions & 2 deletions api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ opensearch-py==2.5.0
requests==2.31.0
regex==2022.3.2
dateparser==1.1.1
elasticsearch==8.13.0
elasticsearch-dsl==8.13.0
elasticsearch==8.13.1
elasticsearch-dsl==8.13.1
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.13.2"
BEATS_VER="8.13.3"
BEATS_OSS="-oss"

BUILD_ERROR_CODE=1
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.1.2"

BEATS_VER="8.13.2"
BEATS_VER="8.13.3"
BEATS_OSS="-oss"

# Option to build from sources if desired
Expand Down

0 comments on commit 66e0ece

Please sign in to comment.