logstash-plugins / logstash-filter-translate

Translate filter for Logstash
Apache License 2.0
21 stars 47 forks source link

Clarify substitution use case #83

Open ppf2 opened 5 years ago

ppf2 commented 5 years ago

Setting destination to be the same as field (i.e, the source field) does not work unless override is also set to true. This clarifies the configuration required for the substitution use case.