-
Notifications
You must be signed in to change notification settings - Fork 87
/
values.yaml
98 lines (96 loc) · 2.54 KB
/
values.yaml
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
92
93
94
95
96
97
98
openshift:
logging:
namespace: openshift-logging
elasticsearch:
port: 9200
forwarding:
audit:
elasticsearch: false
splunk: false
# labels:
# key: audit
app:
elasticsearch: true
splunk: true
# labels:
# key: app
infra:
elasticsearch: true
splunk: true
# labels:
# key: infra
# kubeVersion: v1.20
forwarding:
fluentd:
port: 24224
sharedkey: splunkforwarding
passphrase: ""
ssl: true
caFile: files/default-openshift-logging-fluentd.crt
keyFile: files/default-openshift-logging-fluentd.key
loglevel: warn
replicas: 2
# Set to true when version <4.6
scl: false
persistence:
enabled: false
size: 5Gi
## If defined, storageClassName: <storageClass>
## If set to "-", storageClassName: "", which disables dynamic provisioning
## If undefined (the default) or set to null, no storageClassName spec is
## set, choosing the default provisioner. (gp2 on AWS, standard on
## GKE, AWS & OpenStack)
##
# storageClass: "-"
storageClass: ""
accessMode: ReadWriteOnce
image: registry.redhat.io/openshift4/ose-logging-fluentd:v4.6@sha256:858cbcf1bb6f7e5641bd0a8914b92237190037cefdffa2c069b0ddc9a6c5ae9d
nodeSelector: {}
tolerations: []
affinity: {}
resources:
requests:
cpu: 100m
memory: 512Mi
limits:
cpu: 500m
memory: 1024Mi
updateStrategy:
type: "RollingUpdate"
buffer:
"@type": memory
chunk_limit_records: 100000
chunk_limit_size: 200m
flush_interval: 5s
flush_thread_count: 1
overflow_action: block
retry_max_times: 3
total_limit_size: 600m
# Example configuration to support file based buffering
# "@type": file
# path: /var/log/fluentd/fluentd-buffers/buffer
# flush_mode: interval
# retry_type: exponential_backoff
# flush_thread_count: 2
# flush_interval: "5s"
# retry_forever:
# retry_max_interval: 30
# chunk_limit_size: "200m"
# total_limit_size: "600m"
# chunk_limit_records: 100000
# overflow_action: block
splunk:
# Specify Splunk HEC Token and Index
token:
index: openshift
protocol: https
hostname: splunk.splunk.svc
port: 8088
insecure: true
sourcetype: openshift
source: openshift
# Specify the custom CA bundle for Splunk
# ca_bundle: |
# -----BEGIN CERTIFICATE-----
# ...
# -----END CERTIFICATE-----