logstash-plugins / logstash-filter-kv

Apache License 2.0
17 stars 42 forks source link

Trimming whitspace around value_split is optional. Omitting fields wi… #41

Closed toddiuszho closed 3 years ago

toddiuszho commented 8 years ago

…th empty values is optional.

Default behavior is preserved with the default values of the new configuration options.

Setting omit_empty_fields to false allows fields with empty values to be created. This can cause problems when either field_split or value_split contains a space, since the default behavior is to strip whitespace around the value_split. A configuration exception will be thrown if this is tried.

However, setting trim_value_split to false will allow space delimiters.

This pull addresses Issue #37

micke commented 7 years ago

Any chance of getting this merged?

kares commented 3 years ago

Thanks for the PR, believe #37 got handled with https://github.com/logstash-plugins/logstash-filter-kv/pull/67 thus closing this one.