out_datadog: Document dd_hostname configuration option#1401
Merged
lecaros merged 4 commits intofluent:masterfrom Nov 29, 2024
Merged
out_datadog: Document dd_hostname configuration option#1401lecaros merged 4 commits intofluent:masterfrom
dd_hostname configuration option#1401lecaros merged 4 commits intofluent:masterfrom
Conversation
Added by fluent/fluent-bit#8988 Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>
7 tasks
sudomateo
reviewed
Jul 2, 2024
pipeline/outputs/datadog.md
Outdated
| | dd_tags | _Optional_ - The [tags](https://docs.datadoghq.com/tagging/) you want to assign to your logs in Datadog. If unset, Datadog will look for the tags in the [`ddtags' attribute](https://docs.datadoghq.com/api/latest/logs/#send-logs). | | | ||
| | dd_message_key | By default, the plugin searches for the key 'log' and remap the value to the key 'message'. If the property is set, the plugin will search the property name key. | | | ||
| | dd_message_key | By default, the plugin searches for the key 'log' and remap the value to the key 'message'. If the property is set, the plugin will search the property name key. | | | ||
| | dd_hostname | The host that emitted logs should be associated with. If unset, Datadog will expect the host to be set as `host`, `hostname`, or `syslog.hostname` attributes. See Datadog Logs preprocessor documentation for up-to-date recognized attributes. | | |
Contributor
There was a problem hiding this comment.
Is there a link we can use to link the "Datadog Logs preprocessor documentation"?
cnorris-cs
reviewed
Jul 2, 2024
Co-authored-by: Craig Norris <112565517+cnorris-cs@users.noreply.github.com> Signed-off-by: Jesse Szwedko <jesse@szwedko.me>
Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>
|
This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days. |
sudomateo
approved these changes
Nov 21, 2024
Contributor
sudomateo
left a comment
There was a problem hiding this comment.
Thank you for working on this. I'm not a maintainer but I just wanted to reset the stale bot.
Contributor
Author
|
@cnorris-cs do you think we could merge this? |
Contributor
|
@fluent/fluent-bit-maintainers - any objections? |
lecaros
approved these changes
Nov 29, 2024
TomlinfreeGit
pushed a commit
to TomlinfreeGit/fluent-bit-docs
that referenced
this pull request
Oct 28, 2025
* out_datadog: Document `dd_hostname` configuration option Added by fluent/fluent-bit#8988 Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com> * Update pipeline/outputs/datadog.md Co-authored-by: Craig Norris <112565517+cnorris-cs@users.noreply.github.com> Signed-off-by: Jesse Szwedko <jesse@szwedko.me> * Added link Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com> --------- Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com> Signed-off-by: Jesse Szwedko <jesse@szwedko.me> Co-authored-by: Craig Norris <112565517+cnorris-cs@users.noreply.github.com> Signed-off-by: Tom <yao.lin@siemens.com>
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.
Added by fluent/fluent-bit#8988