Can skywalking work with logs collected from other log system rather than from agent? #13341
Unanswered
kyle-oceanbase
asked this question in
Q&A
Replies: 1 comment 1 reply
-
It depends on what you want to do. SkyWalking could accept logs from Fluentbit via
Both of ways require extra Log analysis scripts written in Groovy engine to format logs.
If you want SkyWalking OAP server reads logs from your own build system, you have to change the source codes. We can't access private system or use private APIs |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
In my application system, I have already deployed a log storage which can be accessed with sql compatible with mysql or postgresql, all my logs are collected to such a storage with fluentbit. Now I'm trying to use skywalking as a opentracing system, but I do not want to collect redundant logs to skywalking. I want to know if skywalking can work with logs from other log system or storage
Beta Was this translation helpful? Give feedback.
All reactions