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:
39
39
``` yaml
40
40
pipeline :
41
41
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
54
53
` ` `
55
54
56
55
{% endtab %}
57
56
{% tab title="fluent-bit.conf" %}
58
57
59
58
` ` ` text
60
59
[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
71
70
```
72
71
73
72
{% endtab %}
You can’t perform that action at this time.
0 commit comments