-
Notifications
You must be signed in to change notification settings - Fork 260
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added logs configuration #439
Conversation
0e6c474
to
5c0a1b7
Compare
5c0a1b7
to
41abac9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Nice stuff! 👍
@@ -528,6 +538,10 @@ | |||
'scrub_args' => $scrub_args, | |||
'custom_sensitive_words' => $custom_sensitive_words, | |||
}, | |||
'logs_enabled' => $logs_enabled, | |||
'logs_config' => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a note, this isn't documented in the config_template.yaml
in the datadog-agent repo. Is that intentional or oversight?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's a good point, opening a PR right now, thanks
What does this PR do?
Added the possibility to enable logs collection and to add logs integration configuration.
Motivation
Be able to configure the agent to collect logs with Puppet
Additional Notes
This should solve #382