diff --git a/so-elastic-fleet-package-registry/Dockerfile b/so-elastic-fleet-package-registry/Dockerfile index e5e0112c..a6bd3da1 100644 --- a/so-elastic-fleet-package-registry/Dockerfile +++ b/so-elastic-fleet-package-registry/Dockerfile @@ -23,7 +23,7 @@ RUN chmod +x /scripts/supported-integrations.sh && bash /scripts/supported-integ # Cleanup unneeded packages, keeping the two most recent versons of each one # Except for endpoint packages, keep all versions RUN cd /packages/package-storage/ \ -&& rm -rf suricata-* zeek-* dga-* endpoint*dev* endpoint*next* \ +&& rm -rf suricata-* zeek-* dga-* endpoint*dev* endpoint*next* *preview* *beta* \ && cd /packages/package-storage/ && LIST=$(ls --ignore="endpoint-*" | awk -F'[-]' '{print $1}' | sort | uniq ) \ && for item in $LIST; do ls $item-*.zip | cut -d '-' -f 2 | tr - \~ | sort -V | tr \~ - | head -n-2 | xargs -I {} echo "$item-"{} | xargs -r rm -fr; done diff --git a/so-elastic-fleet-package-registry/scripts/supported-integrations.txt b/so-elastic-fleet-package-registry/scripts/supported-integrations.txt index 35e8d641..58140209 100644 --- a/so-elastic-fleet-package-registry/scripts/supported-integrations.txt +++ b/so-elastic-fleet-package-registry/scripts/supported-integrations.txt @@ -32,6 +32,7 @@ google_workspace- http_endpoint- httpjson- iis- +journald- juniper- juniper_srx- kafka_log- diff --git a/so-nginx/Dockerfile b/so-nginx/Dockerfile index dd80c725..1f7bff24 100644 --- a/so-nginx/Dockerfile +++ b/so-nginx/Dockerfile @@ -36,7 +36,7 @@ HEALTHCHECK --interval=5m --timeout=3s CMD curl --fail http://localhost/ || exit LABEL maintainer "Security Onion Solutions, LLC" LABEL description="Security Onion Core Functions Docker" -ARG CYBERCHEF_VERSION=10.6.0 +ARG CYBERCHEF_VERSION=10.8.2 RUN mkdir -p /opt/socore/html/navigator COPY --from=navigator-builder /attack-navigator/nav-app/dist /opt/socore/html/navigator diff --git a/so-suricata/Dockerfile b/so-suricata/Dockerfile index d5ffff02..281bc9fa 100644 --- a/so-suricata/Dockerfile +++ b/so-suricata/Dockerfile @@ -27,7 +27,7 @@ RUN dnf -y install autoconf automake diffutils file-devel gcc gcc-c++ git \ lua-devel lz4-devel make nss-devel pcre-devel pcre2-devel pkgconfig \ python3-devel python3-sphinx python3-yaml sudo which cargo \ zlib-devel luajit-devel cargo && cargo install --force cbindgen -ENV SURIVERSION=7.0.3 +ENV SURIVERSION=7.0.4 RUN mkdir /suricata WORKDIR /suricata