From c254bf6eebc6106bee2523ea550eca04836afefc Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 26 Mar 2024 17:34:50 +0100 Subject: [PATCH] [bitnami/logstash] Release 7.17.19-debian-12-r0 (#64144) Signed-off-by: Bitnami Containers --- bitnami/logstash/7/debian-12/Dockerfile | 12 ++++++------ .../prebuildfs/opt/bitnami/.bitnami_components.json | 4 ++-- bitnami/logstash/7/debian-12/tags-info.yaml | 2 +- bitnami/logstash/README.md | 7 ++++--- 4 files changed, 13 insertions(+), 12 deletions(-) diff --git a/bitnami/logstash/7/debian-12/Dockerfile b/bitnami/logstash/7/debian-12/Dockerfile index 4a2743c864c1..9c4fa09e1f8b 100644 --- a/bitnami/logstash/7/debian-12/Dockerfile +++ b/bitnami/logstash/7/debian-12/Dockerfile @@ -9,13 +9,13 @@ ARG TARGETARCH LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \ org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \ - org.opencontainers.image.created="2024-03-13T07:48:18Z" \ + org.opencontainers.image.created="2024-03-26T15:53:54Z" \ org.opencontainers.image.description="Application packaged by VMware, Inc" \ org.opencontainers.image.licenses="Apache-2.0" \ - org.opencontainers.image.ref.name="7.17.18-debian-12-r7" \ + org.opencontainers.image.ref.name="7.17.19-debian-12-r0" \ org.opencontainers.image.title="logstash" \ org.opencontainers.image.vendor="VMware, Inc." \ - org.opencontainers.image.version="7.17.18" + org.opencontainers.image.version="7.17.19" ENV HOME="/" \ OS_ARCH="${TARGETARCH:-amd64}" \ @@ -28,9 +28,9 @@ SHELL ["/bin/bash", "-o", "errexit", "-o", "nounset", "-o", "pipefail", "-c"] RUN install_packages ca-certificates curl procps zlib1g RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \ COMPONENTS=( \ - "yq-4.42.1-1-linux-${OS_ARCH}-debian-12" \ + "yq-4.43.1-0-linux-${OS_ARCH}-debian-12" \ "java-17.0.10-13-2-linux-${OS_ARCH}-debian-12" \ - "logstash-7.17.18-1-linux-${OS_ARCH}-debian-12" \ + "logstash-7.17.19-0-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -50,7 +50,7 @@ RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true COPY rootfs / RUN /opt/bitnami/scripts/java/postunpack.sh RUN /opt/bitnami/scripts/logstash/postunpack.sh -ENV APP_VERSION="7.17.18" \ +ENV APP_VERSION="7.17.19" \ BITNAMI_APP_NAME="logstash" \ JAVA_HOME="/opt/bitnami/java" \ PATH="/opt/bitnami/common/bin:/opt/bitnami/java/bin:/opt/bitnami/logstash/bin:$PATH" diff --git a/bitnami/logstash/7/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/logstash/7/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json index 92edfbb21421..c6647e02516b 100644 --- a/bitnami/logstash/7/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/logstash/7/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json @@ -9,12 +9,12 @@ "arch": "amd64", "distro": "debian-12", "type": "NAMI", - "version": "7.17.18-1" + "version": "7.17.19-0" }, "yq": { "arch": "amd64", "distro": "debian-12", "type": "NAMI", - "version": "4.42.1-1" + "version": "4.43.1-0" } } \ No newline at end of file diff --git a/bitnami/logstash/7/debian-12/tags-info.yaml b/bitnami/logstash/7/debian-12/tags-info.yaml index 06978fbe374d..a6c633cd4496 100644 --- a/bitnami/logstash/7/debian-12/tags-info.yaml +++ b/bitnami/logstash/7/debian-12/tags-info.yaml @@ -1,4 +1,4 @@ rolling-tags: - "7" - 7-debian-12 -- 7.17.18 +- 7.17.19 diff --git a/bitnami/logstash/README.md b/bitnami/logstash/README.md index 3874bc3a6c5b..6737e5ffba53 100644 --- a/bitnami/logstash/README.md +++ b/bitnami/logstash/README.md @@ -132,8 +132,12 @@ docker run -d -p 8080:8080 bitnami/logstash:latest | `LOGSTASH_BIND_ADDRESS` | Logstash listen address | `0.0.0.0` | | `LOGSTASH_EXPOSE_API` | Whether to expose the expose the Logstash API | `no` | | `LOGSTASH_API_PORT_NUMBER` | Logstash API port number | `9600` | +| `LOGSTASH_PIPELINE_CONF_STRING` | Logstash pipeline configuration in a string | `nil` | +| `LOGSTASH_PLUGINS` | List of Logstash plugins to install | `nil` | +| `LOGSTASH_EXTRA_FLAGS` | Extra arguments for running the Logstash server | `nil` | | `LOGSTASH_HEAP_SIZE` | Logstash heap size | `1024m` | | `LOGSTASH_MAX_ALLOWED_MEMORY_PERCENTAGE` | Logstash maximum allowed memory percentage | `100` | +| `LOGSTASH_MAX_ALLOWED_MEMORY` | Logstash maximum allowed memory amount (in megabytes) | `nil` | | `LOGSTASH_ENABLE_MULTIPLE_PIPELINES` | Whether to enable multiple pipelines support | `no` | | `LOGSTASH_ENABLE_BEATS_INPUT` | Whether to listen for incoming Beats connections | `no` | | `LOGSTASH_BEATS_PORT_NUMBER` | Port number for listening to incoming Beats connections | `5044` | @@ -166,9 +170,6 @@ docker run -d -p 8080:8080 bitnami/logstash:latest | `LOGSTASH_DATA_DIR` | Logstash data directory | `${LOGSTASH_VOLUME_DIR}/data` | | `LOGSTASH_MOUNTED_CONF_DIR` | Directory where Logstash settings files will be mounted. | `${LOGSTASH_VOLUME_DIR}/config` | | `LOGSTASH_MOUNTED_PIPELINE_CONF_DIR` | Directory where Logstash pipeline configuration files will be mounted. | `${LOGSTASH_VOLUME_DIR}/pipeline` | -| `LOGSTASH_LOGS_DIR` | Logstash logs directory | `${LOGSTASH_BASE_DIR}/logs` | -| `LOGSTASH_TMP_DIR` | Logstash directory for temporary files | `${LOGSTASH_BASE_DIR}/tmp` | -| `LOGSTASH_PID_FILE` | Logstash PID file | `${LOGSTASH_TMP_DIR}/logstash.pid` | | `LOGSTASH_DAEMON_USER` | Logstash system user | `logstash` | | `LOGSTASH_DAEMON_GROUP` | Logstash system group | `logstash` | | `JAVA_HOME` | Java installation folder. | `${BITNAMI_ROOT_DIR}/java` |