logstash
logstash copied to clipboard
Logstash - transport and process your logs, events, or other data
Corrected PQ multiplication factor values for JSON documents and the example. **PREVIEW:** https://logstash_bk_16411.docs-preview.app.elstc.co/guide/en/logstash/master/persistent-queues.html ## Release notes [rn:skip] ## What does this PR do? Corrects the math in a number of...
After receiving and forwarding about 50 000 events, the lumberjack output connection gets "stuck". Nothing moves anymore, and in netstat it is visible that the send and receive queues are...
When using many Logstash JDBC input pipelines, if we configure these pipelines all use the same Oracle user, one can easily go above the limit of the number of simultaneous...
This is an idea for improving reuse and config style. I suggest to realize mechanism like python `import` or Jinja `include`. tthis is necessary to use user logstash config in...
- Version:7.11.1 - Operating System:MacOS -- home-brew - Config File (if you have sensitive info, please remove it): When I run it, it gives: Logstash could not be started because...
Codec's #register method is invoked a second time with the actual params and not the original cloned
**Logstash information**: Please include the following information: 1. Logstash version (e.g. `bin/logstash --version`) 2. Logstash installation source (e.g. built from source, with a package manager: DEB/RPM, expanded from tar or...
With #16322 in case of failure of evaluation of conditional statements, the offending event is simply dropped. Add and expose a new pipeline metric to measure the count of such...
With #16322 was fixed the evaluation of conditional statement expression so that in case of error, like comparing string with integers, the pipeline doesn't crash, but simply log the problem...
As a part of the #16056 Health Report API, we will be introducing a per-pipeline probe called "pipeline/up" that is capable of diagnosing a pipeline based on its run-state. Each...
A Logstash filter such as `if "a" in ["a", "b"]` matches but `if "a" in ["a"]` does not, which does not make sense. I'd consider this to be a bug....