I have dates formatted as such:
2013-05-02 08:02:22.622+0000
And my date filter is the following:
date {
match => ["logdate", "YYYY-MM-DD HH:mm:ss.SSSZZZZ"]
target => "logdate"
}
However, when I create indices in Kibana, the only time filter options that show up are "@timestamp" and not using any timestamp. Logdate does not show up.