Skip to content

Auto flush on multiline codec not working #156

@ghost

Description

Please post all product and debugging questions on our forum. Your questions will reach our wider community members there, and if we confirm that there is a bug, then we can open a new issue here.

For all general issues, please provide the following details for fast resolution:

  • Version: 7.6.2
  • Operating System: Ubuntu 18.04.3 LTS
  • Config File (if you have sensitive info, please remove it):
input {
    tcp {
        port => 10030
        codec => multiline {
                     pattern => "new_line"
                     negate => true
                     what => "previous"
                     auto_flush_interval => 1
                 }
    }
}
filter {

}
output {
    stdout {}
}
  • Steps to Reproduce:
    • Write any line to tcp port. For example via nc localhost 10030 and line "some_test_line"
    • Nothing appear in stdout - auto flush is not working

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions