Skip to content

Commit b38428a

Browse files
authored
Merge pull request #1866 from kube-logging/breaking/remove-sumologic
breaking: remove sumologic filter and output, enchance_k8s filter
2 parents 047e595 + 2a4707b commit b38428a

38 files changed

+15
-6284
lines changed

charts/logging-operator/charts/logging-operator-crds/templates/logging.banzaicloud.io_clusterflows.yaml

Lines changed: 0 additions & 410 deletions
Large diffs are not rendered by default.

charts/logging-operator/charts/logging-operator-crds/templates/logging.banzaicloud.io_clusteroutputs.yaml

Lines changed: 0 additions & 312 deletions
Original file line numberDiff line numberDiff line change
@@ -6597,162 +6597,6 @@ spec:
65976597
tag_property_name:
65986598
type: string
65996599
type: object
6600-
sumologic:
6601-
properties:
6602-
add_timestamp:
6603-
type: boolean
6604-
buffer:
6605-
properties:
6606-
chunk_full_threshold:
6607-
type: string
6608-
chunk_limit_records:
6609-
type: integer
6610-
chunk_limit_size:
6611-
type: string
6612-
compress:
6613-
type: string
6614-
delayed_commit_timeout:
6615-
type: string
6616-
disable_chunk_backup:
6617-
type: boolean
6618-
disabled:
6619-
type: boolean
6620-
flush_at_shutdown:
6621-
type: boolean
6622-
flush_interval:
6623-
type: string
6624-
flush_mode:
6625-
type: string
6626-
flush_thread_burst_interval:
6627-
type: string
6628-
flush_thread_count:
6629-
type: integer
6630-
flush_thread_interval:
6631-
type: string
6632-
overflow_action:
6633-
type: string
6634-
path:
6635-
type: string
6636-
queue_limit_length:
6637-
type: integer
6638-
queued_chunks_limit_size:
6639-
type: integer
6640-
retry_exponential_backoff_base:
6641-
type: string
6642-
retry_forever:
6643-
type: boolean
6644-
retry_max_interval:
6645-
type: string
6646-
retry_max_times:
6647-
type: integer
6648-
retry_randomize:
6649-
type: boolean
6650-
retry_secondary_threshold:
6651-
type: string
6652-
retry_timeout:
6653-
type: string
6654-
retry_type:
6655-
type: string
6656-
retry_wait:
6657-
type: string
6658-
tags:
6659-
type: string
6660-
timekey:
6661-
type: string
6662-
timekey_use_utc:
6663-
type: boolean
6664-
timekey_wait:
6665-
type: string
6666-
timekey_zone:
6667-
type: string
6668-
total_limit_size:
6669-
type: string
6670-
type:
6671-
type: string
6672-
type: object
6673-
compress:
6674-
type: boolean
6675-
compress_encoding:
6676-
type: string
6677-
custom_dimensions:
6678-
type: string
6679-
custom_fields:
6680-
items:
6681-
type: string
6682-
type: array
6683-
data_type:
6684-
type: string
6685-
delimiter:
6686-
type: string
6687-
disable_cookies:
6688-
type: boolean
6689-
endpoint:
6690-
properties:
6691-
mountFrom:
6692-
properties:
6693-
secretKeyRef:
6694-
properties:
6695-
key:
6696-
type: string
6697-
name:
6698-
default: ""
6699-
type: string
6700-
optional:
6701-
type: boolean
6702-
required:
6703-
- key
6704-
type: object
6705-
x-kubernetes-map-type: atomic
6706-
type: object
6707-
value:
6708-
type: string
6709-
valueFrom:
6710-
properties:
6711-
secretKeyRef:
6712-
properties:
6713-
key:
6714-
type: string
6715-
name:
6716-
default: ""
6717-
type: string
6718-
optional:
6719-
type: boolean
6720-
required:
6721-
- key
6722-
type: object
6723-
x-kubernetes-map-type: atomic
6724-
type: object
6725-
type: object
6726-
log_format:
6727-
type: string
6728-
log_key:
6729-
type: string
6730-
metric_data_format:
6731-
type: string
6732-
open_timeout:
6733-
type: integer
6734-
proxy_uri:
6735-
type: string
6736-
slow_flush_log_threshold:
6737-
type: string
6738-
source_category:
6739-
type: string
6740-
source_host:
6741-
type: string
6742-
source_name:
6743-
type: string
6744-
source_name_key:
6745-
type: string
6746-
sumo_client:
6747-
type: string
6748-
timestamp_key:
6749-
type: string
6750-
verify_ssl:
6751-
type: boolean
6752-
required:
6753-
- endpoint
6754-
- source_name
6755-
type: object
67566600
syslog:
67576601
properties:
67586602
allow_self_signed_cert:
@@ -14005,162 +13849,6 @@ spec:
1400513849
tag_property_name:
1400613850
type: string
1400713851
type: object
14008-
sumologic:
14009-
properties:
14010-
add_timestamp:
14011-
type: boolean
14012-
buffer:
14013-
properties:
14014-
chunk_full_threshold:
14015-
type: string
14016-
chunk_limit_records:
14017-
type: integer
14018-
chunk_limit_size:
14019-
type: string
14020-
compress:
14021-
type: string
14022-
delayed_commit_timeout:
14023-
type: string
14024-
disable_chunk_backup:
14025-
type: boolean
14026-
disabled:
14027-
type: boolean
14028-
flush_at_shutdown:
14029-
type: boolean
14030-
flush_interval:
14031-
type: string
14032-
flush_mode:
14033-
type: string
14034-
flush_thread_burst_interval:
14035-
type: string
14036-
flush_thread_count:
14037-
type: integer
14038-
flush_thread_interval:
14039-
type: string
14040-
overflow_action:
14041-
type: string
14042-
path:
14043-
type: string
14044-
queue_limit_length:
14045-
type: integer
14046-
queued_chunks_limit_size:
14047-
type: integer
14048-
retry_exponential_backoff_base:
14049-
type: string
14050-
retry_forever:
14051-
type: boolean
14052-
retry_max_interval:
14053-
type: string
14054-
retry_max_times:
14055-
type: integer
14056-
retry_randomize:
14057-
type: boolean
14058-
retry_secondary_threshold:
14059-
type: string
14060-
retry_timeout:
14061-
type: string
14062-
retry_type:
14063-
type: string
14064-
retry_wait:
14065-
type: string
14066-
tags:
14067-
type: string
14068-
timekey:
14069-
type: string
14070-
timekey_use_utc:
14071-
type: boolean
14072-
timekey_wait:
14073-
type: string
14074-
timekey_zone:
14075-
type: string
14076-
total_limit_size:
14077-
type: string
14078-
type:
14079-
type: string
14080-
type: object
14081-
compress:
14082-
type: boolean
14083-
compress_encoding:
14084-
type: string
14085-
custom_dimensions:
14086-
type: string
14087-
custom_fields:
14088-
items:
14089-
type: string
14090-
type: array
14091-
data_type:
14092-
type: string
14093-
delimiter:
14094-
type: string
14095-
disable_cookies:
14096-
type: boolean
14097-
endpoint:
14098-
properties:
14099-
mountFrom:
14100-
properties:
14101-
secretKeyRef:
14102-
properties:
14103-
key:
14104-
type: string
14105-
name:
14106-
default: ""
14107-
type: string
14108-
optional:
14109-
type: boolean
14110-
required:
14111-
- key
14112-
type: object
14113-
x-kubernetes-map-type: atomic
14114-
type: object
14115-
value:
14116-
type: string
14117-
valueFrom:
14118-
properties:
14119-
secretKeyRef:
14120-
properties:
14121-
key:
14122-
type: string
14123-
name:
14124-
default: ""
14125-
type: string
14126-
optional:
14127-
type: boolean
14128-
required:
14129-
- key
14130-
type: object
14131-
x-kubernetes-map-type: atomic
14132-
type: object
14133-
type: object
14134-
log_format:
14135-
type: string
14136-
log_key:
14137-
type: string
14138-
metric_data_format:
14139-
type: string
14140-
open_timeout:
14141-
type: integer
14142-
proxy_uri:
14143-
type: string
14144-
slow_flush_log_threshold:
14145-
type: string
14146-
source_category:
14147-
type: string
14148-
source_host:
14149-
type: string
14150-
source_name:
14151-
type: string
14152-
source_name_key:
14153-
type: string
14154-
sumo_client:
14155-
type: string
14156-
timestamp_key:
14157-
type: string
14158-
verify_ssl:
14159-
type: boolean
14160-
required:
14161-
- endpoint
14162-
- source_name
14163-
type: object
1416413852
syslog:
1416513853
properties:
1416613854
allow_self_signed_cert:

0 commit comments

Comments
 (0)