Statsd output replaces @sender configuration with rendered value on first message receive
Description
The statsd output overwrites its own @sender configuration with a rendered value on each event:
If a field reference is given for the value of @sender (as is the default: "%{@source_host}"), the value will be rendered properly on the first even received, and then stuck at this value for all remaining events.
In the default configuration, this means that every event will be sent from the same sender, regardless of where the actual log events came from.
Gliffy Diagrams
Activity
Show:
Former user September 8, 2011 at 9:23 PM
fetep merged commit 068b318 into logstash:master from mleinart:LOGSTASH-181
The statsd output overwrites its own @sender configuration with a rendered value on each event:
If a field reference is given for the value of @sender (as is the default: "%{@source_host}"), the value will be rendered properly on the first even received, and then stuck at this value for all remaining events.
In the default configuration, this means that every event will be sent from the same sender, regardless of where the actual log events came from.