-
Notifications
You must be signed in to change notification settings - Fork 322
Expand file tree
/
Copy pathfluentd-cluster-cfg-input-order-by-index.cfg
More file actions
91 lines (91 loc) · 2.34 KB
/
fluentd-cluster-cfg-input-order-by-index.cfg
File metadata and controls
91 lines (91 loc) · 2.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<source>
@type forward
bind 0.0.0.0
port 24224
</source>
<source>
@id ClusterFluentdConfig-cluster-fluentd-config::cluster::clusterinput::fluentd-input-order-0
@type sample
rate 1
tag input-order-00
</source>
<source>
@id ClusterFluentdConfig-cluster-fluentd-config::cluster::clusterinput::fluentd-input-order-1
@type sample
rate 2
tag input-order-01
</source>
<source>
@id ClusterFluentdConfig-cluster-fluentd-config::cluster::clusterinput::fluentd-input-order-2
@type sample
rate 3
tag input-order-02
</source>
<source>
@id ClusterFluentdConfig-cluster-fluentd-config::cluster::clusterinput::fluentd-input-order-3
@type sample
rate 4
tag input-order-03
</source>
<source>
@id ClusterFluentdConfig-cluster-fluentd-config::cluster::clusterinput::fluentd-input-order-4
@type sample
rate 5
tag input-order-04
</source>
<source>
@id ClusterFluentdConfig-cluster-fluentd-config::cluster::clusterinput::fluentd-input-order-5
@type sample
rate 6
tag input-order-05
</source>
<source>
@id ClusterFluentdConfig-cluster-fluentd-config::cluster::clusterinput::fluentd-input-order-6
@type sample
rate 7
tag input-order-06
</source>
<source>
@id ClusterFluentdConfig-cluster-fluentd-config::cluster::clusterinput::fluentd-input-order-7
@type sample
rate 8
tag input-order-07
</source>
<source>
@id ClusterFluentdConfig-cluster-fluentd-config::cluster::clusterinput::fluentd-input-order-8
@type sample
rate 9
tag input-order-08
</source>
<source>
@id ClusterFluentdConfig-cluster-fluentd-config::cluster::clusterinput::fluentd-input-order-9
@type sample
rate 10
tag input-order-09
</source>
<source>
@id ClusterFluentdConfig-cluster-fluentd-config::cluster::clusterinput::fluentd-input-order-10
@type sample
rate 11
tag input-order-10
</source>
<match **>
@id main
@type label_router
<route>
@label @a2170d34e9940ec56d328100e375c43e
<match>
namespaces default,kube-system
</match>
</route>
</match>
<label @a2170d34e9940ec56d328100e375c43e>
<match **>
@id ClusterFluentdConfig-cluster-fluentd-config::cluster::clusteroutput::fluentd-output-es-0
@type elasticsearch
host elasticsearch-logging-data.kubesphere-logging-system.svc
logstash_format true
logstash_prefix ks-logstash-log
port 9200
</match>
</label>