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
41
41
42
42
``` yaml
43
43
pipeline :
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
52
52
` ` `
53
53
54
54
{% endtab %}
55
55
{% tab title="fluent-bit.conf" %}
56
56
57
57
` ` ` text
58
58
[INPUT]
59
- Name cpu
59
+ Name cpu
60
60
61
61
[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
66
66
```
67
67
68
68
{% endtab %}
@@ -75,30 +75,30 @@ Another example using the `Log_Type_Key` with [record-accessor](https://docs.flu
75
75
76
76
``` yaml
77
77
pipeline :
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
87
87
` ` `
88
88
89
89
{% endtab %}
90
90
{% tab title="fluent-bit.conf" %}
91
91
92
92
` ` ` text
93
93
[INPUT]
94
- Name cpu
94
+ Name cpu
95
95
96
96
[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
102
102
```
103
103
104
104
{% endtab %}
You can’t perform that action at this time.
0 commit comments