make charts

pull/2245/head
Mauren Berti 2022-12-07 15:39:36 -05:00
parent 70e0f412f1
commit 6f2f8b6a42
No known key found for this signature in database
GPG Key ID: 777EC11C23B91E1E
16 changed files with 1760 additions and 63 deletions

View File

@ -4,7 +4,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.5.0
controller-gen.kubebuilder.io/version: v0.6.0
creationTimestamp: null
name: eventtailers.logging-extensions.banzaicloud.io
spec:

View File

@ -4,7 +4,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.5.0
controller-gen.kubebuilder.io/version: v0.6.0
creationTimestamp: null
name: hosttailers.logging-extensions.banzaicloud.io
spec:

View File

@ -4,7 +4,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.5.0
controller-gen.kubebuilder.io/version: v0.6.0
creationTimestamp: null
name: clusterflows.logging.banzaicloud.io
spec:
@ -90,6 +90,8 @@ spec:
items:
type: string
type: array
match_tag:
type: string
max_bytes:
type: integer
max_lines:
@ -386,7 +388,38 @@ spec:
parse:
properties:
custom_pattern_path:
type: string
properties:
mountFrom:
properties:
secretKeyRef:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
type: object
value:
type: string
valueFrom:
properties:
secretKeyRef:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
type: object
type: object
delimiter:
type: string
delimiter_pattern:
@ -432,12 +465,12 @@ spec:
type: string
local_time:
type: boolean
multi_line_start_regexp:
type: string
multiline:
items:
type: string
type: array
multiline_start_regexp:
type: string
null_empty_string:
type: boolean
null_value_pattern:
@ -445,16 +478,76 @@ spec:
patterns:
items:
properties:
custom_pattern_path:
properties:
mountFrom:
properties:
secretKeyRef:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
type: object
value:
type: string
valueFrom:
properties:
secretKeyRef:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
type: object
type: object
estimate_current_event:
type: boolean
expression:
type: string
format:
type: string
grok_failure_key:
type: string
grok_name_key:
type: string
grok_pattern:
type: string
grok_patterns:
items:
properties:
keep_time_key:
type: boolean
name:
type: string
pattern:
type: string
time_format:
type: string
time_key:
type: string
timezone:
type: string
required:
- pattern
type: object
type: array
keep_time_key:
type: boolean
local_time:
type: boolean
multiline_start_regexp:
type: string
null_empty_string:
type: boolean
null_value_pattern:
@ -494,7 +587,38 @@ spec:
items:
properties:
custom_pattern_path:
type: string
properties:
mountFrom:
properties:
secretKeyRef:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
type: object
value:
type: string
valueFrom:
properties:
secretKeyRef:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
type: object
type: object
delimiter:
type: string
delimiter_pattern:
@ -540,12 +664,12 @@ spec:
type: string
local_time:
type: boolean
multi_line_start_regexp:
type: string
multiline:
items:
type: string
type: array
multiline_start_regexp:
type: string
null_empty_string:
type: boolean
null_value_pattern:
@ -553,16 +677,76 @@ spec:
patterns:
items:
properties:
custom_pattern_path:
properties:
mountFrom:
properties:
secretKeyRef:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
type: object
value:
type: string
valueFrom:
properties:
secretKeyRef:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
type: object
type: object
estimate_current_event:
type: boolean
expression:
type: string
format:
type: string
grok_failure_key:
type: string
grok_name_key:
type: string
grok_pattern:
type: string
grok_patterns:
items:
properties:
keep_time_key:
type: boolean
name:
type: string
pattern:
type: string
time_format:
type: string
time_key:
type: string
timezone:
type: string
required:
- pattern
type: object
type: array
keep_time_key:
type: boolean
local_time:
type: boolean
multiline_start_regexp:
type: string
null_empty_string:
type: boolean
null_value_pattern:
@ -755,6 +939,8 @@ spec:
properties:
format:
type: string
match_tag:
type: string
type: object
throttle:
properties:
@ -919,6 +1105,8 @@ spec:
items:
type: string
type: array
match_tag:
type: string
max_bytes:
type: integer
max_lines:
@ -1215,7 +1403,38 @@ spec:
parse:
properties:
custom_pattern_path:
type: string
properties:
mountFrom:
properties:
secretKeyRef:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
type: object
value:
type: string
valueFrom:
properties:
secretKeyRef:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
type: object
type: object
delimiter:
type: string
delimiter_pattern:
@ -1261,12 +1480,12 @@ spec:
type: string
local_time:
type: boolean
multi_line_start_regexp:
type: string
multiline:
items:
type: string
type: array
multiline_start_regexp:
type: string
null_empty_string:
type: boolean
null_value_pattern:
@ -1274,16 +1493,76 @@ spec:
patterns:
items:
properties:
custom_pattern_path:
properties:
mountFrom:
properties:
secretKeyRef:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
type: object
value:
type: string
valueFrom:
properties:
secretKeyRef:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
type: object
type: object
estimate_current_event:
type: boolean
expression:
type: string
format:
type: string
grok_failure_key:
type: string
grok_name_key:
type: string
grok_pattern:
type: string
grok_patterns:
items:
properties:
keep_time_key:
type: boolean
name:
type: string
pattern:
type: string
time_format:
type: string
time_key:
type: string
timezone:
type: string
required:
- pattern
type: object
type: array
keep_time_key:
type: boolean
local_time:
type: boolean
multiline_start_regexp:
type: string
null_empty_string:
type: boolean
null_value_pattern:
@ -1323,7 +1602,38 @@ spec:
items:
properties:
custom_pattern_path:
type: string
properties:
mountFrom:
properties:
secretKeyRef:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
type: object
value:
type: string
valueFrom:
properties:
secretKeyRef:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
type: object
type: object
delimiter:
type: string
delimiter_pattern:
@ -1369,12 +1679,12 @@ spec:
type: string
local_time:
type: boolean
multi_line_start_regexp:
type: string
multiline:
items:
type: string
type: array
multiline_start_regexp:
type: string
null_empty_string:
type: boolean
null_value_pattern:
@ -1382,16 +1692,76 @@ spec:
patterns:
items:
properties:
custom_pattern_path:
properties:
mountFrom:
properties:
secretKeyRef:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
type: object
value:
type: string
valueFrom:
properties:
secretKeyRef:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
type: object
type: object
estimate_current_event:
type: boolean
expression:
type: string
format:
type: string
grok_failure_key:
type: string
grok_name_key:
type: string
grok_pattern:
type: string
grok_patterns:
items:
properties:
keep_time_key:
type: boolean
name:
type: string
pattern:
type: string
time_format:
type: string
time_key:
type: string
timezone:
type: string
required:
- pattern
type: object
type: array
keep_time_key:
type: boolean
local_time:
type: boolean
multiline_start_regexp:
type: string
null_empty_string:
type: boolean
null_value_pattern:
@ -1584,6 +1954,8 @@ spec:
properties:
format:
type: string
match_tag:
type: string
type: object
throttle:
properties:

