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

## Problem Statement As we introduce rate-of-flow metrics (https://github.com/elastic/logstash/issues/14463), the current practice of overloading of counter metrics to act as timers (by incrementing them after the tracked execution has completed)...

enhancement
discuss
design
status:needs-triage

## Release notes Adds new `close` method to Java's Filter API to be used to clean shutdown resources allocated by the filter during registration phase. ## What does this PR...

enhancement
status:needs-review

The [toString method](https://github.com/elastic/logstash/blob/9bc2496e7b9dcc2ef05e805a308eb726dd8427c3/logstash-core/src/main/java/org/logstash/Event.java#L375) in Event.java looks for [host] on the event. But with ECS the event will usually have a [host][name] field. That means you get "{name=foo}" in the output...

### Problem statement When Logstash starts, it loads all core's jars and plugin's bundled jars, this creates a flat unique classpath, like in every plain Java application. Due to the...

enhancement
status:needs-triage

## Release notes [rn:skip] ## What does this PR do? Very rudimentary implementation to parse cgroup v2 information. This PR code should just be a PoC. It shows, that -...

status:needs-triage

This PR adds explicit [permissions section](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions) to workflows. This is a security best practice because by default workflows run with [extended set of permissions](https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token) (except from `on: pull_request` [from external...

status:needs-triage

The enabled: true wasn't specified so it took a lot of time to just notice that this is the missing config and it wasn't on the tutorial. ## Release notes...

status:needs-triage

Draft content: Please do not merge! This contains some draft content that may be used to create a guide for using Logstash in a Kubernetes environment. I'm putting this in...

status:work-in-progress