- fix references to @source_host

This commit is contained in:
Jordan Sissel 2013-08-25 00:50:51 -07:00
parent 376c450c1a
commit 7600b8188d

View file

@ -38,7 +38,7 @@ class LogStash::Outputs::Statsd < LogStash::Outputs::Base
# The name of the sender.
# Dots will be replaced with underscores
config :sender, :validate => :string, :default => "%{@source_host}"
config :sender, :validate => :string, :default => "%{source}"
# An increment metric. metric names as array.
config :increment, :validate => :array, :default => []