Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
….8.1)"

see elastic/beats#35064 (comment)

This reverts commit 90a8e1f.
  • Loading branch information
mmguero committed Jun 12, 2023
1 parent ae1e5fe commit b36ee8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfiles/filebeat.Dockerfile
@@ -1,4 +1,4 @@
FROM docker.elastic.co/beats/filebeat-oss:8.8.1
FROM docker.elastic.co/beats/filebeat-oss:8.7.1

# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved.
LABEL maintainer="malcolm@inl.gov"
Expand Down
Expand Up @@ -20,7 +20,7 @@ export PATH="${ZEEK_DIR}"/bin:$PATH

SURICATA_RULES_DIR="/etc/suricata/rules"

BEATS_VER="8.8.1"
BEATS_VER="8.7.1"
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 b36ee8c

Please sign in to comment.