File tree Expand file tree Collapse file tree 1 file changed +59
-0
lines changed Expand file tree Collapse file tree 1 file changed +59
-0
lines changed Original file line number Diff line number Diff line change
1
+ apiVersion : logging.banzaicloud.io/v1beta1
2
+ kind : Logging
3
+ metadata :
4
+ name : multi
5
+ spec :
6
+ fluentd : {}
7
+ # # the legacy fluentbit spec should now be used separately
8
+ # fluentbit:
9
+ # positiondb:
10
+ # hostPath:
11
+ # path: ""
12
+ # bufferStorageVolume:
13
+ # hostPath:
14
+ # path: ""
15
+ controlNamespace : default
16
+ ---
17
+ apiVersion : logging.banzaicloud.io/v1beta1
18
+ kind : FluentbitAgent
19
+ metadata :
20
+ # important to use the same name as the logging agent does
21
+ name : multi
22
+ spec :
23
+ positiondb :
24
+ hostPath :
25
+ path : " "
26
+ bufferStorageVolume :
27
+ hostPath :
28
+ path : " "
29
+ ---
30
+ apiVersion : logging.banzaicloud.io/v1beta1
31
+ kind : FluentbitAgent
32
+ metadata :
33
+ name : multi-2
34
+ spec :
35
+ positiondb :
36
+ hostPath :
37
+ path : " "
38
+ bufferStorageVolume :
39
+ hostPath :
40
+ path : " "
41
+ ---
42
+ apiVersion : logging.banzaicloud.io/v1beta1
43
+ kind : Flow
44
+ metadata :
45
+ name : all
46
+ spec :
47
+ filters :
48
+ - stdout : {}
49
+ match :
50
+ - select : {}
51
+ localOutputRefs :
52
+ - " null"
53
+ ---
54
+ apiVersion : logging.banzaicloud.io/v1beta1
55
+ kind : Output
56
+ metadata :
57
+ name : " null"
58
+ spec :
59
+ nullout : {}
You can’t perform that action at this time.
0 commit comments