mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
- fix references to @source_host
This commit is contained in:
parent
376c450c1a
commit
7600b8188d
1 changed files with 1 additions and 1 deletions
|
@ -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 => []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue