File tree Expand file tree Collapse file tree 1 file changed +21
-22
lines changed Expand file tree Collapse file tree 1 file changed +21
-22
lines changed Original file line number Diff line number Diff line change @@ -39,35 +39,34 @@ Get started quickly with this configuration file:
3939``` yaml
4040pipeline :
4141
42- outputs :
43- - name : datadog
44- match : ' *'
45- host : http-intake.logs.datadoghq.com
46- tls : on
47- compress : gzip
48- apikey : <my-datadog-api-key>
49- dd_service : <my-app-service>
50- dd_source : <my-app-source>
51- dd_tags : team:logs,foo:bar
52- dd_hostname : myhost
53-
42+ outputs :
43+ - name : datadog
44+ match : ' *'
45+ host : http-intake.logs.datadoghq.com
46+ tls : on
47+ compress : gzip
48+ apikey : <my-datadog-api-key>
49+ dd_service : <my-app-service>
50+ dd_source : <my-app-source>
51+ dd_tags : team:logs,foo:bar
52+ dd_hostname : myhost
5453` ` `
5554
5655{% endtab %}
5756{% tab title="fluent-bit.conf" %}
5857
5958` ` ` text
6059[OUTPUT]
61- Name datadog
62- Match *
63- Host http-intake.logs.datadoghq.com
64- TLS on
65- compress gzip
66- apikey <my-datadog-api-key>
67- dd_service <my-app-service>
68- dd_source <my-app-source>
69- dd_tags team:logs,foo:bar
70- dd_hostname myhost
60+ Name datadog
61+ Match *
62+ Host http-intake.logs.datadoghq.com
63+ TLS on
64+ compress gzip
65+ apikey <my-datadog-api-key>
66+ dd_service <my-app-service>
67+ dd_source <my-app-source>
68+ dd_tags team:logs,foo:bar
69+ dd_hostname myhost
7170```
7271
7372{% endtab %}
You can’t perform that action at this time.
0 commit comments