Kv filter - bracket removal in the field

Hi All,

Iam trying to remove the brackets in the value

image

but am not sure how to do it is it like this or something else

  kv {
 remove_char_value => "[]"
  include_brackets => true
       }
     }

Thanks,
Raj

Any update on this ? Please

Look at the example in the docs... https://www.elastic.co/guide/en/logstash/current/plugins-filters-kv.html#plugins-filters-kv-remove_char_value

You should notice that brackets are escaped.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.