View File

@ -4,7 +4,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.5.0
controller-gen.kubebuilder.io/version: v0.6.0
creationTimestamp: null
name: clusteroutputs.logging.banzaicloud.io
spec:
@ -289,6 +289,10 @@ spec:
type: boolean
data_stream_ilm_name:
type: string
data_stream_ilm_policy:
type: string
data_stream_ilm_policy_overwrite:
type: boolean
data_stream_name:
type: string
data_stream_template_name:
@ -539,6 +543,8 @@ spec:
type: object
exception_backup:
type: boolean
fail_on_detecting_es_version_retry_exceed:
type: boolean
fail_on_putting_template_retry_exceed:
type: boolean
flatten_hashes:
@ -673,6 +679,8 @@ spec:
type: string
scheme:
type: string
slow_flush_log_threshold:
type: string
sniffer_class_name:
type: string
ssl_max_version:
@ -939,6 +947,8 @@ spec:
type: string
path:
type: string
slow_flush_log_threshold:
type: string
required:
- azure_container
- azure_storage_account
@ -1159,6 +1169,8 @@ spec:
type: string
retention_in_days_key:
type: string
slow_flush_log_threshold:
type: string
use_tag_as_group:
type: boolean
use_tag_as_stream:
@ -1294,6 +1306,8 @@ spec:
type: string
service:
type: string
slow_flush_log_threshold:
type: string
ssl_port:
type: string
tag_key:
@ -1561,6 +1575,10 @@ spec:
type: boolean
data_stream_ilm_name:
type: string
data_stream_ilm_policy:
type: string
data_stream_ilm_policy_overwrite:
type: boolean
data_stream_name:
type: string
data_stream_template_name:
@ -1573,6 +1591,8 @@ spec:
type: boolean
exception_backup:
type: boolean
fail_on_detecting_es_version_retry_exceed:
type: boolean
fail_on_putting_template_retry_exceed:
type: boolean
flatten_hashes:
@ -1688,6 +1708,8 @@ spec:
type: string
scheme:
type: string
slow_flush_log_threshold:
type: string
sniffer_class_name:
type: string
ssl_max_version:
@ -1876,6 +1898,8 @@ spec:
type: string
recompress:
type: boolean
slow_flush_log_threshold:
type: string
symlink_path:
type: boolean
required:
@ -2112,6 +2136,8 @@ spec:
- host
type: object
type: array
slow_flush_log_threshold:
type: string
tls_allow_self_signed_cert:
type: boolean
tls_cert_logical_store_name:
@ -2424,6 +2450,8 @@ spec:
type: string
project:
type: string
slow_flush_log_threshold:
type: string
storage_class:
type: string
store_as:
@ -2636,6 +2664,8 @@ spec:
items:
type: integer
type: array
slow_flush_log_threshold:
type: string
ssl_timeout:
type: integer
tls_ca_cert_path:
@ -2903,6 +2933,39 @@ spec:
type: integer
kafka_agg_max_messages:
type: integer
keytab:
properties:
mountFrom:
properties:
secretKeyRef:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
type: object
value:
type: string
valueFrom:
properties:
secretKeyRef:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
type: object
type: object
max_send_retries:
type: integer
message_key_key:
@ -2944,12 +3007,16 @@ spec:
type: object
type: object
type: object
principal:
type: string
required_acks:
type: integer
sasl_over_ssl:
type: boolean
scram_mechanism:
type: string
slow_flush_log_threshold:
type: string
ssl_ca_cert:
properties:
mountFrom:
@ -3351,6 +3418,8 @@ spec:
type: boolean
retries_on_batch_request:
type: integer
slow_flush_log_threshold:
type: string
stream_name:
type: string
required:
@ -3439,6 +3508,8 @@ spec:
type: string
request_timeout:
type: string
slow_flush_log_threshold:
type: string
tags:
type: string
required:
@ -3574,6 +3645,8 @@ spec:
type: integer
retry_sleep:
type: integer
slow_flush_log_threshold:
type: string
required:
- endpoint
type: object
@ -3802,6 +3875,8 @@ spec:
items:
type: string
type: array
slow_flush_log_threshold:
type: string
tenant:
type: string
url:
@ -4249,6 +4324,8 @@ spec:
type: string
selector_class_name:
type: string
slow_flush_log_threshold:
type: string
sniffer_class_name:
type: string
ssl_verify:
@ -4515,6 +4592,8 @@ spec:
type: string
read_timeout:
type: integer
slow_flush_log_threshold:
type: string
store_as:
type: string
upload_crc_enable:
@ -4658,6 +4737,8 @@ spec:
type: object
port:
type: integer
slow_flush_log_threshold:
type: string
strftime_format:
type: string
ttl:
@ -4920,6 +5001,8 @@ spec:
type: object
signature_version:
type: string
slow_flush_log_threshold:
type: string
sse_customer_algorithm:
type: string
sse_customer_key:
@ -5236,6 +5319,8 @@ spec:
type: string
read_timeout:
type: integer
slow_flush_log_threshold:
type: string
source:
type: string
source_key:
@ -5399,6 +5484,8 @@ spec:
type: string
region:
type: string
slow_flush_log_threshold:
type: string
sqs_url:
type: string
tag_property_name:
@ -5536,6 +5623,8 @@ spec:
type: integer
proxy_uri:
type: string
slow_flush_log_threshold:
type: string
source_category:
type: string
source_host:
@ -5763,6 +5852,8 @@ spec:
type: object
type: object
type: object
slow_flush_log_threshold:
type: string
transport:
type: string
trusted_ca_path:
@ -6095,6 +6186,10 @@ spec:
type: boolean
data_stream_ilm_name:
type: string
data_stream_ilm_policy:
type: string
data_stream_ilm_policy_overwrite:
type: boolean
data_stream_name:
type: string
data_stream_template_name:
@ -6345,6 +6440,8 @@ spec:
type: object
exception_backup:
type: boolean
fail_on_detecting_es_version_retry_exceed:
type: boolean
fail_on_putting_template_retry_exceed:
type: boolean
flatten_hashes:
@ -6479,6 +6576,8 @@ spec:
type: string
scheme:
type: string
slow_flush_log_threshold:
type: string
sniffer_class_name:
type: string
ssl_max_version:
@ -6745,6 +6844,8 @@ spec:
type: string
path:
type: string
slow_flush_log_threshold:
type: string
required:
- azure_container
- azure_storage_account
@ -6965,6 +7066,8 @@ spec:
type: string
retention_in_days_key:
type: string
slow_flush_log_threshold:
type: string
use_tag_as_group:
type: boolean
use_tag_as_stream:
@ -7100,6 +7203,8 @@ spec:
type: string
service:
type: string
slow_flush_log_threshold:
type: string
ssl_port:
type: string
tag_key:
@ -7367,6 +7472,10 @@ spec:
type: boolean
data_stream_ilm_name:
type: string
data_stream_ilm_policy:
type: string
data_stream_ilm_policy_overwrite:
type: boolean
data_stream_name:
type: string
data_stream_template_name:
@ -7379,6 +7488,8 @@ spec:
type: boolean
exception_backup:
type: boolean
fail_on_detecting_es_version_retry_exceed:
type: boolean
fail_on_putting_template_retry_exceed:
type: boolean
flatten_hashes:
@ -7494,6 +7605,8 @@ spec:
type: string
scheme:
type: string
slow_flush_log_threshold:
type: string
sniffer_class_name:
type: string
ssl_max_version:
@ -7682,6 +7795,8 @@ spec:
type: string
recompress:
type: boolean
slow_flush_log_threshold:
type: string
symlink_path:
type: boolean
required:
@ -7918,6 +8033,8 @@ spec:
- host
type: object
type: array
slow_flush_log_threshold:
type: string
tls_allow_self_signed_cert:
type: boolean
tls_cert_logical_store_name:
@ -8230,6 +8347,8 @@ spec:
type: string
project:
type: string
slow_flush_log_threshold:
type: string
storage_class:
type: string
store_as:
@ -8442,6 +8561,8 @@ spec:
items:
type: integer
type: array
slow_flush_log_threshold:
type: string
ssl_timeout:
type: integer
tls_ca_cert_path:
@ -8709,6 +8830,39 @@ spec:
type: integer
kafka_agg_max_messages:
type: integer
keytab:
properties:
mountFrom:
properties:
secretKeyRef:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
type: object
value:
type: string
valueFrom:
properties:
secretKeyRef:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
type: object
type: object
max_send_retries:
type: integer
message_key_key:
@ -8750,12 +8904,16 @@ spec:
type: object
type: object
type: object
principal:
type: string
required_acks:
type: integer
sasl_over_ssl:
type: boolean
scram_mechanism:
type: string
slow_flush_log_threshold:
type: string
ssl_ca_cert:
properties:
mountFrom:
@ -9157,6 +9315,8 @@ spec:
type: boolean
retries_on_batch_request:
type: integer
slow_flush_log_threshold:
type: string
stream_name:
type: string
required:
@ -9245,6 +9405,8 @@ spec:
type: string
request_timeout:
type: string
slow_flush_log_threshold:
type: string
tags:
type: string
required:
@ -9380,6 +9542,8 @@ spec:
type: integer
retry_sleep:
type: integer
slow_flush_log_threshold:
type: string
required:
- endpoint
type: object
@ -9608,6 +9772,8 @@ spec:
items:
type: string
type: array
slow_flush_log_threshold:
type: string
tenant:
type: string
url:
@ -10055,6 +10221,8 @@ spec:
type: string
selector_class_name:
type: string
slow_flush_log_threshold:
type: string
sniffer_class_name:
type: string
ssl_verify:
@ -10321,6 +10489,8 @@ spec:
type: string
read_timeout:
type: integer
slow_flush_log_threshold:
type: string
store_as:
type: string
upload_crc_enable:
@ -10464,6 +10634,8 @@ spec:
type: object
port:
type: integer
slow_flush_log_threshold:
type: string
strftime_format:
type: string
ttl:
@ -10726,6 +10898,8 @@ spec:
type: object
signature_version:
type: string
slow_flush_log_threshold:
type: string
sse_customer_algorithm:
type: string
sse_customer_key:
@ -11042,6 +11216,8 @@ spec:
type: string
read_timeout:
type: integer
slow_flush_log_threshold:
type: string
source:
type: string
source_key:
@ -11205,6 +11381,8 @@ spec:
type: string
region:
type: string
slow_flush_log_threshold:
type: string
sqs_url:
type: string
tag_property_name:
@ -11342,6 +11520,8 @@ spec:
type: integer
proxy_uri:
type: string
slow_flush_log_threshold:
type: string
source_category:
type: string
source_host:
@ -11569,6 +11749,8 @@ spec:
type: object
type: object
type: object
slow_flush_log_threshold:
type: string
transport:
type: string
trusted_ca_path:

