logstash
logstash copied to clipboard
Logstash - transport and process your logs, events, or other data
Between JDK17 and JDK21, a change was made in the internal CLDR locale provider which changed the abbreviation of September from Sep. to Sept. in certain locales, en_GB and en_AU...
Related: https://github.com/elastic/docs-projects/issues/233
## Release notes ## What does this PR do? ## Why is it important/What is the impact to the user? ## Checklist - [ ] My code follows the style...
With #16496 and commit 5ca068693a6cbec28bf794cb1cf6f560c5053351 in #16490 were introduced some `@SupressWarning` annotations to avoid errors with JDK 21 like: ``` /buildkite/builds/bk-agent-prod-k8s-1728654414425952824/elastic/logstash-pull-request-pipeline/logstash-core/src/main/java/org/logstash/settings/BaseSetting.java:105: warning: [this-escape] possible 'this' escape before subclass is fully...
Currently, only an HTTP(S) proxy can be added as an environment variable. It would also be useful to be able to set a NO_PROXY variable for domains that should not...
## Release notes ## What does this PR do? ## Why is it important/What is the impact to the user? ## Checklist - [ ] My code follows the style...
## Release notes Adds documentation for Health Report API ## What does this PR do? Adds the health report docs that are also added in #16398 as a way of...
### DO NOT MERGE Testing ideas for delivery, presentation, and formatting for Health API messages **PREVIEW:** https://logstash_bk_16508.docs-preview.app.elstc.co/guide/en/logstash/master/ts-health-api-msgs.html
The creation of the 8.x branch and moving main to 9.0.0 caused the report.sh script for the snyk buildkite job incorrectly detect branches, and needs to be adjusted: ``` |...