logstash-plugins / logstash-filter-kv

Apache License 2.0
17 stars 42 forks source link

can escape the first element split by the kv filter ??? #89

Closed reesechou2014 closed 4 years ago

reesechou2014 commented 4 years ago

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

i do not need the key '2019-11-27 15' , how can i do to exclude this ?

andsel commented 4 years ago

Perhaps you could use the prune filter to remove the undesired field, if you have a common pattern for the first key-value element that you want to drop

reesechou2014 commented 4 years ago

OK, thanks, I have avoided this by using other special characters like ':=' in value_split