logstash-plugins / logstash-filter-kv

Apache License 2.0
17 stars 42 forks source link

square brackets cause exception in a string #94

Closed mutt13y closed 3 years ago

mutt13y commented 3 years ago

For all general issues, please provide the following details for fast resolution:

Exception while parsing KV {:exception=>"Invalid FieldReference: `[compressionEnabled`"}

the following setting

remove_char_value => "\[\]"

is a workaround but obviously removes the square brackets which is undesirable

mutt13y commented 3 years ago

I was mistaken it is [ in the key name that (rightly) causes the exception.