input forward multiline configuration possible? #5513
Unanswered
pagalba-com
asked this question in
Q&A
Replies: 1 comment
-
anyone? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I get logs to fluentbit via fluentd protocol and put them to elastic index.
Some containers are java spingboot based, and have tag like app.dev.backend.api.
My settings are:
[INPUT]
Name forward
Listen 0.0.0.0
Port 24224
[FILTER]
Name multiline
Match app..backend
buffer on
multiline.key_content log
multiline.parser go, java, python
[OUTPUT]
Name opensearch
Match app.*
Host searchservernode.lan
Port 9200
Tls on
tls.verify off
Index app_dev
Type docker
HTTP_User fluent
but these produce log per line.
Beta Was this translation helpful? Give feedback.
All reactions