You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**ssl_port**| Port used to send logs over a SSL encrypted connection to Datadog. If use_http is disabled, use 10516 for the US region and 443 for the EU region. | 443 |
76
90
|**max_retries**| The number of retries before the output plugin stops. Set to -1 for unlimited retries | -1 |
91
+
|**max_backoff**| The maximum time waited between each retry in seconds | 30 |
92
+
|**use_http**| Enable HTTP forwarding. If you disable it, make sure to change the port to 10514 or ssl_port to 10516 | true |
93
+
|**use_compression**| Enable log compression for HTTP | true |
94
+
|**compression_level**| Set the log compression level for HTTP (1 to 9, 9 being the best ratio) | 6 |
77
95
|**dd_source**| This tells Datadog what integration it is | nil |
78
96
|**dd_sourcecategory**| Multiple value attribute. Can be used to refine the source attribute | nil |
79
97
|**dd_tags**| Custom tags with the following format "key1:value1, key2:value2" | nil |
80
98
|**dd_hostname**| Used by Datadog to identify the host submitting the logs. |`hostname -f`|
81
99
|**service**| Used by Datadog to correlate between logs, traces and metrics. | nil |
82
-
|**port**| Proxy port when logs are not directly forwarded to Datadog and ssl is not used |10514|
100
+
|**port**| Proxy port when logs are not directly forwarded to Datadog and ssl is not used |80|
83
101
|**host**| Proxy endpoint when logs are not directly forwarded to Datadog | intake.logs.datadoghq.com |
0 commit comments