View File

@ -4,7 +4,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.5.0
controller-gen.kubebuilder.io/version: v0.6.0
creationTimestamp: null
name: flows.logging.banzaicloud.io
spec:
@ -90,6 +90,8 @@ spec:
items:
type: string
type: array
match_tag:
type: string
max_bytes:
type: integer
max_lines:
@ -386,7 +388,38 @@ spec:
parse:
properties:
custom_pattern_path:
type: string
properties:
mountFrom:
properties:
secretKeyRef:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
type: object
value:
type: string
valueFrom:
properties:
secretKeyRef:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
type: object
type: object
delimiter:
type: string
delimiter_pattern:
@ -432,12 +465,12 @@ spec:
type: string
local_time:
type: boolean
multi_line_start_regexp:
type: string
multiline:
items:
type: string
type: array
multiline_start_regexp:
type: string
null_empty_string:
type: boolean
null_value_pattern:
@ -445,16 +478,76 @@ spec:
patterns:
items:
properties:
custom_pattern_path:
properties:
mountFrom:
properties:
secretKeyRef:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
type: object
value:
type: string
valueFrom:
properties:
secretKeyRef:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
type: object
type: object
estimate_current_event:
type: boolean
expression:
type: string
format:
type: string
grok_failure_key:
type: string
grok_name_key:
type: string
grok_pattern:
type: string
grok_patterns:
items:
properties:
keep_time_key:
type: boolean
name:
type: string
pattern:
type: string
time_format:
type: string
time_key:
type: string
timezone:
type: string
required:
- pattern
type: object
type: array
keep_time_key:
type: boolean
local_time:
type: boolean
multiline_start_regexp:
type: string
null_empty_string:
type: boolean
null_value_pattern:
@ -494,7 +587,38 @@ spec:
items:
properties:
custom_pattern_path:
type: string
properties:
mountFrom:
properties:
secretKeyRef:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
type: object
value:
type: string
valueFrom:
properties:
secretKeyRef:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
type: object
type: object
delimiter:
type: string
delimiter_pattern:
@ -540,12 +664,12 @@ spec:
type: string
local_time:
type: boolean
multi_line_start_regexp:
type: string
multiline:
items:
type: string
type: array
multiline_start_regexp:
type: string
null_empty_string:
type: boolean
null_value_pattern:
@ -553,16 +677,76 @@ spec:
patterns:
items:
properties:
custom_pattern_path:
properties:
mountFrom:
properties:
secretKeyRef:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
type: object
value:
type: string
valueFrom:
properties:
secretKeyRef:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
type: object
type: object
estimate_current_event:
type: boolean
expression:
type: string
format:
type: string
grok_failure_key:
type: string
grok_name_key:
type: string
grok_pattern:
type: string
grok_patterns:
items:
properties:
keep_time_key:
type: boolean
name:
type: string
pattern:
type: string
time_format:
type: string
time_key:
type: string
timezone:
type: string
required:
- pattern
type: object
type: array
keep_time_key:
type: boolean
local_time:
type: boolean
multiline_start_regexp:
type: string
null_empty_string:
type: boolean
null_value_pattern:
@ -755,6 +939,8 @@ spec:
properties:
format:
type: string
match_tag:
type: string
type: object
throttle:
properties:
@ -915,6 +1101,8 @@ spec:
items:
type: string
type: array
match_tag:
type: string
max_bytes:
type: integer
max_lines:
@ -1211,7 +1399,38 @@ spec:
parse:
properties:
custom_pattern_path:
type: string
properties:
mountFrom:
properties:
secretKeyRef:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
type: object
value:
type: string
valueFrom:
properties:
secretKeyRef:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
type: object
type: object
delimiter:
type: string
delimiter_pattern:
@ -1257,12 +1476,12 @@ spec:
type: string
local_time:
type: boolean
multi_line_start_regexp:
type: string
multiline:
items:
type: string
type: array
multiline_start_regexp:
type: string
null_empty_string:
type: boolean
null_value_pattern:
@ -1270,16 +1489,76 @@ spec:
patterns:
items:
properties:
custom_pattern_path:
properties:
mountFrom:
properties:
secretKeyRef:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
type: object
value:
type: string
valueFrom:
properties:
secretKeyRef:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
type: object
type: object
estimate_current_event:
type: boolean
expression:
type: string
format:
type: string
grok_failure_key:
type: string
grok_name_key:
type: string
grok_pattern:
type: string
grok_patterns:
items:
properties:
keep_time_key:
type: boolean
name:
type: string
pattern:
type: string
time_format:
type: string
time_key:
type: string
timezone:
type: string
required:
- pattern
type: object
type: array
keep_time_key:
type: boolean
local_time:
type: boolean
multiline_start_regexp:
type: string
null_empty_string:
type: boolean
null_value_pattern:
@ -1319,7 +1598,38 @@ spec:
items:
properties:
custom_pattern_path:
type: string
properties:
mountFrom:
properties:
secretKeyRef:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
type: object
value:
type: string
valueFrom:
properties:
secretKeyRef:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
type: object
type: object
delimiter:
type: string
delimiter_pattern:
@ -1365,12 +1675,12 @@ spec:
type: string
local_time:
type: boolean
multi_line_start_regexp:
type: string
multiline:
items:
type: string
type: array
multiline_start_regexp:
type: string
null_empty_string:
type: boolean
null_value_pattern:
@ -1378,16 +1688,76 @@ spec:
patterns:
items:
properties:
custom_pattern_path:
properties:
mountFrom:
properties:
secretKeyRef:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
type: object
value:
type: string
valueFrom:
properties:
secretKeyRef:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
type: object
type: object
estimate_current_event:
type: boolean
expression:
type: string
format:
type: string
grok_failure_key:
type: string
grok_name_key:
type: string
grok_pattern:
type: string
grok_patterns:
items:
properties:
keep_time_key:
type: boolean
name:
type: string
pattern:
type: string
time_format:
type: string
time_key:
type: string
timezone:
type: string
required:
- pattern
type: object
type: array
keep_time_key:
type: boolean
local_time:
type: boolean
multiline_start_regexp:
type: string
null_empty_string:
type: boolean
null_value_pattern:
@ -1580,6 +1950,8 @@ spec:
properties:
format:
type: string
match_tag:
type: string
type: object
throttle:
properties:

