logstash
logstash copied to clipboard
Logstash - transport and process your logs, events, or other data
[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...
Removing the `-Djruby.jit.threshold=0` flag, which seems to have been [introduced](https://github.com/elastic/logstash/pull/7783) due benchmarking. Removing the force of AOT means a noticeably faster startup (we do not need to 'compile' every method...
Logstash 8.0 is securing it's HTTP API endpoint, for details please see: https://github.com/elastic/logstash/issues/13196 The [initial implementation](https://github.com/elastic/logstash/pull/13308) skipped a few things due limitations of the web server used (Puma). Logstash will...
## 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...
In Logstash 8.3.0 the Jackson library (used for serializing events) has [been upgraded](https://github.com/guyboertje/jrjackson/pull/87/files) to 2.13.3. This lead to unexpected issues when trying to de-serialize data from older LS versions e.g....
## Release notes [rn:skip] ## What does this PR do? Adds an `HistoricMetric` implementation for tracking metric _rates_ (current/1m/5m/15m/lifetime), for eventual inclusion into the node stats API responses or for...
For all general issues, please provide the following details for fast resolution: - Version: 7.4.0 - Operating System: Linux - Config File (if you have sensitive info, please remove it):...
When logstash is starting up a pipeline, accessing the monitoring API stats endpoints can yield results, such as: Partial Result ``` { "host" : "computer", "version" : "8.3.0", "http_address" :...
Both full & oss aarch64 docker acceptance tests [fail](https://logstash-ci.elastic.co/view/All/job/elastic+logstash+main+multijob-aarch64-docker-acceptance/) in main ``` [EnvInject] - Injecting environment variables from a build step. [EnvInject] - Injecting as environment variables the properties file...
## Release notes [rn:skip] ## What does this PR do? Add an instruction to resolve the failure when bootstrapping the LS environment. ## Why is it important/What is the impact...