File tree Expand file tree Collapse file tree 1 file changed +21
-2
lines changed Expand file tree Collapse file tree 1 file changed +21
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,26 @@ The plugin supports the following configuration parameters:
1717
1818Here is a basic configuration example:
1919
20- ``` python
20+ {% tabs %}
21+ {% tab title="fluent-bit.yaml" %}
22+
23+ ``` yaml
24+ pipeline :
25+ inputs :
26+ - name : collectd
27+ listen : 0.0.0.0
28+ port : 25826
29+ typesdb : ' /user/share/collectd/types.db,/etc/collectd/custom.db'
30+
31+ outputs :
32+ - name : stdout
33+ match : ' *'
34+ ` ` `
35+
36+ {% endtab %}
37+ {% tab title="fluent-bit.conf" %}
38+
39+ ` ` ` text
2140[INPUT]
2241 Name collectd
2342 Listen 0.0.0.0
@@ -31,4 +50,4 @@ Here is a basic configuration example:
3150
3251With this configuration, Fluent Bit listens to ` 0.0.0.0:25826 ` , and outputs incoming datagram packets to ` stdout ` .
3352
34- You must set the same ` types.db ` files that your ` collectd ` server uses. Otherwise, Fluent Bit might not be able to interpret the payload properly.
53+ You must set the same ` types.db ` files that your ` collectd ` server uses. Otherwise, Fluent Bit might not be able to interpret the payload properly.
You can’t perform that action at this time.
0 commit comments