-
Problem observed in https://github.com/logstash-plugins/logstash-input-gelf/pull/23#issuecomment-151114545 and reported in https://github.com/jruby/jruby/issues/2558#issuecomment-151102656
Until this…
-
Hi,
I am using the plugin with logstash version 7.7.0 but my blob container has gz files. Does the plugin support the gzip files out of the box?
-
logstash-devutils has a [runtime dependency to the outdated Kramdown version 1.14.0](https://github.com/elastic/logstash-devutils/blob/86bc69db54e0d5e26693acb4a768e84c089eb531/logstash-devutils.gemspe…
-
Hi,
I use logstash 1.5.4 and I have a problem with cipher plugin about decrypt mode.
Everytime the filter doesn't work and setting in verbose mode the agent shows the next message:
I tried different …
-
When the input MongoDB document has a non UTF-8 (or something like that), the input plugin gets into infinite loop, as execption is raised and process is restarted, just to hit the same case again.
l…
-
Hey guys, engineer for Datadog here.
I've been working on a case with a customer who's using this plugin and they've hit an interesting issue.
In some cases, the plugin can potentially send more t…
-
Expand "print help" text on bin/logstash-plugin command to include ", more help is available on all subcommands".
When using logstash-plugin's help text, it is not clear that additional help is ava…
-
Hi,
If the user has set verify_mode to NONE in the logstash beats input configuration, it is overridden by the default value set by the code in SslSimpleBuilder.java (https://github.com/logstash-pl…
-
When recently building the DevDocs scraper, I realized there are a ton of things that I was relying on @benoit74's expertise for to make the scraper sustainable for ZimFarm but weren't core to buildin…
-
Hi!
Why are you using **recvfrom_nonblock**?
In my case, it causes infinity loop which uses 100% CPU of one thread. Locally I resolved it by changing **@udp.recvfrom_nonblock(9000)** to **@udp.rec…