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:
51
51
52
52
``` yaml
53
53
pipeline :
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 : ' *'
64
64
` ` `
65
65
66
66
{% endtab %}
67
67
{% tab title="fluent-bit.conf" %}
68
68
69
69
` ` ` text
70
70
[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
76
76
77
77
[OUTPUT]
78
- Name stdout
79
- Match *
78
+ Name stdout
79
+ Match *
80
80
```
81
81
82
82
{% endtab %}
You can’t perform that action at this time.
0 commit comments