mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
- link to joda's docs
This commit is contained in:
parent
ad6fba3500
commit
4f70986f39
1 changed files with 3 additions and 1 deletions
|
@ -39,7 +39,9 @@ class LogStash::Filters::Date < LogStash::Filters::Base
|
|||
config /[A-Za-z0-9_-]+/, :validate => :array, :deprecated => true
|
||||
|
||||
# The date formats allowed are anything allowed by Joda-Time (java time
|
||||
# library), generally: [java.text.SimpleDateFormat][dateformats]
|
||||
# library): You can see the docs for this format here:
|
||||
#
|
||||
# [joda.time.format.DateTimeFormat](http://joda-time.sourceforge.net/apidocs/org/joda/time/format/DateTimeFormat.html)
|
||||
#
|
||||
# An array with field name first, and format patterns following, [ field,
|
||||
# formats... ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue