Because the udp input plugin is multithreaded now—and therefore much more performant—the collectd input plugin is deprecated, and will likely be removed from Logstash 1.5 in favor of using the collectdcodec. See http://logstash.net/docs/1.4.2/codecs/collectd
I'd fork the project and do this myself, but I'm really busy today.
Where you have:
input {
collectd {
port => $collectdport
type => "metrics"
security_level => "Encrypt"
authfile => "/etc/logstash/collectd.authfile"
}
}
Because the
udp
input plugin is multithreaded now—and therefore much more performant—thecollectd
input plugin is deprecated, and will likely be removed from Logstash 1.5 in favor of using thecollectd
codec. See http://logstash.net/docs/1.4.2/codecs/collectdI'd fork the project and do this myself, but I'm really busy today.
Where you have:
It should instead be something like: