Page 1 of 1

collectd

Posted: Wed Jun 29, 2016 8:35 am
by pccwglobalit
does NLS support collected input?

Re: collectd

Posted: Wed Jun 29, 2016 9:26 am
by hsmith
It should work, check this page out: https://www.elastic.co/guide/en/logstas ... lectd.html

Re: collectd

Posted: Thu Jun 30, 2016 3:35 am
by pccwglobalit
thanks.
nagios log server will have collectd codec like the below input?

input {
udp {
port => 25826 # 25826 matches port specified in collectd.conf
buffer_size => 1452 # 1452 is the default buffer size for Collectd
codec => collectd { } # specific Collectd codec to invoke
type => collectd
}
}

Re: collectd

Posted: Thu Jun 30, 2016 9:18 am
by hsmith
I've never tried it, but according to the documentation that should work.