Closed edmocosta closed 1 month ago
Hello
I am not familiar with the release process of logstash and logstash plugins.
Do you know when this MR and the version v1.4.8
will be release in logstash (probably in a 8.15.3
) ?
Thanks
Hello I am not familiar with the release process of logstash and logstash plugins. Do you know when this MR and the version
v1.4.8
will be release in logstash (probably in a8.15.3
) ? Thanks
Hi @JulienOrain! The latest version of this plugin will be released with Logstash 8.15.3
.
Meanwhile, you can upgrade it by running:
bin/logstash-plugin update logstash-input-azure_event_hubs
Thanks!
Awesome ! Thanks a lot !
Release notes
Fixed connection placeholder replacements errors when running Logstash 8.15.1 and 8.15.2 versions
What does this PR do?
Logstash
8.15.1
changed the replace_placeholders method adding a new boolean argument to it. The plugins is still calling that method with a single argument, which leads to an error and failure to initialize Logstash.Why is it important/What is the impact to the user?
Checklist
How to test this PR locally
Related issues
Logs