Skip to content

Commit

Permalink
beats v8.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed Nov 27, 2022
1 parent 569671c commit cccb709
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.5.1
FROM docker.elastic.co/beats/filebeat-oss:8.5.2

# Copyright (c) 2022 Battelle Energy Alliance, LLC. All rights reserved.
LABEL maintainer="[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion sensor-iso/beats/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ RUN set -x && \
go run bootstrap.go

ENV BEATS=filebeat
ENV BEATS_VERSION=8.5.1
ENV BEATS_VERSION=8.5.2

ADD ./build.sh /build.sh
RUN [ "chmod", "+x", "/build.sh" ]
Expand Down
2 changes: 1 addition & 1 deletion sensor-iso/beats/beat-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Copyright (c) 2022 Battelle Energy Alliance, LLC. All rights reserved.

VERSION="8.5.1"
VERSION="8.5.2"
THIRD_PARTY_BRANCH="master"
while getopts b:v:t: opts; do
case ${opts} in
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export PATH="${ZEEK_DIR}"/bin:$PATH

SURICATA_RULES_DIR="/etc/suricata/rules"

BEATS_VER="8.5.1"
BEATS_VER="8.5.2"
BEATS_OSS="-oss"
BEATS_DEB_URL_TEMPLATE_REPLACER="XXXXX"
BEATS_DEB_URL_TEMPLATE="https://artifacts.elastic.co/downloads/beats/$BEATS_DEB_URL_TEMPLATE_REPLACER/$BEATS_DEB_URL_TEMPLATE_REPLACER$BEATS_OSS-$BEATS_VER-amd64.deb"
Expand Down

0 comments on commit cccb709

Please sign in to comment.