Skip to content

Commit 0e9af42

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

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

pipeline/outputs/dynatrace.md

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -40,41 +40,41 @@ To get started with sending logs to Dynatrace:
4040
```yaml
4141
pipeline:
4242

43-
outputs:
44-
- name: http
45-
match: '*'
46-
header:
47-
- 'Content-Type application/json; charset=utf-8'
48-
- 'Authorization Api-Token {your-API-token-here}'
49-
allow_duplicated_headers: false
50-
host: {your-environment-id}.live.dynatrace.com
51-
port: 443
52-
uri: /api/v2/logs/ingest
53-
format: json
54-
json_date_format: iso8601
55-
json_date_key: timestamp
56-
tls: on
57-
tls.verify: on
43+
outputs:
44+
- name: http
45+
match: '*'
46+
header:
47+
- 'Content-Type application/json; charset=utf-8'
48+
- 'Authorization Api-Token {your-API-token-here}'
49+
allow_duplicated_headers: false
50+
host: {your-environment-id}.live.dynatrace.com
51+
port: 443
52+
uri: /api/v2/logs/ingest
53+
format: json
54+
json_date_format: iso8601
55+
json_date_key: timestamp
56+
tls: on
57+
tls.verify: on
5858
```
5959
6060
{% endtab %}
6161
{% tab title="fluent-bit.conf" %}
6262
6363
```text
6464
[OUTPUT]
65-
name http
66-
match *
67-
header Content-Type application/json; charset=utf-8
68-
header Authorization Api-Token {your-API-token-here}
69-
allow_duplicated_headers false
70-
host {your-environment-id}.live.dynatrace.com
71-
Port 443
72-
URI /api/v2/logs/ingest
73-
Format json
74-
json_date_format iso8601
75-
json_date_key timestamp
76-
tls On
77-
tls.verify On
65+
name http
66+
match *
67+
header Content-Type application/json; charset=utf-8
68+
header Authorization Api-Token {your-API-token-here}
69+
allow_duplicated_headers false
70+
host {your-environment-id}.live.dynatrace.com
71+
Port 443
72+
URI /api/v2/logs/ingest
73+
Format json
74+
json_date_format iso8601
75+
json_date_key timestamp
76+
tls On
77+
tls.verify On
7878
```
7979

8080
{% endtab %}

0 commit comments

Comments
 (0)