Skip to content

Commit 3be0edf

Browse files
committed
Adjusted azure log analytics code examples to use 2 space indents. Part of issue #1897.
Signed-off-by: Eric D. Schabell <[email protected]>
1 parent 543c9e8 commit 3be0edf

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

pipeline/outputs/azure.md

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -41,28 +41,28 @@ In your main configuration file append the following _Input_ & _Output_ sections
4141

4242
```yaml
4343
pipeline:
44-
inputs:
45-
- name: cpu
46-
47-
outputs:
48-
- name: azure
49-
match: '*'
50-
customer_id: abc
51-
shared_key: def
44+
inputs:
45+
- name: cpu
46+
47+
outputs:
48+
- name: azure
49+
match: '*'
50+
customer_id: abc
51+
shared_key: def
5252
```
5353
5454
{% endtab %}
5555
{% tab title="fluent-bit.conf" %}
5656
5757
```text
5858
[INPUT]
59-
Name cpu
59+
Name cpu
6060

6161
[OUTPUT]
62-
Name azure
63-
Match *
64-
Customer_ID abc
65-
Shared_Key def
62+
Name azure
63+
Match *
64+
Customer_ID abc
65+
Shared_Key def
6666
```
6767

6868
{% endtab %}
@@ -75,30 +75,30 @@ Another example using the `Log_Type_Key` with [record-accessor](https://docs.flu
7575

7676
```yaml
7777
pipeline:
78-
inputs:
79-
- name: cpu
80-
81-
outputs:
82-
- name: azure
83-
match: '*'
84-
log_type_key: $kubernetes['labels']['app']
85-
customer_id: abc
86-
shared_key: def
78+
inputs:
79+
- name: cpu
80+
81+
outputs:
82+
- name: azure
83+
match: '*'
84+
log_type_key: $kubernetes['labels']['app']
85+
customer_id: abc
86+
shared_key: def
8787
```
8888
8989
{% endtab %}
9090
{% tab title="fluent-bit.conf" %}
9191
9292
```text
9393
[INPUT]
94-
Name cpu
94+
Name cpu
9595

9696
[OUTPUT]
97-
Name azure
98-
Match *
99-
Log_Type_Key $kubernetes['labels']['app']
100-
Customer_ID abc
101-
Shared_Key def
97+
Name azure
98+
Match *
99+
Log_Type_Key $kubernetes['labels']['app']
100+
Customer_ID abc
101+
Shared_Key def
102102
```
103103

104104
{% endtab %}

0 commit comments

Comments
 (0)