Thank you but it got resolved there was some error regarding pattern but i am come up with new issues
the timestamp shown in logstash and kibana differs
for example:
{
"message" => "ERROR",
"@version" => "1",
"@timestamp" => "2015-10-21T16:09:54.077Z",#logstash timestamp
"host" => "HFX2WS1",
"path" => "C:\Users\egupanm\csv\logs.log",
"timestamp" => "2015-10-21T16:09:54.077Z", # my timestamp
"timezone" => "Z",
"log_level" => "TRACE",
"line" => 16,
"time" => 58194,
"difference" => 32
}
they are coming same but kibana is showing something different:
October 21st 2015, 21:41:00.864 message:ERROR @version:1 @timestamp:October 21st 2015, 21:41:00.864 host:HFX2WS1 path:C:\Users\egupanm\csv\logs.log timestamp:October 21st 2015, 21:41:00.864 timezone:Z log_level:TRACE line:16 time:58,260 difference:66 _id:AVCJ_NwwTpSlmoB2KRh3 _type:logs _index:example
October 21st 2015, 21:39:54.077 message:ERROR @version:1 @timestamp:October 21st 2015, 21:39:54.077 host:HFX2WS1 path:C:\Users\egupanm\csv\logs.log timestamp:October 21st 2015, 21:39:54.077 timezone:Z log_level:TRACE line:16 time:58,194 difference:32 _id:AVCJ-9odTpSlmoB2KRh2 _type:logs _index:example
how is this possible?? when logstash gives it timestamp "@timestamp" => "2015-10-21T16:09:54.077Z"
and kiban gives @timestamp:October 21st 2015, 21:41:00.864