I have following filter
filter {
if [type] == "apache-access" {
grok {
match => { "message" => "%{APACHE}" }
add_field => {
"tym1" => "%{microseconds} * 0.000001"
}
}
}
}
Pattern is definded as
APACHE %{COMBINEDAPACHELOG} **%{NUMBER:seconds:int}/%{NUMBER:microseconds:int}
Its returning as
234566*0.000001
in Kibana instead of
0.234566