Shipping logs to logstash #2103
Unanswered
mohsenomidi
asked this question in
Q&A
Replies: 1 comment 5 replies
-
Logstash sinks are not supported (I don't know how to do that with TCP/UDP sinks). |
Beta Was this translation helpful? Give feedback.
5 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 every body,
I am using the spdlog in my project for logging interface, and it perfectly works, now in my environment there is a ELK and needs to send logs to Logstash, I am not expert in logstash and ELK stack, and I don't know what is best practice to shipping logs into logstash and does spdlog support this sink ?
I check the spdlog sinks and know there is TCP and UDP sinks.
Which one should I use? or Is there another way to communicate with Logstash (like queue or something else) ? which one is the best solution?
Is there any practice in this regards ?
for more information i want to share these conditions :
Beta Was this translation helpful? Give feedback.
All reactions