lib/logstash/inputs/gelf.rb in logstash-input-gelf-0.1.1 vs lib/logstash/inputs/gelf.rb in logstash-input-gelf-0.1.2

- old
+ new

@@ -12,10 +12,9 @@ # The main use case for this input is to leverage existing GELF # logging libraries such as the GELF log4j appender. # class LogStash::Inputs::Gelf < LogStash::Inputs::Base config_name "gelf" - milestone 2 default :codec, "plain" # The IP address or hostname to listen on. config :host, :validate => :string, :default => "0.0.0.0"