- Refactor: leverage scheduler mixin #93
-
Refactor: reading .csv for JRuby 9.3 compatibility #94
NOTE: these changes are essential for the plugin to work properly under Logstash 8.3 and later.
- Feat: added ECS compatibility mode #89
- deprecated
destination
option in favor oftarget
to better align with other plugins - deprecated
field
option in favor ofsource
to better align with other plugins - when ECS compatibility is enabled, default behaviour is an in-place translation
- deprecated
- Fix: improved error handling - do not rescue potentially fatal (JVM) errors
- Fix to align with docs - looked-up values are always strings. Coerce better. #77
- Fix bug in dictionary/file the always applied RegexExact, manifested when dictionary keys are not regex compatible Logstash #9936
- Added info to dictionary_path description to explain why integers must be quoted
- Fix bug in csv_file when LS config has CSV filter plugin specified as well as a csv dictionary. #70
- Updated formatting of examples in documentation for consistent rendering
- Add
iterate_on
setting to support fields that are arrays, see the docs for detailed explanation. #66 - Add Rufus::Scheduler to provide asynchronous loading of dictionary. #65
- Re-organise code, yields performance improvement of around 360%
- Add 'refresh_behaviour' to either 'merge' or 'replace' during a refresh #57
- Update gemspec summary
- Fix some documentation issues
- Docs: Fixed asciidoc formatting problem so info about supported dictionary file types renders
- Breaking: Updated plugin to use new Java Event APIs
- Fix threadsafety issues by adding in a read/write lock
- Depend on logstash-core-plugin-api instead of logstash-core, removing the need to mass update plugins on major releases of logstash
- New dependency requirements for logstash-core for the 5.0 release
- Add more descriptive message with the dictionary could not be loaded, also include test for it.
- Added other formats, a part from YAML, to be used when loading dictionaries from files in this plugin. Current supported formats are YAML, JSON and CSV.
- 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
- fix failing test due to a missing encoding: utf8 magic header