How to give \n as delimiter for dissect filter

Hi Logstash Team,

Need to filter out a field till the end of the line in dissect filter. Is it possible to do it using dissect. Came to know that from logstash 6.0, if the config in logstash.yml
config.support_escapes: true is enabled then, escape characters in string is considered.

dissect {

                         mapping => {
                                balsdata => "%{}Privacy:%{Privacy:}\n%{}"
                       }

Is this possible? When I tried the above it didn't work for me.

Thanks
George

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