logstash-log4j2 icon indicating copy to clipboard operation
logstash-log4j2 copied to clipboard

Log4j2 plugin for logstash

Results 13 logstash-log4j2 issues
Sort by recently updated
recently updated
newest added

Hi Jurriaan, I am having an issue with log42 input, please see below Accepted connection {:client=>"172.31.0.251:45698", :server=>"0.0.0.0:1530", :level=>:debug, :file=>"logstash/inputs/log4j2.rb", :line=>"151"} Closing connection {:client=>"172.31.0.251:45698", :exception=>#, :level=>:debug, :file=>"logstash/inputs/log4j2.rb", :line=>"116"} Logstash version logstash-1.4.2-1_2c0f5a1.noarch,...

Project is still in maintenance?Whether to support logstash 5.6?

Because when i install , it throws error log just like : ``` logstash-output-http (>= 0) java depends on logstash-mixin-http_client (< 3.0.0, >= 2.0.2) java depends on logstash-core (< 3.0.0,...

When installing I get this error: ``` Plugin version conflict, aborting ERROR: Installation Aborted, message: Bundler could not find compatible versions for gem "logstash-core": In snapshot (Gemfile.lock): logstash-core (= 5.0.0.alpha3)...

I get the following error when running on Logstash 5.0.1 via Docker Logstash 5.0.1-1 (see below for howto). `Plugin version conflict, aborting ERROR: Installation Aborted, message: Bundler could not find...

I'm tring to install the plugin, but i got following error: ``` ./logstash-plugin install logstash-input-log4j2 Validating logstash-input-log4j2 Installing logstash-input-log4j2 Plugin version conflict, aborting ERROR: Installation Aborted, message: Bundler could not...

@jurmous Are there any plans to maintain this plugin? It's awesome but a bit outdated. `{:timestamp=>"2016-08-19T18:17:50.431000+0000", :message=>"Accepted connection", :client=>"172.172.50.4:58479", :server=>"0.0.0.0:7000", :level=>:debug, :file=>"logstash/inputs/log4j2.rb", :line=>"151", :method=>"run"} {:timestamp=>"2016-08-19T18:17:50.539000+0000", :level=>:debug, :message=>"org.apache.logging.log4j.core.impl.Log4jLogEvent$LogEventProxy; local class incompatible:...

Bump log4j2 version to 2.6.2 and fix NullPointerException

Hi, We are trying to get your plugin working with one of our setups but i am have varying results on the ease of install. We are behind a corporate...

In order to have same fields as log4j input plugin : - remove "cmap_" prefix for MDC properties ; - replace "cstask" field by "NDC" with same content.