View File

@ -4,7 +4,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.5.0
controller-gen.kubebuilder.io/version: v0.6.0
creationTimestamp: null
name: loggings.logging.banzaicloud.io
spec:
@ -51,6 +51,8 @@ spec:
properties:
allowClusterResourcesFromAllNamespaces:
type: boolean
clusterDomain:
type: string
controlNamespace:
type: string
defaultFlow:
@ -106,6 +108,8 @@ spec:
items:
type: string
type: array
match_tag:
type: string
max_bytes:
type: integer
max_lines:
@ -402,7 +406,38 @@ spec:
parse:
properties:
custom_pattern_path:
type: string
properties:
mountFrom:
properties:
secretKeyRef:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
type: object
value:
type: string
valueFrom:
properties:
secretKeyRef:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
type: object
type: object
delimiter:
type: string
delimiter_pattern:
@ -448,12 +483,12 @@ spec:
type: string
local_time:
type: boolean
multi_line_start_regexp:
type: string
multiline:
items:
type: string
type: array
multiline_start_regexp:
type: string
null_empty_string:
type: boolean
null_value_pattern:
@ -461,16 +496,76 @@ spec:
patterns:
items:
properties:
custom_pattern_path:
properties:
mountFrom:
properties:
secretKeyRef:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
type: object
value:
type: string
valueFrom:
properties:
secretKeyRef:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
type: object
type: object
estimate_current_event:
type: boolean
expression:
type: string
format:
type: string
grok_failure_key:
type: string
grok_name_key:
type: string
grok_pattern:
type: string
grok_patterns:
items:
properties:
keep_time_key:
type: boolean
name:
type: string
pattern:
type: string
time_format:
type: string
time_key:
type: string
timezone:
type: string
required:
- pattern
type: object
type: array
keep_time_key:
type: boolean
local_time:
type: boolean
multiline_start_regexp:
type: string
null_empty_string:
type: boolean
null_value_pattern:
@ -510,7 +605,38 @@ spec:
items:
properties:
custom_pattern_path:
type: string
properties:
mountFrom:
properties:
secretKeyRef:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
type: object
value:
type: string
valueFrom:
properties:
secretKeyRef:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
type: object
type: object
delimiter:
type: string
delimiter_pattern:
@ -556,12 +682,12 @@ spec:
type: string
local_time:
type: boolean
multi_line_start_regexp:
type: string
multiline:
items:
type: string
type: array
multiline_start_regexp:
type: string
null_empty_string:
type: boolean
null_value_pattern:
@ -569,16 +695,76 @@ spec:
patterns:
items:
properties:
custom_pattern_path:
properties:
mountFrom:
properties:
secretKeyRef:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
type: object
value:
type: string
valueFrom:
properties:
secretKeyRef:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
type: object
type: object
estimate_current_event:
type: boolean
expression:
type: string
format:
type: string
grok_failure_key:
type: string
grok_name_key:
type: string
grok_pattern:
type: string
grok_patterns:
items:
properties:
keep_time_key:
type: boolean
name:
type: string
pattern:
type: string
time_format:
type: string
time_key:
type: string
timezone:
type: string
required:
- pattern
type: object
type: array
keep_time_key:
type: boolean
local_time:
type: boolean
multiline_start_regexp:
type: string
null_empty_string:
type: boolean
null_value_pattern:
@ -771,6 +957,8 @@ spec:
properties:
format:
type: string
match_tag:
type: string
type: object
throttle:
properties:
@ -1302,6 +1490,173 @@ spec:
type: object
type: object
type: object
bufferVolumeArgs:
items:
type: string
type: array
bufferVolumeImage:
properties:
imagePullSecrets:
items:
properties:
name:
type: string
type: object
type: array
pullPolicy:
type: string
repository:
type: string
tag:
type: string
type: object
bufferVolumeMetrics:
properties:
interval:
type: string
path:
type: string
port:
format: int32
type: integer
prometheusAnnotations:
type: boolean
prometheusRules:
type: boolean
serviceMonitor:
type: boolean
serviceMonitorConfig:
properties:
additionalLabels:
additionalProperties:
type: string
type: object
honorLabels:
type: boolean
metricRelabelings:
items:
properties:
action:
type: string
modulus:
format: int64
type: integer
regex:
type: string
replacement:
type: string
separator:
type: string
sourceLabels:
items:
type: string
type: array
targetLabel:
type: string
type: object
type: array
relabelings:
items:
properties:
action:
type: string
modulus:
format: int64
type: integer
regex:
type: string
replacement:
type: string
separator:
type: string
sourceLabels:
items:
type: string
type: array
targetLabel:
type: string
type: object
type: array
scheme:
type: string
tlsConfig:
properties:
ca:
properties:
configMap:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
secret:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
type: object
caFile:
type: string
cert:
properties:
configMap:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
secret:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
type: object
certFile:
type: string
insecureSkipVerify:
type: boolean
keyFile:
type: string
keySecret:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
serverName:
type: string
type: object
type: object
timeout:
type: string
type: object
coroStackSize:
format: int32
type: integer
@ -1674,6 +2029,10 @@ spec:
type: string
DB:
type: string
DB.journal_mode:
type: string
DB.locking:
type: boolean
DB_Sync:
type: string
Docker_Mode:
@ -2543,6 +2902,24 @@ spec:
type: string
type: object
type: array
updateStrategy:
properties:
rollingUpdate:
properties:
maxSurge:
anyOf:
- type: integer
- type: string
x-kubernetes-int-or-string: true
maxUnavailable:
anyOf:
- type: integer
- type: string
x-kubernetes-int-or-string: true
type: object
type:
type: string
type: object
type: object
fluentd:
properties:
@ -3194,6 +3571,8 @@ spec:
timeout:
type: string
type: object
compressConfigFile:
type: boolean
configCheckAnnotations:
additionalProperties:
type: string
@ -3276,6 +3655,8 @@ spec:
type: object
dnsPolicy:
type: string
enableMsgpackTimeSupport:
type: boolean
envVars:
items:
properties:
@ -3336,6 +3717,10 @@ spec:
- name
type: object
type: array
extraArgs:
items:
type: string
type: array
extraVolumes:
items:
properties:
@ -4075,6 +4460,8 @@ spec:
additionalProperties:
type: string
type: object
deleteVolume:
type: boolean
enabled:
type: boolean
image:
@ -4434,6 +4821,8 @@ spec:
items:
type: string
type: array
match_tag:
type: string
max_bytes:
type: integer
max_lines:
@ -4730,7 +5119,38 @@ spec:
parse:
properties:
custom_pattern_path:
type: string
properties:
mountFrom:
properties:
secretKeyRef:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
type: object
value:
type: string
valueFrom:
properties:
secretKeyRef:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
type: object
type: object
delimiter:
type: string
delimiter_pattern:
@ -4776,12 +5196,12 @@ spec:
type: string
local_time:
type: boolean
multi_line_start_regexp:
type: string
multiline:
items:
type: string
type: array
multiline_start_regexp:
type: string
null_empty_string:
type: boolean
null_value_pattern:
@ -4789,16 +5209,76 @@ spec:
patterns:
items:
properties:
custom_pattern_path:
properties:
mountFrom:
properties:
secretKeyRef:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
type: object
value:
type: string
valueFrom:
properties:
secretKeyRef:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
type: object
type: object
estimate_current_event:
type: boolean
expression:
type: string
format:
type: string
grok_failure_key:
type: string
grok_name_key:
type: string
grok_pattern:
type: string
grok_patterns:
items:
properties:
keep_time_key:
type: boolean
name:
type: string
pattern:
type: string
time_format:
type: string
time_key:
type: string
timezone:
type: string
required:
- pattern
type: object
type: array
keep_time_key:
type: boolean
local_time:
type: boolean
multiline_start_regexp:
type: string
null_empty_string:
type: boolean
null_value_pattern:
@ -4838,7 +5318,38 @@ spec:
items:
properties:
custom_pattern_path:
type: string
properties:
mountFrom:
properties:
secretKeyRef:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
type: object
value:
type: string
valueFrom:
properties:
secretKeyRef:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
type: object
type: object
delimiter:
type: string
delimiter_pattern:
@ -4884,12 +5395,12 @@ spec:
type: string
local_time:
type: boolean
multi_line_start_regexp:
type: string
multiline:
items:
type: string
type: array
multiline_start_regexp:
type: string
null_empty_string:
type: boolean
null_value_pattern:
@ -4897,16 +5408,76 @@ spec:
patterns:
items:
properties:
custom_pattern_path:
properties:
mountFrom:
properties:
secretKeyRef:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
type: object
value:
type: string
valueFrom:
properties:
secretKeyRef:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
type: object
type: object
estimate_current_event:
type: boolean
expression:
type: string
format:
type: string
grok_failure_key:
type: string
grok_name_key:
type: string
grok_pattern:
type: string
grok_patterns:
items:
properties:
keep_time_key:
type: boolean
name:
type: string
pattern:
type: string
time_format:
type: string
time_key:
type: string
timezone:
type: string
required:
- pattern
type: object
type: array
keep_time_key:
type: boolean
local_time:
type: boolean
multiline_start_regexp:
type: string
null_empty_string:
type: boolean
null_value_pattern:
@ -5099,6 +5670,8 @@ spec:
properties:
format:
type: string
match_tag:
type: string
type: object
throttle:
properties:
@ -8512,6 +9085,10 @@ spec:
type: string
DB:
type: string
DB.journal_mode:
type: string
DB.locking:
type: boolean
DB_Sync:
type: string
Docker_Mode:

