logstash icon indicating copy to clipboard operation
logstash copied to clipboard

Logstash - transport and process your logs, events, or other data

Results 431 logstash issues
Sort by recently updated
recently updated
newest added

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...

docs
status:approved
Team:Docs
v8.16.0
v8.15.1
v7.17.24

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...

enhancement
status:needs-triage

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...

enhancement
status:needs-triage

- 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...

status:needs-info

**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...

bug
status:needs-triage

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...

enhancement
status:needs-triage

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...

enhancement
status:needs-triage

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...

enhancement
docs
status:needs-triage

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....

high hanging fruit
config syntax