magnusbaeck / logstash-filter-verifier

Apache License 2.0
192 stars 27 forks source link

Handling large floats #17

Closed breml closed 7 years ago

breml commented 7 years ago

Large floats must not be converted to exponential notation, because this is not valid for Logstash https://github.com/elastic/logstash/blob/master/logstash-core/lib/logstash/config/grammar.treetop#L92

Better error message, if copy of config fails.

magnusbaeck commented 7 years ago

Thanks!