Thanks Magnus, as you suggested I have changed the date filter as below:
date {
match => ["Submit Date", "MM/dd/yyyy"]
target => "@timestamp"
}
In stdout console, I am able to get "timestamp" mapped to "Submit Date" as below :
2015-11-01T18:30:00.000Z POORNIMC-7RE9W 11/2/2015,N,,2,
2015-11-04T18:30:00.000Z POORNIMC-7RE9W 11/5/2015,N,,2,
2015-11-02T18:30:00.000Z POORNIMC-7RE9W 11/3/2015,N,,2,
2015-11-04T18:30:00.000Z POORNIMC-7RE9W 11/5/2015,N,,2,
2015-11-05T18:30:00.000Z POORNIMC-7RE9W 11/6/2015,N,Y,2,
2015-11-05T18:30:00.000Z POORNIMC-7RE9W 11/6/2015,N,,1,Y
2015-11-04T18:30:00.000Z POORNIMC-7RE9W 11/5/2015,N,,2,
2015-11-06T18:30:00.000Z POORNIMC-7RE9W 11/7/2015,N,Y,1,Y
2015-11-15T18:30:00.000Z POORNIMC-7RE9W 11/16/2015,N,,3,
2015-11-16T18:30:00.000Z POORNIMC-7RE9W 11/17/2015,N,Y,2,
But not able to see any updates in Kibana.
Even tried deleting and creating new index but still the latest logs are not seen in kibana.
Any inputs on how to proceed?