Open jordansissel opened 9 years ago
(This issue was originally filed by @jordansissel at https://github.com/elastic/logstash/issues/1898)
Currently the period setting is :validate => :string. It should probably be :number.
period
:validate => :string
:number
Old issue followup: This is low-hanging fruit, here.
we could add a :validate => :duration or something to allow specifying something like '3m' for 3 minutes. THoughts?
:validate => :duration
(This issue was originally filed by @jordansissel at https://github.com/elastic/logstash/issues/1898)
Currently the
period
setting is:validate => :string
. It should probably be:number
.