Hi i am able to see log file message in kibana 5. Using below filter
date {
match => [ "timestamp" , "YYYY/MM/DD:HH:mm:ss Z" ]
}
below is the message format that i can see.
"path" => "D:\\JHipster_Demo\\logFile.2017-07-31.log",
"@timestamp" => 2017-07-31T18:30:00.214Z,
"@version" => "1",
"host" => [
[0] "FS-WS195-D45",
[1] "my-dev-host"
],
"message" => " 2017-07-31 23:59:59,838 INFO [metrics-logger-reporter-1-t
hread-1] metrics: type=TIMER, name=com.hexaware.rad.web.rest.UserResource.update
User, count=0, min=0.0, max=0.0, mean=0.0, stddev=0.0, median=0.0, p75=0.0, p95=
0.0, p98=0.0, p99=0.0, p999=0.0, mean_rate=0.0, m1=0.0, m5=0.0, m15=0.0, rate_un
it=events/second, duration_unit=milliseconds\r"
}
Can anyone please tell me how i will download log based on any filter?