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 @@ -51,32 +51,32 @@ In your main configuration file append the following:
5151
5252``` yaml
5353pipeline :
54- inputs :
55- - name : forward
56- listen : 0.0.0.0
57- port : 24224
58- buffer_chunk_size : 1M
59- buffer_max_size : 6M
60-
61- outputs :
62- - name : stdout
63- match : ' *'
54+ inputs :
55+ - name : forward
56+ listen : 0.0.0.0
57+ port : 24224
58+ buffer_chunk_size : 1M
59+ buffer_max_size : 6M
60+
61+ outputs :
62+ - name : stdout
63+ match : ' *'
6464` ` `
6565
6666{% endtab %}
6767{% tab title="fluent-bit.conf" %}
6868
6969` ` ` text
7070[INPUT]
71- Name forward
72- Listen 0.0.0.0
73- Port 24224
74- Buffer_Chunk_Size 1M
75- Buffer_Max_Size 6M
71+ Name forward
72+ Listen 0.0.0.0
73+ Port 24224
74+ Buffer_Chunk_Size 1M
75+ Buffer_Max_Size 6M
7676
7777[OUTPUT]
78- Name stdout
79- Match *
78+ Name stdout
79+ Match *
8080```
8181
8282{% endtab %}
You can’t perform that action at this time.
0 commit comments