Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 635 Bytes

CHANGELOG.md

File metadata and controls

13 lines (11 loc) · 635 Bytes

2.1.0

  • Added support for not parsing coluns without a defined header.
  • Added support for dropping columns that has no value
  • Added support for type conversion within the filter
  • Fix unnecessary source field mutation. Fixes #18
  • Refactored specs to avoid using sample and insist in favor of rspec3 helper methods.

2.0.0

  • Plugins were updated to follow the new shutdown semantic, this mainly allows Logstash to instruct input plugins to terminate gracefully, instead of using Thread.raise on the plugins' threads. Ref: elastic/logstash#3895
  • Dependency on logstash-core update to 2.0