Answer the question
In order to leave comments, you need to log in
How to build a visualization for data received from collectd in kibana 4.2?
Hello everyone,
I have logstash 2.0 + kibana 4.2 + EL 2.0 + collectd
logstash configured like this:
input {
udp {
port => 25826
buffer_size => 1452
codec => collectd { }
type => "collectd"
}
}
output {
elasticsearch {
host => "my_es_cluster.foo"
}
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question