Skip to content

Commit ff7e618

Browse files
committed
Adjusted counter datadog examples to use 2 space indents. Part of issue #1899.
Signed-off-by: Eric D. Schabell <[email protected]>
1 parent 6ffb73f commit ff7e618

File tree

1 file changed

+21
-22
lines changed

1 file changed

+21
-22
lines changed

pipeline/outputs/datadog.md

Lines changed: 21 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -39,35 +39,34 @@ Get started quickly with this configuration file:
3939
```yaml
4040
pipeline:
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 %}

0 commit comments

Comments
 (0)