Is it possible to forward logs to fluentd or logstash or promtail ? #176
Unanswered
pingping95
asked this question in
Q&A
Replies: 1 comment
-
Hi @pingping95, Loki4j is for sending logs directly to Loki. Probably you can filter unneeded logs using logback's filters If you need to forward logs to fluentd or logstash or promtail , you can simply use other logback appenders for that (console appender forfluentd and promtail, and logstash appender for logstash). |
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.
-
Hi.
I`m using Loki logback appender and push logs to Loki directly.
But I want to drop unneeded logs so that Loki does not store unneeded logs from SpringBoot.
So, Is it possible to forward logs to fluentd or logstash or promtail ?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions