logstash-plugins / logstash-filter-date

Apache License 2.0
7 stars 43 forks source link

Feature: 'date' filter supports grok patterns #77

Open jsvd opened 8 years ago

jsvd commented 8 years ago

from @vdun at https://github.com/elastic/logstash/issues/6264

Let the date filter supports grok patterns instead of joda.time.format.DateTimeFormat. e.g. for apache access log, instead of using: date {match => [ "timestamp" , "dd/MMM/yyyy:HH:mm:ss Z" ]} -> date {match => [ "timestamp" , "%{HTTPDATE}" ]}