File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -52,32 +52,32 @@ In your main configuration file append the following:
5252
5353``` yaml
5454pipeline :
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 %}
You can’t perform that action at this time.
0 commit comments