Add field_split_char
and value_split_char
that properly do escaping.
#66
Labels
field_split_char
and value_split_char
that properly do escaping.
#66
Injecting verbatim input from
field_split
andvalue_split
directives into character classes is prone to user error, requiring our users know which characters are meaningful in the regexp context and properly escaping them in their pipeline configs.When
config.support_escapes
is enabled, users need to double-escape, which makes things extra tricky.This ticket is to add two new directives (
field_split_char
andvalue_split_char
), which will properly escape inputs before generating the character classes.The text was updated successfully, but these errors were encountered: