V
V
Valeriy Solovyov2015-11-28 18:14:15
logstash
Valeriy Solovyov, 2015-11-28 18:14:15

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"
  }
}

In kibana I see the data. The problem is that there is one field - message in which there are subfields. If I want to build a visualization, then I just can't select them. But I can search.

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question