We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aca6c7 commit 6059c2aCopy full SHA for 6059c2a
pipeline/inputs/thermal.md
@@ -59,6 +59,8 @@ Copyright (C) Treasure Data
59
60
In your main configuration file append the following _Input_ & _Output_ sections:
61
62
+{% tabs %}
63
+{% tab title="fluent-bit.conf" %}
64
```python
65
[INPUT]
66
Name thermal
@@ -68,4 +70,17 @@ In your main configuration file append the following _Input_ & _Output_ sections
68
70
Name stdout
69
71
Match *
72
```
-
73
+{% endtab %}
74
+
75
+{% tab title="fluent-bit.yaml" %}
76
+```yaml
77
+pipeline:
78
+ inputs:
79
+ - name: thermal
80
+ tag: my_thermal
81
+ outputs:
82
+ - name: stdout
83
+ match: '*'
84
+```
85
86
+{% endtabs %}
0 commit comments