Skip to content

Commit

Permalink
[!] hosts validator
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Tokarev committed Jul 14, 2015
1 parent 4bfcc06 commit 4ca85de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/logstash/outputs/cassandra.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class LogStash::Outputs::Cassandra < LogStash::Outputs::Base
config_name "cassandra"

# Cassandra server hostname or IP-address
config :hosts, :validate => :string, :required => true
config :hosts, :validate => :array, :required => true

# The keyspace to use
config :keyspace, :validate => :string, :required => true
Expand Down

0 comments on commit 4ca85de

Please sign in to comment.