logstash (9.1.2)
Published 2025-11-30 14:51:46 +03:00 by mpavlov
Installation
docker pull olssonul.com/iac/logstash:9.1.2sha256:24a55dccac144a54d784cdf677af4ccdb5e85a2c67f7ec0a901a31d7680f605cAbout this package
Logstash is a free and open server-side data processing pipeline that ingests data from a multitude of sources, transforms it, and then sends it to your favorite 'stash.'
Image Layers
| LABEL maintainer="Red Hat, Inc." |
| LABEL vendor="Red Hat, Inc." |
| LABEL url="https://catalog.redhat.com/en/search?searchType=containers" |
| LABEL com.redhat.component="ubi9-minimal-container" name="ubi9-minimal" version="9.6" distribution-scope="public" |
| LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI" |
| LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 9." |
| LABEL description="The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly." |
| LABEL io.k8s.description="The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly." |
| LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Minimal" |
| LABEL io.openshift.expose-services="" |
| LABEL io.openshift.tags="minimal rhel9" |
| ENV container oci |
| COPY dir:e1f22eafd6489859288910ef7585f9d694693aa84a31ba9d54dea9e7a451abe6 in / |
| COPY file:b37d593713ee21ad52a4cd1424dc019a24f7966f85df0ac4b86d234302695328 in /etc/yum.repos.d/. |
| CMD ["/bin/bash"] |
| COPY file:58cc94f5b3b2d60de2c77a6ed4b1797dcede502ccdb429a72e7a72d994235b3c in /usr/share/buildinfo/content-sets.json |
| COPY file:58cc94f5b3b2d60de2c77a6ed4b1797dcede502ccdb429a72e7a72d994235b3c in /root/buildinfo/content_manifests/content-sets.json |
| LABEL "build-date"="2025-08-20T13:12:41" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="f4b088292653bbf5ca8188a5e59ffd06a8671d4b" "release"="1755695350" |
| ENV ELASTIC_CONTAINER=true |
| ENV PATH=/usr/share/logstash/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
| ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 |
| WORKDIR /usr/share |
| RUN /bin/sh -c microdnf install -y procps findutils tar gzip && microdnf install -y openssl && microdnf install -y which shadow-utils && microdnf clean all # buildkit |
| RUN /bin/sh -c groupadd --gid 1000 logstash && adduser --uid 1000 --gid 1000 --home "/usr/share/logstash" --no-create-home logstash && arch="$(rpm --query --queryformat='%{ARCH}' rpm)" && curl -f -Lo logstash.tar.gz https://artifacts.elastic.co/downloads/logstash/logstash-9.1.2-linux-${arch}.tar.gz && tar -zxf logstash.tar.gz -C /usr/share && rm logstash.tar.gz && mv /usr/share/logstash-9.1.2 /usr/share/logstash && chown -R logstash:root /usr/share/logstash && chmod -R g=u /usr/share/logstash && mkdir /licenses && mv /usr/share/logstash/NOTICE.TXT /licenses/NOTICE.TXT && mv /usr/share/logstash/LICENSE.txt /licenses/LICENSE.txt && find /usr/share/logstash -type d -exec chmod g+s {} \; && ln -s /usr/share/logstash /opt/logstash # buildkit |
| COPY /tmp/go/src/env2yaml/env2yaml /usr/local/bin/env2yaml # buildkit |
| COPY --chown=logstash:root config/pipelines.yml config/log4j2.properties config/log4j2.file.properties /usr/share/logstash/config/ # buildkit |
| COPY --chown=logstash:root config/logstash-full.yml /usr/share/logstash/config/logstash.yml # buildkit |
| COPY --chown=logstash:root pipeline/default.conf /usr/share/logstash/pipeline/logstash.conf # buildkit |
| COPY --chmod=0755 bin/docker-entrypoint /usr/local/bin/ # buildkit |
| WORKDIR /usr/share/logstash |
| USER 1000 |
| EXPOSE map[5044/tcp:{} 9600/tcp:{}] |
| LABEL org.label-schema.build-date=2025-08-07T09:34:04+00:00 org.label-schema.license=Elastic License org.label-schema.name=logstash org.label-schema.schema-version=1.0 org.label-schema.url=https://www.elastic.co/products/logstash org.label-schema.vcs-url=https://github.com/elastic/logstash org.label-schema.vendor=Elastic org.label-schema.version=9.1.2 org.opencontainers.image.created=2025-08-07T09:34:04+00:00 org.opencontainers.image.description=Logstash is a free and open server-side data processing pipeline that ingests data from a multitude of sources, transforms it, and then sends it to your favorite 'stash.' org.opencontainers.image.licenses=Elastic License org.opencontainers.image.title=logstash org.opencontainers.image.vendor=Elastic org.opencontainers.image.version=9.1.2 description=Logstash is a free and open server-side data processing pipeline that ingests data from a multitude of sources, transforms it, and then sends it to your favorite 'stash.' license=Elastic License maintainer=info@elastic.co name=logstash summary=Logstash is a free and open server-side data processing pipeline that ingests data from a multitude of sources, transforms it, and then sends it to your favorite 'stash.' vendor=Elastic |
| ENTRYPOINT ["/usr/local/bin/docker-entrypoint"] |
| /bin/sh -c bin/logstash-plugin install logstash-output-opensearch |
Labels
| Key | Value |
|---|---|
| architecture | x86_64 |
| build-date | 2025-08-20T13:12:41 |
| com.redhat.component | ubi9-minimal-container |
| com.redhat.license_terms | https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI |
| description | Logstash is a free and open server-side data processing pipeline that ingests data from a multitude of sources, transforms it, and then sends it to your favorite 'stash.' |
| distribution-scope | public |
| io.buildah.version | 1.39.4 |
| io.k8s.description | The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly. |
| io.k8s.display-name | Red Hat Universal Base Image 9 Minimal |
| io.openshift.expose-services | |
| io.openshift.tags | minimal rhel9 |
| license | Elastic License |
| maintainer | info@elastic.co |
| name | logstash |
| org.label-schema.build-date | 2025-08-07T09:34:04+00:00 |
| org.label-schema.license | Elastic License |
| org.label-schema.name | logstash |
| org.label-schema.schema-version | 1.0 |
| org.label-schema.url | https://www.elastic.co/products/logstash |
| org.label-schema.vcs-url | https://github.com/elastic/logstash |
| org.label-schema.vendor | Elastic |
| org.label-schema.version | 9.1.2 |
| org.opencontainers.image.created | 2025-08-07T09:34:04+00:00 |
| org.opencontainers.image.description | Logstash is a free and open server-side data processing pipeline that ingests data from a multitude of sources, transforms it, and then sends it to your favorite 'stash.' |
| org.opencontainers.image.licenses | Elastic License |
| org.opencontainers.image.title | logstash |
| org.opencontainers.image.vendor | Elastic |
| org.opencontainers.image.version | 9.1.2 |
| release | 1755695350 |
| summary | Logstash is a free and open server-side data processing pipeline that ingests data from a multitude of sources, transforms it, and then sends it to your favorite 'stash.' |
| url | https://catalog.redhat.com/en/search?searchType=containers |
| vcs-ref | f4b088292653bbf5ca8188a5e59ffd06a8671d4b |
| vcs-type | git |
| vendor | Elastic |
| version | 9.6 |