Elasticsearch-output-statsd plugin

statsd {
host => "192.168.2.20"
port => 8125
count => [ "stats.gauges.success" , "%{REQUEST}" ]
}

i am using above plugin in output{ ... }. when i send my "LOG" to parser it is parsing properly but i can't see any packets hitting 8125 as a result graphite is not populating.

working fine.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.