There was an error while loading. Please reload this page.
1 parent 0e19ed4 commit defd9adCopy full SHA for defd9ad
lib/logstash/inputs/log4j.rb
@@ -45,7 +45,7 @@ class LogStash::Inputs::Log4j < LogStash::Inputs::Base
45
# idle for more than this timeout period, we will assume
46
# it is dead and close it.
47
# If you never want to timeout, use -1.,
48
- config :data_timeout, :validate => :number, :default => 5, :obsolete => "This option no longer necessary, the input will now keep the connection open."
+ config :data_timeout, :validate => :number, :default => 5, :obsolete => "This option is no longer necessary, the input will now keep the connection open."
49
50
# Mode to operate in. `server` listens for client connections,
51
# `client` connects to a server.
0 commit comments