Skip to content

Commit a0f5707

Browse files
committed
Fixing one example with indentation not standarized missed previously for Forward input plugin. Part of issue #1802.
Signed-off-by: Eric D. Schabell <[email protected]>
1 parent ccb2779 commit a0f5707

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

pipeline/inputs/forward.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -52,32 +52,32 @@ In your main configuration file append the following:
5252

5353
```yaml
5454
pipeline:
55-
inputs:
56-
- name: forward
57-
listen: 0.0.0.0
58-
port: 24224
59-
buffer_chunk_size: 1M
60-
buffer_max_size: 6M
61-
62-
outputs:
63-
- name: stdout
64-
match: '*'
55+
inputs:
56+
- name: forward
57+
listen: 0.0.0.0
58+
port: 24224
59+
buffer_chunk_size: 1M
60+
buffer_max_size: 6M
61+
62+
outputs:
63+
- name: stdout
64+
match: '*'
6565
```
6666
6767
{% endtab %}
6868
{% tab title="fluent-bit.conf" %}
6969
7070
```text
7171
[INPUT]
72-
Name forward
73-
Listen 0.0.0.0
74-
Port 24224
75-
Buffer_Chunk_Size 1M
76-
Buffer_Max_Size 6M
72+
Name forward
73+
Listen 0.0.0.0
74+
Port 24224
75+
Buffer_Chunk_Size 1M
76+
Buffer_Max_Size 6M
7777

7878
[OUTPUT]
79-
Name stdout
80-
Match *
79+
Name stdout
80+
Match *
8181
```
8282

8383
{% endtab %}

0 commit comments

Comments
 (0)