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

The introductory sections of the Logstash Reference can use some fresh thinking and refactoring. Better information architecture can help users find the info they need more quickly. #### Examples *...

docs

### Elasticsearch Version 8.2.2 ### Installed Plugins _No response_ ### Java Version _bundled_ ### OS Version Docker ### Problem Description Logstash doesn't read logs from file. I've set up Logstash...

>bug
needs:triage

This issue serves as a place to capture and track security-related comments and issues. In the course of a phased docs overhaul (#13573), important and valuable comments surface that may...

docs
meta

TLS v1.3 is available since Java `8u262-b10` (AdoptOpenJDK) or` 8u261-b12` in the Oracle build. https://java.com/en/jre-jdk-cryptoroadmap.html Logstash 7.15/16 ships with Java 11 and 8.0 will even drop support for Java 8...

enhancement
meta
security
shortlist

The Logstash systemd unit for Deb/RPMs declares the use of `/etc/default/logstash` as `EnvironmentFile`, but it does not use variables. As such, any chances that the user makes in `/etc/default/logstash` won't...

bug
packaging
status:confirmed

Hi Team, We are using logstash 3pp v7.15.2 in our project.When a remote syslog server restarts logstash will take 1-60 minutes to reconnect. And during this time none of the...

plugin issue
status:needs-info

The [licenseMapping.csv](https://github.com/elastic/logstash/blob/main/tools/dependencies-report/src/main/resources/licenseMapping.csv) file has the goal being a single place to (1) check the software license of all code shipped with Logstash, and also (2) for users to quickly identify...

build

#### Tell us about the issue **Description:** While the documentation for the Event API seems to claim that `event.set(key, value)` returns the event, allowing for chainable calls like `event.set(key1, value1).set(key2,...

docs
status:needs-triage

## What's This? This proof-of-concept demonstrates a new queue type that is implemented as a ring-buffer that does not block when full. ## Use Case An operator uses Logstash as...

enhancement
status:work-in-progress

### Description It seems currently LS does not have Java code coverage settings (ruby has). It would improve the code quality and decrease the risk of issues being happen when...

enhancement
status:needs-triage