-
Notifications
You must be signed in to change notification settings - Fork 46
/
Copy pathvalues.yaml
401 lines (376 loc) · 12.2 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
# Default values for openobserve.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
image:
repository: public.ecr.aws/zinclabs/openobserve
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "v0.14.0"
busybox:
repository: busybox
tag: 1.37.0
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
clusterDomain: "cluster.local"
serviceAccount:
# Specifies whether a service account should be created
create: true
# Annotations to add to the service account
annotations: {}
# eks.amazonaws.com/role-arn: arn:aws:iam::12345353456:role/zo-s3-eks
# The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template
name: ""
podAnnotations: {}
labels: {}
podSecurityContext:
fsGroup: 2000
runAsUser: 10000
runAsGroup: 3000
runAsNonRoot: true
securityContext:
{}
# capabilities:
# drop:
# - ALL
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 1000
persistence:
enabled: true
size: 10Gi
storageClass: ""
accessModes:
- ReadWriteOnce
annotations: {}
volumePermissions:
enabled: false
headless:
enabled: true
service:
annotations: {}
# Credentials for authentication
auth:
# Either specify root user credentials here, or use an existing secret.
# OpenObserve root user email
ZO_ROOT_USER_EMAIL: "root@example.com"
# OpenObserve root user password
ZO_ROOT_USER_PASSWORD: "Complexpass#123"
existingRootUserSecret:
# Existing secret with OpenObserve root user credentials.
name: ""
# Email key to be retrieved from existing secret
emailKey: "ZO_ROOT_USER_EMAIL"
# Password key to be retrieved from existing secret
passwordKey: "ZO_ROOT_USER_PASSWORD"
# do not need to set this if enabled minio is being used. settings will be picked from minio section. Also IRSA is preferred if on EKS. Set the Service account section with the correct IAM role ARN. Refer https://zinc.dev/docs/guide/ha_deployment/#amazon-eks-s3
ZO_S3_ACCESS_KEY: ""
ZO_S3_SECRET_KEY: ""
AZURE_STORAGE_ACCOUNT_KEY: ""
AZURE_STORAGE_ACCOUNT_NAME: ""
# https://openobserve.ai/docs/environment-variables/
config:
ZO_APP_NAME: "openobserve"
ZO_CLUSTER_NAME: "o2"
ZO_INSTANCE_NAME: ""
ZO_NODE_ROLE: "all"
ZO_LOCAL_MODE: "true"
ZO_LOCAL_MODE_STORAGE: "disk"
ZO_HTTP_PORT: "5080"
ZO_HTTP_ADDR: ""
ZO_HTTP_IPV6_ENABLED: "false"
ZO_GRPC_PORT: "5081"
ZO_GRPC_ADDR: ""
ZO_GRPC_TIMEOUT: "600"
ZO_GRPC_MAX_MESSAGE_SIZE: "16"
ZO_GRPC_ORG_HEADER_KEY: "organization"
ZO_GRPC_STREAM_HEADER_KEY: "stream-name"
ZO_INTERNAL_GRPC_TOKEN: ""
ZO_TCP_PORT: "5514"
ZO_UDP_PORT: "5514"
ZO_DATA_DIR: "./data/"
ZO_DATA_DB_DIR: ""
ZO_DATA_WAL_DIR: ""
ZO_DATA_IDX_DIR: ""
ZO_DATA_STREAM_DIR: ""
ZO_DATA_CACHE_DIR: ""
ZO_UI_ENABLED: "true"
ZO_UI_SQL_BASE64_ENABLED: "false"
ZO_WEB_URL: ""
ZO_BASE_URI: ""
ZO_META_STORE: "sqlite"
ZO_META_POSTGRES_DSN: ""
ZO_META_MYSQL_DSN: ""
ZO_META_CONNECTION_POOL_MIN_SIZE: "0"
ZO_META_CONNECTION_POOL_MAX_SIZE: "0"
ZO_META_TRANSACTION_RETRIES: "3"
ZO_META_TRANSACTION_LOCK_TIMEOUT: "600" # seconds
ZO_COLUMN_TIMESTAMP: "_timestamp"
ZO_COLS_PER_RECORD_LIMIT: "200"
ZO_WIDENING_SCHEMA_EVOLUTION: "true"
ZO_SKIP_SCHEMA_VALIDATION: "false"
ZO_FEATURE_FULLTEXT_EXTRA_FIELDS: ""
ZO_FEATURE_INDEX_EXTRA_FIELDS: ""
ZO_FEATURE_DISTINCT_EXTRA_FIELDS: ""
ZO_FEATURE_FILELIST_DEDUP_ENABLED: "false"
ZO_FEATURE_QUERY_QUEUE_ENABLED: "true"
ZO_FEATURE_QUERY_INFER_SCHEMA: "false"
ZO_FEATURE_QUICK_MODE_FIELDS: "" # default fields for quick mode
ZO_FEATURE_QUERY_PARTITION_STRATEGY: "file_num"
ZO_FEATURE_PER_THREAD_LOCK: "false"
ZO_RESULT_CACHE_ENABLED: "false"
ZO_QUERY_OPTIMIZATION_NUM_FIELDS: "0"
ZO_SCHEMA_MAX_FIELDS_TO_ENABLE_UDS: "100"
ZO_USER_DEFINED_SCHEMA_MAX_FIELDS: "200"
ZO_QUICK_MODE_ENABLED: "false"
ZO_QUICK_MODE_FORCE_ENABLED: "true"
ZO_QUICK_MODE_NUM_FIELDS: "500"
ZO_QUICK_MODE_STRATEGY: ""
ZO_BLOOM_FILTER_ENABLED: "true"
ZO_BLOOM_FILTER_DEFAULT_FIELDS: ""
ZO_ENABLE_INVERTED_INDEX: "true"
ZO_INVERTED_INDEX_STORE_FORMAT: "tantivy" # InvertedIndex store format, parquet(default), tantivy, both
ZO_INVERTED_INDEX_SEARCH_FORMAT: "tantivy" # InvertedIndex search format, parquet(default), tantivy.
ZO_INVERTED_INDEX_TANTIVY_MODE: "puffin" # Tantivy search mode, puffin or mmap, default is puffin.
ZO_INVERTED_INDEX_COUNT_OPTIMIZER_ENABLED: "true"
ZO_FEATURE_QUERY_REMOVE_FILTER_WITH_INDEX: "true"
ZO_INVERTED_INDEX_SPLIT_CHARS: ""
ZO_FULL_TEXT_SEARCH_TYPE: "prefix"
ZO_QUERY_ON_STREAM_SELECTION: "true"
ZO_DISTINCT_VALUES_INTERVAL: "10"
ZO_DISTINCT_VALUES_HOURLY: "false"
ZO_TRACING_ENABLED: "false"
ZO_TRACING_SEARCH_ENABLED: "false"
ZO_TRACING_HEADER_KEY: "Authorization"
ZO_TRACING_HEADER_VALUE: "Basic cm9vdEBleGFtcGxlLmNvbTpDb21wbGV4cGFzcyMxMjM="
OTEL_OTLP_HTTP_ENDPOINT: ""
ZO_TELEMETRY: "true"
ZO_TELEMETRY_HEARTBEAT: "1800"
ZO_TELEMETRY_URL: "https://e1.zinclabs.dev"
ZO_JSON_LIMIT: "209715200"
ZO_PAYLOAD_LIMIT: "209715200"
ZO_PARQUET_MAX_ROW_GROUP_SIZE: "0"
ZO_MAX_FILE_SIZE_ON_DISK: "128"
ZO_MAX_FILE_SIZE_IN_MEMORY: "128"
ZO_MAX_FILE_RETENTION_TIME: "600"
ZO_FILE_PUSH_INTERVAL: "10"
ZO_FILE_PUSH_LIMIT: "10000"
ZO_FILE_MOVE_THREAD_NUM: "0"
ZO_FILE_MERGE_THREAD_NUM: "0"
ZO_MEM_DUMP_THREAD_NUM: "0"
ZO_MEM_TABLE_MAX_SIZE: "0"
ZO_MEM_TABLE_BUCKET_NUM: "0"
ZO_MEM_PERSIST_INTERVAL: "5"
ZO_ENRICHMENT_TABLE_LIMIT: "10" # size in mb
ZO_WAL_WRITE_BUFFER_SIZE: "16384"
ZO_WAL_FSYNC_DISABLED: "false"
ZO_QUERY_THREAD_NUM: "0"
ZO_QUERY_TIMEOUT: "600"
ZO_ROUTE_TIMEOUT: "600"
ZO_ROUTE_MAX_CONNECTIONS: "1024"
ZO_HTTP_WORKER_NUM: "0"
ZO_HTTP_WORKER_MAX_BLOCKING: "0"
ZO_ACTIX_REQ_TIMEOUT: "30" # in second
ZO_ACTIX_KEEP_ALIVE: "30" # in second
ZO_ACTIX_SHUTDOWN_TIMEOUT: "10" # in second
ZO_INGEST_ALLOWED_UPTO: "24"
ZO_INGEST_FLATTEN_LEVEL: "3"
ZO_LOGS_FILE_RETENTION: "hourly"
ZO_TRACES_FILE_RETENTION: "hourly"
ZO_METRICS_FILE_RETENTION: "daily"
ZO_METRICS_DEDUP_ENABLED: "true"
ZO_METRICS_LEADER_PUSH_INTERVAL: "15"
ZO_METRICS_LEADER_ELECTION_INTERVAL: "30"
ZO_PROMETHEUS_HA_CLUSTER: "cluster"
ZO_PROMETHEUS_HA_REPLICA: "__replica__"
ZO_COMPACT_ENABLED: "true"
ZO_COMPACT_INTERVAL: "60"
ZO_COMPACT_SYNC_TO_DB_INTERVAL: "600"
ZO_COMPACT_STRATEGY: "file_time"
ZO_COMPACT_MAX_FILE_SIZE: "512"
ZO_COMPACT_DATA_RETENTION_DAYS: "3650"
ZO_COMPACT_DELETE_FILES_DELAY_HOURS: "2"
ZO_COMPACT_BATCH_SIZE: "100"
ZO_COMPACT_BLOCKED_ORGS: ""
ZO_MEMORY_CACHE_ENABLED: "true"
ZO_MEMORY_CACHE_STRATEGY: "lru"
ZO_MEMORY_CACHE_CACHE_LATEST_FILES: "false"
ZO_MEMORY_CACHE_MAX_SIZE: "0"
ZO_MEMORY_CACHE_SKIP_SIZE: "0"
ZO_MEMORY_CACHE_RELEASE_SIZE: "0"
ZO_MEMORY_CACHE_GC_SIZE: "50"
ZO_MEMORY_CACHE_GC_INTERVAL: "0"
ZO_MEMORY_CACHE_DATAFUSION_MEMORY_POOL: ""
ZO_MEMORY_CACHE_DATAFUSION_MAX_SIZE: "0"
ZO_DISK_CACHE_ENABLED: "true"
ZO_DISK_CACHE_STRATEGY: "lru"
ZO_DISK_CACHE_MAX_SIZE: "0"
ZO_DISK_CACHE_SKIP_SIZE: "0"
ZO_DISK_CACHE_RELEASE_SIZE: "0"
ZO_DISK_CACHE_GC_SIZE: "100"
ZO_DISK_CACHE_GC_INTERVAL: "0"
# ZO_S3_PROVIDER: "minio" # Need to set this up only if minio is being for object storage. Will be set automatically if enabled minio is being used.valid values are s3, azure, minio
ZO_S3_SERVER_URL: "" # do not need to set this if enabled minio is being used. settings will be picked from minio section
ZO_S3_REGION_NAME: "us-east-2" # do not need to set this if enabled minio is being used. settings will be picked from minio section
ZO_S3_BUCKET_NAME: "o2-dev-bucket" # do not need to set this if enabled minio is being used. settings will be picked from minio section
ZO_S3_BUCKET_PREFIX: ""
ZO_S3_FEATURE_FORCE_PATH_STYLE: "false"
ZO_S3_FEATURE_FORCE_HOSTED_STYLE: "false"
ZO_S3_FEATURE_HTTP1_ONLY: "false"
ZO_S3_FEATURE_HTTP2_ONLY: "false"
ZO_S3_SYNC_TO_CACHE_INTERVAL: "600"
ZO_S3_CONNECT_TIMEOUT: "10" # in seconds
ZO_S3_REQUEST_TIMEOUT: "3600" # in seconds
ZO_S3_ALLOW_INVALID_CERTIFICATES: "false"
ZO_S3_MAX_RETRIES: "10"
ZO_S3_MAX_IDLE_PER_HOST: "0"
ZO_USAGE_REPORTING_ENABLED: "false"
ZO_USAGE_REPORTING_MODE: "local"
ZO_USAGE_REPORTING_URL: "http://localhost:5080/api/_meta/usage/_json"
ZO_USAGE_REPORTING_CREDS: ""
ZO_USAGE_ORG: "_meta"
ZO_USAGE_BATCH_SIZE: "2000"
ZO_PRINT_KEY_CONFIG: "false"
ZO_PRINT_KEY_EVENT: "false"
ZO_PRINT_KEY_SQL: "false"
ZO_INGESTER_SERVICE_URL: ""
ZO_IGNORE_FILE_RETENTION_BY_STREAM: "false"
ZO_RUM_ENABLED: "false"
ZO_RUM_CLIENT_TOKEN: ""
ZO_RUM_APPLICATION_ID: ""
ZO_RUM_SITE: ""
ZO_RUM_SERVICE: ""
ZO_RUM_ENV: ""
ZO_RUM_VERSION: "0.9.1"
ZO_RUM_ORGANIZATION_IDENTIFIER: "default"
ZO_RUM_API_VERSION: "v1"
ZO_RUM_INSECURE_HTTP: "false"
ZO_COOKIE_MAX_AGE: "2592000" # 30 days
ZO_COOKIE_SAME_SITE_LAX: "true"
ZO_COOKIE_SECURE_ONLY: "false"
ZO_PROF_PYROSCOPE_ENABLED: "false"
ZO_PROF_PYROSCOPE_SERVER_URL: "http://localhost:4040"
ZO_PROF_PYROSCOPE_PROJECT_NAME: "openobserve"
ZO_ENTRY_PER_SCHEMA_VERSION_ENABLED: "true"
RUST_LOG: "info"
RUST_BACKTRACE: "0"
# Add extra environment variables to all pods, useful for overriding secrets
extraEnv: []
# - name: ZO_S3_SECRET_KEY
# valueFrom:
# secretKeyRef:
# name: s3credentials-secret
# key: S3_KEY
service:
type: ClusterIP
# type: LoadBalancer
http_port: 5080
grpc_port: 5081
annotations: {}
certIssuer:
enabled: false
ingress:
enabled: false
className: "nginx"
annotations:
cert-manager.io/issuer: letsencrypt
kubernetes.io/tls-acme: "true"
nginx.ingress.kubernetes.io/enable-cors: "true"
# nginx.ingress.kubernetes.io/connection-proxy-header: keep-alive
# nginx.ingress.kubernetes.io/proxy-connect-timeout: '600'
# nginx.ingress.kubernetes.io/proxy-send-timeout: '600'
# nginx.ingress.kubernetes.io/proxy-read-timeout: '600'
# nginx.ingress.kubernetes.io/proxy-body-size: 32m
hosts:
- host: openobserve.example.com
paths:
- path: /
pathType: ImplementationSpecific
tls:
- secretName: openobserve.example.com
hosts:
- openobserve.example.com
# You can specify resources for each deployment independently.
# For example, to configure resources for the ingester, use
# the code below:
# resources:
# ingester:
# limits:
# cpu: 150m
# memory: 512Mi
# requests:
# cpu: 100m
# memory: 128Mi
resources: {}
nodeSelector: {}
tolerations: []
affinity: {}
# https://github.com/minio/minio/blob/master/helm/minio/values.yaml
minio:
enabled: false # if true then minio will be deployed as part of openobserve
region: "us-east-1"
rootUser: rootuser
rootPassword: rootpass123
drivesPerNode: 1
replicas: 4
mode: distributed # or standalone
image:
repository: quay.io/minio/minio
tag: RELEASE.2023-02-10T18-48-39Z
pullPolicy: IfNotPresent
mcImage:
repository: quay.io/minio/mc
tag: RELEASE.2023-01-28T20-29-38Z
pullPolicy: IfNotPresent
buckets:
- name: mysuperduperbucket
policy: none
purge: false
resources:
requests:
memory: 256Mi
persistence:
enabled: true
size: 10Gi
storageClass: ""
accessModes:
- ReadWriteOnce
annotations: {}
# zPlane enables elasticsearch compatibility for openobserve. Copyright (c) 2023 Zinc Labs Inc.
# You can enable zPlane by setting enabled to true
# zPlane is a commercial software and requires a license to be used.
# Reach out to hello@zinclabs.io for commercial license if you continue to use zPlane
zplane:
enabled: false # if true then zPlane will be deployed as part of openobserve
image:
repository: public.ecr.aws/zinclabs/zplane
tag: 0.1.6
pullPolicy: IfNotPresent
service:
type: ClusterIP
port: 9200
annotations: {}
ingress: # if enabled is true then this is required
enabled: false
className: ""
annotations:
{}
# kubernetes.io/ingress.class: nginx
# cert-manager.io/issuer: letsencrypt
# kubernetes.io/tls-acme: true
hosts:
- host: chart-example.local
paths:
- path: /
pathType: ImplementationSpecific
tls:
[]
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
probes:
enabled: true
initialDelaySeconds: 10
failureThreshold: 3
path: /healthz