[DOCS-15417] Point to new example Agent config files - #39331
Merged
Conversation
evazorro
commented
Aug 19, 2026
| | Linux | `/etc/datadog-agent/datadog.yaml` | | ||
| | macOS | `/opt/datadog-agent/etc/datadog.yaml` | | ||
| | Windows | `%ProgramData%\Datadog\datadog.yaml` | | ||
| | Platform | Command | Example config | |
Contributor
Author
There was a problem hiding this comment.
I chose to add a column to the table here so we can link to each OS's file, rather than adding back the single line that was removed: https://github.com/DataDog/documentation/pull/39062/changes#diff-f5905e3ea70b6212accb2b082527190750c0fd8bc3ae5eb309ba82f9b60fc805L26
Contributor
brett0000FF
approved these changes
Aug 31, 2026
brett0000FF
left a comment
Collaborator
There was a problem hiding this comment.
Apologies for the delay! 🚀
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do? What is the motivation?
Fixes DOCS-15417
The historical Agent
config_template.yamlwas removed and has been replaced by a set of example YAML configs. @brett0000FF removed the docs build dependency on the old file (#39006), and removed references to the old file in various docs pages (#39062) to prevent 404s.This PR:
One note: I didn't replace the link removed from the Agent 6 doc because that version EOL and the page is hidden anyway.
Merge readiness
AI assistance
I walked through each file myself, using Claude Code to do a lot of the replacing. Also had it check through Brett's PRs and linked tickets to make sure I didn't miss any files.
Additional notes