logstash-plugins / logstash-filter-dissect

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

Improve field regular expression accuracy to include prefix and suffix options #42

Closed guyboertje closed 6 years ago

guyboertje commented 7 years ago

If a this delimiter %{+} is seen, it will be interpreted as a field and fail as it is not a valid field definition but the current regex will not allow the character sequence to be a delimiter.