-
Notifications
You must be signed in to change notification settings - Fork 75
Open
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 10030and line "some_test_line" - Nothing appear in stdout - auto flush is not working
- Write any line to tcp port. For example via
Metadata
Metadata
Assignees
Labels
No labels