Skip to content

Commit eceaa72

Browse files
out_datadog: custom http headers (#1467)
* out_datadog: custom http headers Signed-off-by: Andrii Chubatiuk <[email protected]> * Apply suggestions from code review Co-authored-by: Adam Locke <[email protected]> Signed-off-by: Andrii Chubatiuk <[email protected]> --------- Signed-off-by: Andrii Chubatiuk <[email protected]> Co-authored-by: Adam Locke <[email protected]>
1 parent a26c192 commit eceaa72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pipeline/outputs/datadog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Before you begin, you need a [Datadog account](https://app.datadoghq.com/signup)
2626
| 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). | |
2727
| 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. | |
2828
| workers | The number of [workers](../../administration/multithreading.md#outputs) to perform flush operations for this output. | `0` |
29+
| header | Add additional arbitrary HTTP header key/value pair. Multiple headers can be set. | _none_ |
2930

3031
### Configuration File
3132

0 commit comments

Comments
 (0)