View File

@ -4,7 +4,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.5.0
controller-gen.kubebuilder.io/version: v0.6.0
creationTimestamp: null
name: outputs.logging.banzaicloud.io
spec:
@ -289,6 +289,10 @@ spec:
type: boolean
data_stream_ilm_name:
type: string
data_stream_ilm_policy:
type: string
data_stream_ilm_policy_overwrite:
type: boolean
data_stream_name:
type: string
data_stream_template_name:
@ -539,6 +543,8 @@ spec:
type: object
exception_backup:
type: boolean
fail_on_detecting_es_version_retry_exceed:
type: boolean
fail_on_putting_template_retry_exceed:
type: boolean
flatten_hashes:
@ -673,6 +679,8 @@ spec:
type: string
scheme:
type: string
slow_flush_log_threshold:
type: string
sniffer_class_name:
type: string
ssl_max_version:
@ -939,6 +947,8 @@ spec:
type: string
path:
type: string
slow_flush_log_threshold:
type: string
required:
- azure_container
- azure_storage_account
@ -1159,6 +1169,8 @@ spec:
type: string
retention_in_days_key:
type: string
slow_flush_log_threshold:
type: string
use_tag_as_group:
type: boolean
use_tag_as_stream:
@ -1294,6 +1306,8 @@ spec:
type: string
service:
type: string
slow_flush_log_threshold:
type: string
ssl_port:
type: string
tag_key:
@ -1561,6 +1575,10 @@ spec:
type: boolean
data_stream_ilm_name:
type: string
data_stream_ilm_policy:
type: string
data_stream_ilm_policy_overwrite:
type: boolean
data_stream_name:
type: string
data_stream_template_name:
@ -1573,6 +1591,8 @@ spec:
type: boolean
exception_backup:
type: boolean
fail_on_detecting_es_version_retry_exceed:
type: boolean
fail_on_putting_template_retry_exceed:
type: boolean
flatten_hashes:
@ -1688,6 +1708,8 @@ spec:
type: string
scheme:
type: string
slow_flush_log_threshold:
type: string
sniffer_class_name:
type: string
ssl_max_version:
@ -1872,6 +1894,8 @@ spec:
type: string
recompress:
type: boolean
slow_flush_log_threshold:
type: string
symlink_path:
type: boolean
required:
@ -2108,6 +2132,8 @@ spec:
- host
type: object
type: array
slow_flush_log_threshold:
type: string
tls_allow_self_signed_cert:
type: boolean
tls_cert_logical_store_name:
@ -2420,6 +2446,8 @@ spec:
type: string
project:
type: string
slow_flush_log_threshold:
type: string
storage_class:
type: string
store_as:
@ -2632,6 +2660,8 @@ spec:
items:
type: integer
type: array
slow_flush_log_threshold:
type: string
ssl_timeout:
type: integer
tls_ca_cert_path:
@ -2899,6 +2929,39 @@ spec:
type: integer
kafka_agg_max_messages:
type: integer
keytab:
properties:
mountFrom:
properties:
secretKeyRef:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
type: object
value:
type: string
valueFrom:
properties:
secretKeyRef:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
type: object
type: object
max_send_retries:
type: integer
message_key_key:
@ -2940,12 +3003,16 @@ spec:
type: object
type: object
type: object
principal:
type: string
required_acks:
type: integer
sasl_over_ssl:
type: boolean
scram_mechanism:
type: string
slow_flush_log_threshold:
type: string
ssl_ca_cert:
properties:
mountFrom:
@ -3347,6 +3414,8 @@ spec:
type: boolean
retries_on_batch_request:
type: integer
slow_flush_log_threshold:
type: string
stream_name:
type: string
required:
@ -3435,6 +3504,8 @@ spec:
type: string
request_timeout:
type: string
slow_flush_log_threshold:
type: string
tags:
type: string
required:
@ -3570,6 +3641,8 @@ spec:
type: integer
retry_sleep:
type: integer
slow_flush_log_threshold:
type: string
required:
- endpoint
type: object
@ -3798,6 +3871,8 @@ spec:
items:
type: string
type: array
slow_flush_log_threshold:
type: string
tenant:
type: string
url:
@ -4245,6 +4320,8 @@ spec:
type: string
selector_class_name:
type: string
slow_flush_log_threshold:
type: string
sniffer_class_name:
type: string
ssl_verify:
@ -4511,6 +4588,8 @@ spec:
type: string
read_timeout:
type: integer
slow_flush_log_threshold:
type: string
store_as:
type: string
upload_crc_enable:
@ -4654,6 +4733,8 @@ spec:
type: object
port:
type: integer
slow_flush_log_threshold:
type: string
strftime_format:
type: string
ttl:
@ -4916,6 +4997,8 @@ spec:
type: object
signature_version:
type: string
slow_flush_log_threshold:
type: string
sse_customer_algorithm:
type: string
sse_customer_key:
@ -5232,6 +5315,8 @@ spec:
type: string
read_timeout:
type: integer
slow_flush_log_threshold:
type: string
source:
type: string
source_key:
@ -5395,6 +5480,8 @@ spec:
type: string
region:
type: string
slow_flush_log_threshold:
type: string
sqs_url:
type: string
tag_property_name:
@ -5532,6 +5619,8 @@ spec:
type: integer
proxy_uri:
type: string
slow_flush_log_threshold:
type: string
source_category:
type: string
source_host:
@ -5759,6 +5848,8 @@ spec:
type: object
type: object
type: object
slow_flush_log_threshold:
type: string
transport:
type: string
trusted_ca_path:
@ -6089,6 +6180,10 @@ spec:
type: boolean
data_stream_ilm_name:
type: string
data_stream_ilm_policy:
type: string
data_stream_ilm_policy_overwrite:
type: boolean
data_stream_name:
type: string
data_stream_template_name:
@ -6339,6 +6434,8 @@ spec:
type: object
exception_backup:
type: boolean
fail_on_detecting_es_version_retry_exceed:
type: boolean
fail_on_putting_template_retry_exceed:
type: boolean
flatten_hashes:
@ -6473,6 +6570,8 @@ spec:
type: string
scheme:
type: string
slow_flush_log_threshold:
type: string
sniffer_class_name:
type: string
ssl_max_version:
@ -6739,6 +6838,8 @@ spec:
type: string
path:
type: string
slow_flush_log_threshold:
type: string
required:
- azure_container
- azure_storage_account
@ -6959,6 +7060,8 @@ spec:
type: string
retention_in_days_key:
type: string
slow_flush_log_threshold:
type: string
use_tag_as_group:
type: boolean
use_tag_as_stream:
@ -7094,6 +7197,8 @@ spec:
type: string
service:
type: string
slow_flush_log_threshold:
type: string
ssl_port:
type: string
tag_key:
@ -7361,6 +7466,10 @@ spec:
type: boolean
data_stream_ilm_name:
type: string
data_stream_ilm_policy:
type: string
data_stream_ilm_policy_overwrite:
type: boolean
data_stream_name:
type: string
data_stream_template_name:
@ -7373,6 +7482,8 @@ spec:
type: boolean
exception_backup:
type: boolean
fail_on_detecting_es_version_retry_exceed:
type: boolean
fail_on_putting_template_retry_exceed:
type: boolean
flatten_hashes:
@ -7488,6 +7599,8 @@ spec:
type: string
scheme:
type: string
slow_flush_log_threshold:
type: string
sniffer_class_name:
type: string
ssl_max_version:
@ -7672,6 +7785,8 @@ spec:
type: string
recompress:
type: boolean
slow_flush_log_threshold:
type: string
symlink_path:
type: boolean
required:
@ -7908,6 +8023,8 @@ spec:
- host
type: object
type: array
slow_flush_log_threshold:
type: string
tls_allow_self_signed_cert:
type: boolean
tls_cert_logical_store_name:
@ -8220,6 +8337,8 @@ spec:
type: string
project:
type: string
slow_flush_log_threshold:
type: string
storage_class:
type: string
store_as:
@ -8432,6 +8551,8 @@ spec:
items:
type: integer
type: array
slow_flush_log_threshold:
type: string
ssl_timeout:
type: integer
tls_ca_cert_path:
@ -8699,6 +8820,39 @@ spec:
type: integer
kafka_agg_max_messages:
type: integer
keytab:
properties:
mountFrom:
properties:
secretKeyRef:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
type: object
value:
type: string
valueFrom:
properties:
secretKeyRef:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
type: object
type: object
max_send_retries:
type: integer
message_key_key:
@ -8740,12 +8894,16 @@ spec:
type: object
type: object
type: object
principal:
type: string
required_acks:
type: integer
sasl_over_ssl:
type: boolean
scram_mechanism:
type: string
slow_flush_log_threshold:
type: string
ssl_ca_cert:
properties:
mountFrom:
@ -9147,6 +9305,8 @@ spec:
type: boolean
retries_on_batch_request:
type: integer
slow_flush_log_threshold:
type: string
stream_name:
type: string
required:
@ -9235,6 +9395,8 @@ spec:
type: string
request_timeout:
type: string
slow_flush_log_threshold:
type: string
tags:
type: string
required:
@ -9370,6 +9532,8 @@ spec:
type: integer
retry_sleep:
type: integer
slow_flush_log_threshold:
type: string
required:
- endpoint
type: object
@ -9598,6 +9762,8 @@ spec:
items:
type: string
type: array
slow_flush_log_threshold:
type: string
tenant:
type: string
url:
@ -10045,6 +10211,8 @@ spec:
type: string
selector_class_name:
type: string
slow_flush_log_threshold:
type: string
sniffer_class_name:
type: string
ssl_verify:
@ -10311,6 +10479,8 @@ spec:
type: string
read_timeout:
type: integer
slow_flush_log_threshold:
type: string
store_as:
type: string
upload_crc_enable:
@ -10454,6 +10624,8 @@ spec:
type: object
port:
type: integer
slow_flush_log_threshold:
type: string
strftime_format:
type: string
ttl:
@ -10716,6 +10888,8 @@ spec:
type: object
signature_version:
type: string
slow_flush_log_threshold:
type: string
sse_customer_algorithm:
type: string
sse_customer_key:
@ -11032,6 +11206,8 @@ spec:
type: string
read_timeout:
type: integer
slow_flush_log_threshold:
type: string
source:
type: string
source_key:
@ -11195,6 +11371,8 @@ spec:
type: string
region:
type: string
slow_flush_log_threshold:
type: string
sqs_url:
type: string
tag_property_name:
@ -11332,6 +11510,8 @@ spec:
type: integer
proxy_uri:
type: string
slow_flush_log_threshold:
type: string
source_category:
type: string
source_host:
@ -11559,6 +11739,8 @@ spec:
type: object
type: object
type: object
slow_flush_log_threshold:
type: string
transport:
type: string
trusted_ca_path:

