Skip to content

Commit

Permalink
bump fluent-bit and yq
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed Nov 19, 2024
1 parent 0aecb45 commit a6f5d16
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Dockerfiles/filebeat.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ ENV SUPERCRONIC_VERSION "0.2.33"
ENV SUPERCRONIC_URL "https://github.com/aptible/supercronic/releases/download/v$SUPERCRONIC_VERSION/supercronic-linux-"
ENV SUPERCRONIC_CRONTAB "/etc/crontab"

ENV YQ_VERSION "4.44.3"
ENV YQ_VERSION "4.44.5"
ENV YQ_URL "https://github.com/mikefarah/yq/releases/download/v${YQ_VERSION}/yq_linux_"

ENV EVTX_VERSION "0.8.4"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfiles/netbox.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ENV NETBOX_INITIALIZERS_VERSION "50d077d"
ENV NETBOX_TOPOLOGY_VERSION "4.0.1"
ENV NETBOX_HEALTHCHECK_VERSION "0.2.0"

ENV YQ_VERSION "4.44.3"
ENV YQ_VERSION "4.44.5"
ENV YQ_URL "https://github.com/mikefarah/yq/releases/download/v${YQ_VERSION}/yq_linux_"

ENV NETBOX_DEVICETYPE_LIBRARY_IMPORT_URL "https://codeload.github.com/netbox-community/Device-Type-Library-Import/tar.gz/develop"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfiles/suricata.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ENV SUPERCRONIC_VERSION "0.2.33"
ENV SUPERCRONIC_URL "https://github.com/aptible/supercronic/releases/download/v$SUPERCRONIC_VERSION/supercronic-linux-"
ENV SUPERCRONIC_CRONTAB "/etc/crontab"

ENV YQ_VERSION "4.44.3"
ENV YQ_VERSION "4.44.5"
ENV YQ_URL "https://github.com/mikefarah/yq/releases/download/v${YQ_VERSION}/yq_linux_"

ENV SURICATA_VERSION_PATTERN "1:7.0.*"
Expand Down
4 changes: 2 additions & 2 deletions scripts/third-party-logs/fluent-bit-setup.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved.
###############################################################################

$fluent_bit_version = '3.1'
$fluent_bit_full_version = '3.1.9'
$fluent_bit_version = '3.2'
$fluent_bit_full_version = '3.2.1'

###############################################################################
# select an item from a menu provided in an array
Expand Down
4 changes: 2 additions & 2 deletions shared/bin/zeek_install_plugins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ ZKG_GITHUB_URLS=(
"https://github.com/precurse/zeek-httpattacks"
"https://github.com/mmguero-dev/GQUIC_Protocol_Analyzer"
"https://github.com/SeisoLLC/zeek-kafka"
"https://github.com/zeek/spicy-tftp"
"https://github.com/zeek/spicy-zip"
"https://github.com/zeek/spicy-tftp|main"
"https://github.com/zeek/spicy-zip|main"
)

for i in ${ZKG_GITHUB_URLS[@]}; do
Expand Down

0 comments on commit a6f5d16

Please sign in to comment.