Andres Rodriguez

Results 12 issues of Andres Rodriguez

**Description of the problem including expected versus actual behavior**: When upgrading Logstash from any release equal or earlier than 7.9.3 (noarch) to any later release, namely 7.10.0 and later, the...

bug
packaging
int-shortlist
status:confirmed

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

This issue tracks all the items that need to be handled for the 8.0 release. - [ ] **Support Breaking Changes in Stack Components**: - [ ] Elasticsearch finalizing Types...

meta
status:work-in-progress

When using logstash from deb/rpms or the elastic archive, Logstash systemd unit doesn't create pidfiles, hence, completely ignoring what's set it /etc/default. Version: 7.9 Operating System: Centos 7 / Ubuntu...

packaging

## What does this PR do? Updates the docs to correctly display JDK17 as the default JDK version. ## Why is it important/What is the impact to the user? Current...

docs
status:approved

Java 21 is now available and we would like to make it the default for Logstash. However, we need to investigate whether it is possible provided Jruby supports it. Deprecation...

There is a corner case when that when a comment symbol is present on EOF on a Logstash Pipeline configuration, Logstash errors out. An example of this is when a...

bug
int-shortlist
Team:Logstash

This is my config: ``` input { http { port => 8080 ssl_enabled => true ssl_key => "/etc/logstash/certs/logstash/logstash.pkcs8.key" ssl_certificate => "/etc/logstash/certs/logstash/logstash.crt" ssl_certificate_authorities => ["/etc/logstash/certs/ca/ca.crt"] ssl_client_authentication => required } } ```...

bug

Set's the correct ownership for the Logstash Buildkite pipelines

status:approved