João Duarte
João Duarte
Using bouncy castle it's possible to support both pkcs#1 and pkcs#8 keys. Example implementation in https://github.com/logstash-plugins/logstash-input-tcp/pull/124/files#diff-708e5e3c9eea0d86f843e0944d528f59R72
The current list of ciphers we set to improve OpenSSL defaults is quite outdated, allowing multiple ciphers that are nowadays deemed weak. It is also preventing new known families of...
Creating a deeply nested Logstash Event in Logstash can cause a stack overflow exception. Logstash should be able to either handle this exception gracefully or prevent these objects from being...
* The build still uses Bundler 1.x and JRuby 9.2 (jar-dependencies uses jruby 9.0). * `mvn package` seems to fail on java 11+ * I also hit https://github.com/torquebox/jruby9-maven-plugins/issues/5 Stretch goal:...
Given Logstash doesn't ship with any gems that download jars at install time we can exclude the ruby maven lib jars
The Linux ffi binaries broke for centos/oraclelinux 7 from JRuby 9.3.9.0 to 9.3.10.0 https://github.com/jnr/jffi/issues/138 For x86_64 Linux has been fixed in https://github.com/jnr/jffi/pull/140, so we copy only the Linux aarch64 build....
- [x] [logstash-integration-kafka](https://github.com/logstash-plugins/logstash-integration-kafka) - [x] [logstash-integration-rabbitmq](https://github.com/logstash-plugins/logstash-integration-rabbitmq) - [ ] [logstash-integration-jdbc](https://github.com/logstash-plugins/logstash-integration-jdbc): [Meta Issue](https://github.com/logstash-plugins/logstash-integration-jdbc/issues/2) - [ ] logstash-integration-elasticsearch: input, filter, output https://github.com/elastic/logstash/issues/11829 - [x] logstash-integration-aws: kinesis input, s3 output, s3 input, s3sqs...
It seems that new fixes and enhancements are no longer added to httpclient 4.x so it may be time to adopt 5.x in this project as well. An example of...
Cubism parameters are step(1e4).size(720) and the div element is 720px. I'm reading from graphite (gauge metrics uploaded by statsd with flushInterval 10 sec). After refreshing the page, the following redraws...