|
155 | 155 | "type": "object",
|
156 | 156 | "additionalProperties": false
|
157 | 157 | },
|
158 |
| - "enhanceK8s": { |
159 |
| - "properties": { |
160 |
| - "api_groups": { |
161 |
| - "items": { |
162 |
| - "type": "string" |
163 |
| - }, |
164 |
| - "type": "array" |
165 |
| - }, |
166 |
| - "bearer_token_file": { |
167 |
| - "type": "string" |
168 |
| - }, |
169 |
| - "ca_file": { |
170 |
| - "properties": { |
171 |
| - "mountFrom": { |
172 |
| - "properties": { |
173 |
| - "secretKeyRef": { |
174 |
| - "properties": { |
175 |
| - "key": { |
176 |
| - "type": "string" |
177 |
| - }, |
178 |
| - "name": { |
179 |
| - "default": "", |
180 |
| - "type": "string" |
181 |
| - }, |
182 |
| - "optional": { |
183 |
| - "type": "boolean" |
184 |
| - } |
185 |
| - }, |
186 |
| - "required": [ |
187 |
| - "key" |
188 |
| - ], |
189 |
| - "type": "object", |
190 |
| - "x-kubernetes-map-type": "atomic", |
191 |
| - "additionalProperties": false |
192 |
| - } |
193 |
| - }, |
194 |
| - "type": "object", |
195 |
| - "additionalProperties": false |
196 |
| - }, |
197 |
| - "value": { |
198 |
| - "type": "string" |
199 |
| - }, |
200 |
| - "valueFrom": { |
201 |
| - "properties": { |
202 |
| - "secretKeyRef": { |
203 |
| - "properties": { |
204 |
| - "key": { |
205 |
| - "type": "string" |
206 |
| - }, |
207 |
| - "name": { |
208 |
| - "default": "", |
209 |
| - "type": "string" |
210 |
| - }, |
211 |
| - "optional": { |
212 |
| - "type": "boolean" |
213 |
| - } |
214 |
| - }, |
215 |
| - "required": [ |
216 |
| - "key" |
217 |
| - ], |
218 |
| - "type": "object", |
219 |
| - "x-kubernetes-map-type": "atomic", |
220 |
| - "additionalProperties": false |
221 |
| - } |
222 |
| - }, |
223 |
| - "type": "object", |
224 |
| - "additionalProperties": false |
225 |
| - } |
226 |
| - }, |
227 |
| - "type": "object", |
228 |
| - "additionalProperties": false |
229 |
| - }, |
230 |
| - "cache_refresh": { |
231 |
| - "type": "integer" |
232 |
| - }, |
233 |
| - "cache_refresh_variation": { |
234 |
| - "type": "integer" |
235 |
| - }, |
236 |
| - "cache_size": { |
237 |
| - "type": "integer" |
238 |
| - }, |
239 |
| - "cache_ttl": { |
240 |
| - "type": "integer" |
241 |
| - }, |
242 |
| - "client_cert": { |
243 |
| - "properties": { |
244 |
| - "mountFrom": { |
245 |
| - "properties": { |
246 |
| - "secretKeyRef": { |
247 |
| - "properties": { |
248 |
| - "key": { |
249 |
| - "type": "string" |
250 |
| - }, |
251 |
| - "name": { |
252 |
| - "default": "", |
253 |
| - "type": "string" |
254 |
| - }, |
255 |
| - "optional": { |
256 |
| - "type": "boolean" |
257 |
| - } |
258 |
| - }, |
259 |
| - "required": [ |
260 |
| - "key" |
261 |
| - ], |
262 |
| - "type": "object", |
263 |
| - "x-kubernetes-map-type": "atomic", |
264 |
| - "additionalProperties": false |
265 |
| - } |
266 |
| - }, |
267 |
| - "type": "object", |
268 |
| - "additionalProperties": false |
269 |
| - }, |
270 |
| - "value": { |
271 |
| - "type": "string" |
272 |
| - }, |
273 |
| - "valueFrom": { |
274 |
| - "properties": { |
275 |
| - "secretKeyRef": { |
276 |
| - "properties": { |
277 |
| - "key": { |
278 |
| - "type": "string" |
279 |
| - }, |
280 |
| - "name": { |
281 |
| - "default": "", |
282 |
| - "type": "string" |
283 |
| - }, |
284 |
| - "optional": { |
285 |
| - "type": "boolean" |
286 |
| - } |
287 |
| - }, |
288 |
| - "required": [ |
289 |
| - "key" |
290 |
| - ], |
291 |
| - "type": "object", |
292 |
| - "x-kubernetes-map-type": "atomic", |
293 |
| - "additionalProperties": false |
294 |
| - } |
295 |
| - }, |
296 |
| - "type": "object", |
297 |
| - "additionalProperties": false |
298 |
| - } |
299 |
| - }, |
300 |
| - "type": "object", |
301 |
| - "additionalProperties": false |
302 |
| - }, |
303 |
| - "client_key": { |
304 |
| - "properties": { |
305 |
| - "mountFrom": { |
306 |
| - "properties": { |
307 |
| - "secretKeyRef": { |
308 |
| - "properties": { |
309 |
| - "key": { |
310 |
| - "type": "string" |
311 |
| - }, |
312 |
| - "name": { |
313 |
| - "default": "", |
314 |
| - "type": "string" |
315 |
| - }, |
316 |
| - "optional": { |
317 |
| - "type": "boolean" |
318 |
| - } |
319 |
| - }, |
320 |
| - "required": [ |
321 |
| - "key" |
322 |
| - ], |
323 |
| - "type": "object", |
324 |
| - "x-kubernetes-map-type": "atomic", |
325 |
| - "additionalProperties": false |
326 |
| - } |
327 |
| - }, |
328 |
| - "type": "object", |
329 |
| - "additionalProperties": false |
330 |
| - }, |
331 |
| - "value": { |
332 |
| - "type": "string" |
333 |
| - }, |
334 |
| - "valueFrom": { |
335 |
| - "properties": { |
336 |
| - "secretKeyRef": { |
337 |
| - "properties": { |
338 |
| - "key": { |
339 |
| - "type": "string" |
340 |
| - }, |
341 |
| - "name": { |
342 |
| - "default": "", |
343 |
| - "type": "string" |
344 |
| - }, |
345 |
| - "optional": { |
346 |
| - "type": "boolean" |
347 |
| - } |
348 |
| - }, |
349 |
| - "required": [ |
350 |
| - "key" |
351 |
| - ], |
352 |
| - "type": "object", |
353 |
| - "x-kubernetes-map-type": "atomic", |
354 |
| - "additionalProperties": false |
355 |
| - } |
356 |
| - }, |
357 |
| - "type": "object", |
358 |
| - "additionalProperties": false |
359 |
| - } |
360 |
| - }, |
361 |
| - "type": "object", |
362 |
| - "additionalProperties": false |
363 |
| - }, |
364 |
| - "core_api_versions": { |
365 |
| - "items": { |
366 |
| - "type": "string" |
367 |
| - }, |
368 |
| - "type": "array" |
369 |
| - }, |
370 |
| - "data_type": { |
371 |
| - "type": "string" |
372 |
| - }, |
373 |
| - "in_namespace_path": { |
374 |
| - "items": { |
375 |
| - "type": "string" |
376 |
| - }, |
377 |
| - "type": "array" |
378 |
| - }, |
379 |
| - "in_pod_path": { |
380 |
| - "items": { |
381 |
| - "type": "string" |
382 |
| - }, |
383 |
| - "type": "array" |
384 |
| - }, |
385 |
| - "kubernetes_url": { |
386 |
| - "type": "string" |
387 |
| - }, |
388 |
| - "secret_dir": { |
389 |
| - "type": "string" |
390 |
| - }, |
391 |
| - "ssl_partial_chain": { |
392 |
| - "type": "boolean" |
393 |
| - }, |
394 |
| - "verify_ssl": { |
395 |
| - "type": "boolean" |
396 |
| - } |
397 |
| - }, |
398 |
| - "type": "object", |
399 |
| - "additionalProperties": false |
400 |
| - }, |
401 | 158 | "geoip": {
|
402 | 159 | "properties": {
|
403 | 160 | "backend_library": {
|
|
676 | 433 | "format_firstline": {
|
677 | 434 | "type": "string"
|
678 | 435 | },
|
| 436 | + "format_key": { |
| 437 | + "type": "string" |
| 438 | + }, |
679 | 439 | "grok_failure_key": {
|
680 | 440 | "type": "string"
|
681 | 441 | },
|
|
815 | 575 | "format": {
|
816 | 576 | "type": "string"
|
817 | 577 | },
|
| 578 | + "format_name": { |
| 579 | + "type": "string" |
| 580 | + }, |
818 | 581 | "grok_failure_key": {
|
819 | 582 | "type": "string"
|
820 | 583 | },
|
|
1003 | 766 | "format_firstline": {
|
1004 | 767 | "type": "string"
|
1005 | 768 | },
|
| 769 | + "format_key": { |
| 770 | + "type": "string" |
| 771 | + }, |
1006 | 772 | "grok_failure_key": {
|
1007 | 773 | "type": "string"
|
1008 | 774 | },
|
|
1142 | 908 | "format": {
|
1143 | 909 | "type": "string"
|
1144 | 910 | },
|
| 911 | + "format_name": { |
| 912 | + "type": "string" |
| 913 | + }, |
1145 | 914 | "grok_failure_key": {
|
1146 | 915 | "type": "string"
|
1147 | 916 | },
|
|
1405 | 1174 | "type": "object",
|
1406 | 1175 | "additionalProperties": false
|
1407 | 1176 | },
|
1408 |
| - "sumologic": { |
1409 |
| - "properties": { |
1410 |
| - "collector_key_name": { |
1411 |
| - "type": "string" |
1412 |
| - }, |
1413 |
| - "collector_value": { |
1414 |
| - "type": "string" |
1415 |
| - }, |
1416 |
| - "exclude_container_regex": { |
1417 |
| - "type": "string" |
1418 |
| - }, |
1419 |
| - "exclude_facility_regex": { |
1420 |
| - "type": "string" |
1421 |
| - }, |
1422 |
| - "exclude_host_regex": { |
1423 |
| - "type": "string" |
1424 |
| - }, |
1425 |
| - "exclude_namespace_regex": { |
1426 |
| - "type": "string" |
1427 |
| - }, |
1428 |
| - "exclude_pod_regex": { |
1429 |
| - "type": "string" |
1430 |
| - }, |
1431 |
| - "exclude_priority_regex": { |
1432 |
| - "type": "string" |
1433 |
| - }, |
1434 |
| - "exclude_unit_regex": { |
1435 |
| - "type": "string" |
1436 |
| - }, |
1437 |
| - "log_format": { |
1438 |
| - "type": "string" |
1439 |
| - }, |
1440 |
| - "source_category": { |
1441 |
| - "type": "string" |
1442 |
| - }, |
1443 |
| - "source_category_key_name": { |
1444 |
| - "type": "string" |
1445 |
| - }, |
1446 |
| - "source_category_prefix": { |
1447 |
| - "type": "string" |
1448 |
| - }, |
1449 |
| - "source_category_replace_dash": { |
1450 |
| - "type": "string" |
1451 |
| - }, |
1452 |
| - "source_host": { |
1453 |
| - "type": "string" |
1454 |
| - }, |
1455 |
| - "source_host_key_name": { |
1456 |
| - "type": "string" |
1457 |
| - }, |
1458 |
| - "source_name": { |
1459 |
| - "type": "string" |
1460 |
| - }, |
1461 |
| - "source_name_key_name": { |
1462 |
| - "type": "string" |
1463 |
| - }, |
1464 |
| - "tracing_annotation_prefix": { |
1465 |
| - "type": "string" |
1466 |
| - }, |
1467 |
| - "tracing_container_name": { |
1468 |
| - "type": "string" |
1469 |
| - }, |
1470 |
| - "tracing_format": { |
1471 |
| - "type": "boolean" |
1472 |
| - }, |
1473 |
| - "tracing_host": { |
1474 |
| - "type": "string" |
1475 |
| - }, |
1476 |
| - "tracing_label_prefix": { |
1477 |
| - "type": "string" |
1478 |
| - }, |
1479 |
| - "tracing_namespace": { |
1480 |
| - "type": "string" |
1481 |
| - }, |
1482 |
| - "tracing_pod": { |
1483 |
| - "type": "string" |
1484 |
| - }, |
1485 |
| - "tracing_pod_id": { |
1486 |
| - "type": "string" |
1487 |
| - } |
1488 |
| - }, |
1489 |
| - "type": "object", |
1490 |
| - "additionalProperties": false |
1491 |
| - }, |
1492 | 1177 | "tag_normaliser": {
|
1493 | 1178 | "properties": {
|
1494 | 1179 | "format": {
|
|
0 commit comments