View File

@ -3,7 +3,7 @@ annotations:
catalog.cattle.io/certified: rancher
catalog.cattle.io/deploys-on-os: windows
catalog.cattle.io/display-name: Logging
catalog.cattle.io/kube-version: '>= 1.16.0-0 < 1.25.0-0'
catalog.cattle.io/kube-version: '>= 1.16.0-0 < 1.26.0-0'
catalog.cattle.io/namespace: cattle-logging-system
catalog.cattle.io/permits-os: linux,windows
catalog.cattle.io/provides-gvr: logging.banzaicloud.io.clusterflow/v1beta1
@ -11,9 +11,9 @@ annotations:
catalog.cattle.io/release-name: rancher-logging
catalog.cattle.io/type: cluster-tool
catalog.cattle.io/ui-component: logging
catalog.cattle.io/upstream-version: 3.17.7
catalog.cattle.io/upstream-version: 3.17.10
apiVersion: v1
appVersion: 3.17.7
appVersion: 3.17.10
description: Collects and filter logs using highly configurable CRDs. Powered by Banzai
Cloud Logging Operator.
icon: https://charts.rancher.io/assets/logos/logging.svg

View File

@ -49,7 +49,7 @@ The following tables lists the configurable parameters of the logging-operator c
| Parameter | Description | Default |
| --------------------------------------------------- | ------------------------------------------------------ |-----------------------------------------------------------------------|
| `image.repository` | Container image repository | `ghcr.io/banzaicloud/logging-operator` |
| `image.tag` | Container image tag | `3.17.7` |
| `image.tag` | Container image tag | `3.17.10` |
| `image.pullPolicy` | Container pull policy | `IfNotPresent` |
| `nameOverride` | Override name of app | `` |
| `fullnameOverride` | Override full name of app | `` |
@ -114,7 +114,7 @@ The following tables lists the configurable parameters of the logging-operator-l
| `tls.sharedKey` | Shared key between nodes (fluentd-fluentbit) | [autogenerated] |
| `fluentbit.enabled` | Install fluent-bit | true |
| `fluentbit.namespace` | Specified fluentbit installation namespace | same as operator namespace |
| `fluentbit.image.tag` | Fluentbit container image tag | `1.9.3` |
| `fluentbit.image.tag` | Fluentbit container image tag | `1.9.5` |
| `fluentbit.image.repository` | Fluentbit container image repository | `fluent/fluent-bit` |
| `fluentbit.image.pullPolicy` | Fluentbit container pull policy | `IfNotPresent` |
| `fluentd.enabled` | Install fluentd | true |

