Skip to content

Scribe with DataDog #364

Answered by darkfrog26
mfelipe asked this question in Q&A
Nov 21, 2022 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

@mfelipe there are a few ways you can go about it.

  1. You can write to a standardized log format and have a DD agent read the log files. Personally, I'm not a big fan of this approach, but it seems to be the norm.
  2. You can use scribe-json to write to JSON-formatted log files (like #1) and use the DD agent to read the log files. This is a bit better as it allows you to use structured data and seems to work much better. However, it's still running the agent.
  3. You can use scribe-logstash I believe, and configure the logging endpoint (https://docs.datadoghq.com/logs/log_collection/?tab=host#logging-endpoints) to go to DD. I haven't actually tried this, but in theory it should work smoothly. If yo…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mfelipe
Comment options

Answer selected by mfelipe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants