File tree Expand file tree Collapse file tree 1 file changed +28
-28
lines changed Expand file tree Collapse file tree 1 file changed +28
-28
lines changed Original file line number Diff line number Diff line change @@ -41,28 +41,28 @@ In your main configuration file append the following _Input_ & _Output_ sections
4141
4242``` yaml
4343pipeline :
44- inputs :
45- - name : cpu
46-
47- outputs :
48- - name : azure
49- match : ' *'
50- customer_id : abc
51- shared_key : def
44+ inputs :
45+ - name : cpu
46+
47+ outputs :
48+ - name : azure
49+ match : ' *'
50+ customer_id : abc
51+ shared_key : def
5252` ` `
5353
5454{% endtab %}
5555{% tab title="fluent-bit.conf" %}
5656
5757` ` ` text
5858[INPUT]
59- Name cpu
59+ Name cpu
6060
6161[OUTPUT]
62- Name azure
63- Match *
64- Customer_ID abc
65- Shared_Key def
62+ Name azure
63+ Match *
64+ Customer_ID abc
65+ Shared_Key def
6666```
6767
6868{% endtab %}
@@ -75,30 +75,30 @@ Another example using the `Log_Type_Key` with [record-accessor](https://docs.flu
7575
7676``` yaml
7777pipeline :
78- inputs :
79- - name : cpu
80-
81- outputs :
82- - name : azure
83- match : ' *'
84- log_type_key : $kubernetes['labels']['app']
85- customer_id : abc
86- shared_key : def
78+ inputs :
79+ - name : cpu
80+
81+ outputs :
82+ - name : azure
83+ match : ' *'
84+ log_type_key : $kubernetes['labels']['app']
85+ customer_id : abc
86+ shared_key : def
8787` ` `
8888
8989{% endtab %}
9090{% tab title="fluent-bit.conf" %}
9191
9292` ` ` text
9393[INPUT]
94- Name cpu
94+ Name cpu
9595
9696[OUTPUT]
97- Name azure
98- Match *
99- Log_Type_Key $kubernetes['labels']['app']
100- Customer_ID abc
101- Shared_Key def
97+ Name azure
98+ Match *
99+ Log_Type_Key $kubernetes['labels']['app']
100+ Customer_ID abc
101+ Shared_Key def
102102```
103103
104104{% endtab %}
You can’t perform that action at this time.
0 commit comments