View File

@ -19,10 +19,10 @@ spec:
bufferStorageVolume: {{- toYaml . | nindent 6 }}
{{- end }}
{{- end }}
{{- if or .Values.global.psp.enabled .Values.global.seLinux.enabled }}
{{- if or (and .Values.global.psp.enabled (.Capabilities.APIVersions.Has "policy/v1beta1/PodSecurityPolicy")) .Values.global.seLinux.enabled }}
security:
{{- end }}
{{- if .Values.global.psp.enabled }}
{{- if and .Values.global.psp.enabled (.Capabilities.APIVersions.Has "policy/v1beta1/PodSecurityPolicy") }}
podSecurityPolicyCreate: true
roleBasedAccessControlCreate: true
{{- end }}
@ -73,7 +73,7 @@ spec:
scaling:
replicas: {{ .Values.fluentd.replicas }}
{{- end }}
{{- if .Values.global.psp.enabled }}
{{- if and .Values.global.psp.enabled (.Capabilities.APIVersions.Has "policy/v1beta1/PodSecurityPolicy") }}
security:
podSecurityPolicyCreate: true
roleBasedAccessControlCreate: true

View File

@ -44,10 +44,18 @@ spec:
ports:
- name: http
containerPort: {{ .Values.http.port }}
{{- with .Values.env }}
env: {{ toYaml . | nindent 12 }}
{{- end }}
{{- if .Values.securityContext }}
securityContext: {{ toYaml .Values.securityContext | nindent 12 }}
{{- end }}
{{- with .Values.volumeMounts }}
volumeMounts: {{ toYaml . | nindent 12 }}
{{- end }}
{{- with .Values.volumes }}
volumes: {{ toYaml . | nindent 8 }}
{{- end }}
{{- if .Values.podSecurityContext }}
securityContext: {{ toYaml .Values.podSecurityContext | nindent 8 }}
{{- end }}

