Flush Pattern is Not working

Hi I am using flush_pattern in multiline to define the end of a multiline block. It is not working.

Below is my code snippet.
multiline { *
* pattern => "^["

* what => "previous"*
* negate=> true*
* }*

If I include flush pattern withing multilint scope it's throwing below error.
[ERROR][logstash.filters.multiline] Unknown setting 'flush_pattern' for multiline

How I can specify end of multiline block?????

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