lib/logstash/outputs/gemfire.rb in logstash-output-gemfire-0.1.1 vs lib/logstash/outputs/gemfire.rb in logstash-output-gemfire-0.1.3

- old
+ new

@@ -13,10 +13,9 @@ # Note: this plugin has only been tested with GemFire 7.0. # class LogStash::Outputs::Gemfire < LogStash::Outputs::Base config_name "gemfire" - milestone 1 # Your client cache name config :cache_name, :validate => :string, :default => "logstash" # The path to a GemFire client cache XML file.