Hi, I'm sending messages with whis configuration> 2015/01/06 07:15:43.073;1.849365
And I'm using this grok filter in logstash>
grok{
match => { "message" => "%{YEAR:year}/%{MONTHNUM:monthnum}/%{MONTHDAY:monthday} %{TIME:time};%{NUMBER:Value}"}
add_field => ["datetime", "%{year}/%{monthnum}/%{monthday} %{time}"]
}
date{
match => ["datetime", "yyyy/MM/dd HH:mm:ss"]
}
}
So at the end, what I have is the tags with it value in Kibana3, all right..
The problem is that when I try to represent the numerical value of the tag "Value" it doesn't show me anything... I'm trying using a histogram in this way.. but it doesn't appear anything.
In fact when I change "Chart Value" to Count it shows me correctly, but I want the total value