Andrea Selva
Andrea Selva
With version `8.4.0` of Logstash the age retention and clean consumed feature are available. To make the transition as smooth as possible there were provided no default for age retention...
## Release notes [rn:skip] ## What does this PR do? Fixes a typo in docs ## Related issues - Superseeds #14338
## Release notes [rn:skip] ## What does this PR do? The class `org.logstash.execution.PipelineReporterExt` receives a`logger` parameter in its constructor which is never used. It's exposed through a `logger()` method which...
- Version: 6.8.11 - Operating System: Linux, maybe MacOSX - Steps to Reproduce: run docker with `Dockerfile` ``` FROM logstash:6.8.11 USER logstash RUN ln -s /usr/share/logstash /tmp/log RUN echo "input...
## Overview This issue describes the ability of the DLQ to remove the consumed messages, so that there isn't required any manual intervention to keep only the messages not yet...
## Release notes Updates deb/rpm packages architecture specific package to be the update of old Logstash noarch packages, like `< 7.10.0` ## What does this PR do? Change deb/rpm specification...
**Build scan**: - https://logstash-ci.elastic.co/job/elastic+logstash+main+multijob-matrix-jdk-unix-integration-1/LS_RUNTIME_JAVA=openjdk17,os=centos-7&&immutable/64/console - https://logstash-ci.elastic.co/job/elastic+logstash+main+multijob-matrix-jdk-unix-integration-pq-1/LS_RUNTIME_JAVA=openjdk18,os=centos-7&&immutable/52/console **Repro line**: **Reproduces locally?**: Not locally but using same Centos7 image as CI **Applicable branches**: **Failure history**: **Failure excerpt**: ``` 15:34:33 Failures: 15:34:33 15:34:33...
Ensure files and folders included in artifacts have correct owners and permissions
[JDK 18](https://openjdk.java.net/projects/jdk/18/) is GA since 2022/03/22 and we need to support it. The list of non preview non incubating JEPs is: - 400: UTF-8 by Default. - 408: Simple Web...
## Overview This issue describes the introduction of an age retention policy in DLQ, plus a change in the way it behaves in case of queue full condition. The age...