View File

@ -1,4 +1,4 @@
{{ if and .Values.rbac.enabled .Values.rbac.psp.enabled }}
{{ if and .Values.rbac.enabled .Values.rbac.psp.enabled (.Capabilities.APIVersions.Has "policy/v1beta1/PodSecurityPolicy") }}
apiVersion: policy/v1beta1
kind: PodSecurityPolicy
metadata:

View File

@ -6,9 +6,13 @@ replicaCount: 1
image:
repository: rancher/mirrored-banzaicloud-logging-operator
tag: 3.17.7
tag: 3.17.10
pullPolicy: IfNotPresent
env: []
volumes: []
volumeMounts: []
extraArgs:
- -enable-leader-election=true
imagePullSecrets: []
@ -150,14 +154,14 @@ images:
tag: v0.4.0
fluentbit:
repository: rancher/mirrored-fluent-fluent-bit
tag: 1.9.3
tag: 1.9.5
nodeagent_fluentbit:
os: "windows"
repository: rancher/fluent-bit
tag: 1.8.9
fluentbit_debug:
repository: rancher/mirrored-fluent-fluent-bit
tag: 1.9.3-debug
tag: 1.9.5-debug
fluentd:
repository: rancher/mirrored-banzaicloud-fluentd
tag: v1.14.6-alpine-5

View File

@ -7405,7 +7405,7 @@ entries:
catalog.cattle.io/certified: rancher
catalog.cattle.io/deploys-on-os: windows
catalog.cattle.io/display-name: Logging
catalog.cattle.io/kube-version: '>= 1.16.0-0 < 1.25.0-0'
catalog.cattle.io/kube-version: '>= 1.16.0-0 < 1.26.0-0'
catalog.cattle.io/namespace: cattle-logging-system
catalog.cattle.io/permits-os: linux,windows
catalog.cattle.io/provides-gvr: logging.banzaicloud.io.clusterflow/v1beta1
@ -7413,13 +7413,13 @@ entries:
catalog.cattle.io/release-name: rancher-logging
catalog.cattle.io/type: cluster-tool
catalog.cattle.io/ui-component: logging
catalog.cattle.io/upstream-version: 3.17.7
catalog.cattle.io/upstream-version: 3.17.10
apiVersion: v1
appVersion: 3.17.7
created: "2022-12-01T16:27:40.373461-05:00"
appVersion: 3.17.10
created: "2022-12-07T15:39:04.743035-05:00"
description: Collects and filter logs using highly configurable CRDs. Powered
by Banzai Cloud Logging Operator.
digest: ec5b2fc4c07f4f4ce6dbccca196303f0dd74bcc8319c295ce63bfecffcb60de1
digest: 3b7727869a9569f1e706fb998d0520da2b65f58c61235d416cc64b990171301e
icon: https://charts.rancher.io/assets/logos/logging.svg
keywords:
- logging
@ -7810,9 +7810,9 @@ entries:
catalog.cattle.io/namespace: cattle-logging-system
catalog.cattle.io/release-name: rancher-logging-crd
apiVersion: v1
created: "2022-12-01T16:27:40.408197-05:00"
created: "2022-12-07T15:39:04.779245-05:00"
description: Installs the CRDs for rancher-logging.
digest: c9bc9110574f2035580cf86dca2832c08f48bc9a185df021e5d6a5269ce97f9e
digest: 6c0269c5994239eac88c28d5da70eaf4fe32ae72837d008c891e4de1c701ffc7
name: rancher-logging-crd
type: application
urls: