-
Notifications
You must be signed in to change notification settings - Fork 540
out_datadog: Document dd_hostname configuration option
#1401
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
out_datadog: Document dd_hostname configuration option
#1401
Conversation
Added by fluent/fluent-bit#8988 Signed-off-by: Jesse Szwedko <[email protected]>
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. | | |
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.
Is there a link we can use to link the "Datadog Logs preprocessor documentation"?
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.
👍 added a link in c4d9263
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.
Nice! Thank you.
Co-authored-by: Craig Norris <[email protected]> Signed-off-by: Jesse Szwedko <[email protected]>
Signed-off-by: Jesse Szwedko <[email protected]>
|
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
left a comment
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.
Thank you for working on this. I'm not a maintainer but I just wanted to reset the stale bot.
|
@cnorris-cs do you think we could merge this? |
|
@fluent/fluent-bit-maintainers - any objections? |
* out_datadog: Document `dd_hostname` configuration option Added by fluent/fluent-bit#8988 Signed-off-by: Jesse Szwedko <[email protected]> * Update pipeline/outputs/datadog.md Co-authored-by: Craig Norris <[email protected]> Signed-off-by: Jesse Szwedko <[email protected]> * Added link Signed-off-by: Jesse Szwedko <[email protected]> --------- Signed-off-by: Jesse Szwedko <[email protected]> Signed-off-by: Jesse Szwedko <[email protected]> Co-authored-by: Craig Norris <[email protected]> Signed-off-by: Tom <[email protected]>
Added by fluent/fluent-bit#8988