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

Relates: #16530

int-shortlist
status:needs-review

## Release notes Add deprecation warning to `allow_superuser: true`. Starting from version 9, this will be disabled by default. To avoid disruption during the upgrade, set 'allow_superuser' to true now...

status:needs-triage

Logstash release manager: @edmocosta Logstash tech writer: @karenzone Docs release manager: @KOTungseth ### Logstash release docs - [ ] Release notes: - [ ] Add link to docs release issue:...

docs
release

Logstash release manager: @edmocosta Logstash tech writer: @karenzone Docs release manager: @eedugon ### Logstash release docs - [ ] Day after FF, cut branches: - [ ] `logstash` - [x]...

docs

Introduce a new flag setting 'legacy.monitoring.enabled' which eventually enable the legacy monitoring collector ## Release notes ## What does this PR do? ## Why is it important/What is the impact...

status:work-in-progress

**Non clean backport** of #16482 The differences are: - usage of `data.convertToString().split(context, delimiter, MINUS_ONE);` instead of `data.convertToString().split(delimiter, -1);` - avoid to extend BuffererdTokenir test cases from `org.logstash.RubyTestBase` which was introduced...

backport
status:approved
v7.17.26

See naming rational in https://github.com/logstash-plugins/.ci/pull/63#issue-2597373955 After 8.16 is GA, the "releases" entry should become: ```json "releases": { "7.x": "7.17.24", "8.n": "8.16.0", "8.n-1": "8.15.3" }, ```

status:needs-review

My `Elasticsearch, Logstash and Kibana` stack setup is based on Docker Compose and the version is - `8.15.2`. `Logstash` container always fails to start and throws the following error. ```...

## Release notes ## What does this PR do? ## Why is it important/What is the impact to the user? ## Checklist - [ ] My code follows the style...

status:work-in-progress

## Release notes Switch the default value of `pipeline.buffer.type` to use the heap memory instead of direct one. ## What does this PR do? Change the default value of the...

enhancement
status:approved
v9.0.0