|
34 | 34 | "pipeline": { |
35 | 35 | "inputs": [ |
36 | 36 | { |
| 37 | + "buffer_chunk_size": "256K", |
| 38 | + "buffer_max_size": "10M", |
37 | 39 | "db": "/var/log/calico/calico-fluent-bit/in_tail_flows.db", |
38 | 40 | "name": "tail", |
39 | 41 | "parser": "json", |
40 | 42 | "path": "/var/log/calico/flowlogs/flows.log", |
41 | 43 | "read_from_head": true, |
| 44 | + "skip_long_lines": true, |
42 | 45 | "storage.type": "filesystem", |
43 | 46 | "tag": "flows" |
44 | 47 | }, |
45 | 48 | { |
| 49 | + "buffer_chunk_size": "256K", |
| 50 | + "buffer_max_size": "10M", |
46 | 51 | "db": "/var/log/calico/calico-fluent-bit/in_tail_dns.db", |
47 | 52 | "name": "tail", |
48 | 53 | "parser": "json", |
49 | 54 | "path": "/var/log/calico/dnslogs/dns.log", |
50 | 55 | "read_from_head": true, |
| 56 | + "skip_long_lines": true, |
51 | 57 | "storage.type": "filesystem", |
52 | 58 | "tag": "dns" |
53 | 59 | }, |
54 | 60 | { |
| 61 | + "buffer_chunk_size": "256K", |
| 62 | + "buffer_max_size": "10M", |
55 | 63 | "db": "/var/log/calico/calico-fluent-bit/in_tail_l7.db", |
56 | 64 | "name": "tail", |
57 | 65 | "parser": "json", |
58 | 66 | "path": "/var/log/calico/l7logs/l7.log", |
59 | 67 | "read_from_head": true, |
| 68 | + "skip_long_lines": true, |
60 | 69 | "storage.type": "filesystem", |
61 | 70 | "tag": "l7" |
62 | 71 | }, |
63 | 72 | { |
| 73 | + "buffer_chunk_size": "256K", |
| 74 | + "buffer_max_size": "10M", |
64 | 75 | "db": "/var/log/calico/calico-fluent-bit/in_tail_waf.db", |
65 | 76 | "name": "tail", |
66 | 77 | "parser": "json", |
67 | 78 | "path": "/var/log/calico/waf/waf.log", |
68 | 79 | "read_from_head": true, |
| 80 | + "skip_long_lines": true, |
69 | 81 | "storage.type": "filesystem", |
70 | 82 | "tag": "waf" |
71 | 83 | }, |
72 | 84 | { |
| 85 | + "buffer_chunk_size": "256K", |
| 86 | + "buffer_max_size": "10M", |
73 | 87 | "db": "/var/log/calico/calico-fluent-bit/in_tail_runtime.db", |
74 | 88 | "name": "tail", |
75 | 89 | "parser": "json", |
76 | 90 | "path": "/var/log/calico/runtime-security/report.log", |
77 | 91 | "read_from_head": true, |
| 92 | + "skip_long_lines": true, |
78 | 93 | "storage.type": "filesystem", |
79 | 94 | "tag": "runtime" |
80 | 95 | }, |
81 | 96 | { |
| 97 | + "buffer_chunk_size": "256K", |
| 98 | + "buffer_max_size": "10M", |
82 | 99 | "db": "/var/log/calico/calico-fluent-bit/in_tail_audit.tsee.db", |
83 | 100 | "name": "tail", |
84 | 101 | "parser": "json_audit", |
85 | 102 | "path": "/var/log/calico/audit/tsee-audit.log", |
86 | 103 | "read_from_head": true, |
| 104 | + "skip_long_lines": true, |
87 | 105 | "storage.type": "filesystem", |
88 | 106 | "tag": "audit.tsee" |
89 | 107 | }, |
90 | 108 | { |
| 109 | + "buffer_chunk_size": "256K", |
| 110 | + "buffer_max_size": "10M", |
91 | 111 | "db": "/var/log/calico/calico-fluent-bit/in_tail_audit.kube.db", |
92 | 112 | "name": "tail", |
93 | 113 | "parser": "json_audit", |
94 | 114 | "path": "/var/log/calico/audit/kube-audit.log", |
95 | 115 | "read_from_head": true, |
| 116 | + "skip_long_lines": true, |
96 | 117 | "storage.type": "filesystem", |
97 | 118 | "tag": "audit.kube" |
98 | 119 | }, |
99 | 120 | { |
| 121 | + "buffer_chunk_size": "256K", |
| 122 | + "buffer_max_size": "10M", |
100 | 123 | "db": "/var/log/calico/calico-fluent-bit/in_tail_bird.db", |
101 | 124 | "name": "tail", |
102 | 125 | "parser": "bird_regex", |
103 | 126 | "path": "/var/log/calico/bird/current", |
104 | 127 | "read_from_head": true, |
| 128 | + "skip_long_lines": true, |
105 | 129 | "storage.type": "filesystem", |
106 | 130 | "tag": "bird" |
107 | 131 | }, |
108 | 132 | { |
| 133 | + "buffer_chunk_size": "256K", |
| 134 | + "buffer_max_size": "10M", |
109 | 135 | "db": "/var/log/calico/calico-fluent-bit/in_tail_bird6.db", |
110 | 136 | "name": "tail", |
111 | 137 | "parser": "bird_regex", |
112 | 138 | "path": "/var/log/calico/bird6/current", |
113 | 139 | "read_from_head": true, |
| 140 | + "skip_long_lines": true, |
114 | 141 | "storage.type": "filesystem", |
115 | 142 | "tag": "bird6" |
116 | 143 | }, |
117 | 144 | { |
| 145 | + "buffer_chunk_size": "256K", |
| 146 | + "buffer_max_size": "10M", |
118 | 147 | "db": "/var/log/calico/calico-fluent-bit/in_tail_ids.events.db", |
119 | 148 | "name": "tail", |
120 | 149 | "parser": "json_ids_events", |
121 | 150 | "path": "/var/log/calico/ids/events.log", |
122 | 151 | "read_from_head": true, |
| 152 | + "skip_long_lines": true, |
123 | 153 | "storage.type": "filesystem", |
124 | 154 | "tag": "ids.events" |
125 | 155 | }, |
126 | 156 | { |
| 157 | + "buffer_chunk_size": "256K", |
| 158 | + "buffer_max_size": "10M", |
127 | 159 | "db": "/var/log/calico/calico-fluent-bit/in_tail_compliance.reports.db", |
128 | 160 | "name": "tail", |
129 | 161 | "parser": "json", |
130 | 162 | "path": "/var/log/calico/compliance/compliance.*.reports.log", |
131 | 163 | "read_from_head": true, |
| 164 | + "skip_long_lines": true, |
132 | 165 | "storage.type": "filesystem", |
133 | 166 | "tag": "compliance.reports" |
134 | 167 | }, |
135 | 168 | { |
| 169 | + "buffer_chunk_size": "256K", |
| 170 | + "buffer_max_size": "10M", |
136 | 171 | "db": "/var/log/calico/calico-fluent-bit/in_tail_policy_activity.db", |
137 | 172 | "name": "tail", |
138 | 173 | "parser": "json", |
139 | 174 | "path": "/var/log/calico/policy/policy_activity.log", |
140 | 175 | "read_from_head": true, |
| 176 | + "skip_long_lines": true, |
141 | 177 | "storage.type": "filesystem", |
142 | 178 | "tag": "policy_activity" |
143 | 179 | }, |
|
0 commit comments