logstash-plugins / logstash-filter-dissect

Extract structured fields from an unstructured line
Apache License 2.0
13 stars 22 forks source link

Add a skip field if a trailing delimiter is detected. #57

Closed guyboertje closed 6 years ago

guyboertje commented 6 years ago

Increased stricter inforcing of delimiter find sequence and bail early. More strict on handling leading delimiters, they must be found at the beginning of the value. Add the compatibility tests from Beats. Some (OK quite a few) IntelliJ inspection changes. non-inspection changes are restricted to: Dissector.java DissectorTest.java DissectResult.java Field.java FieldFactory.java JavaDissectorLibrary.java dissect_spec.rb plus the VERSION and CHANGELOG.md

Fixes #22

guyboertje commented 6 years ago

No significant change in JMH benchmarks.