Skip to content

Commit a13b477

Browse files
committed
enabled websockets and result cache by default
1 parent 9ebdf46 commit a13b477

File tree

5 files changed

+45
-12
lines changed

5 files changed

+45
-12
lines changed

charts/openobserve-standalone/Chart.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ dependencies:
33
repository: https://charts.min.io
44
version: 5.3.0
55
digest: sha256:c539f29a4cbdeef50e73fccb320917baf7e08913288b2b2ba68f89f0eaf266de
6-
generated: "2025-01-19T12:53:30.220992-08:00"
6+
generated: "2025-01-20T02:37:49.007407-08:00"

charts/openobserve/Chart.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ dependencies:
99
repository: https://charts.min.io
1010
version: 5.3.0
1111
digest: sha256:63714207ce2a35dd0dac5d8f70e4c23cb058f1a6f710689dcdbd6fe018221cb0
12-
generated: "2025-01-19T12:53:26.351031-08:00"
12+
generated: "2025-01-20T02:37:44.965131-08:00"

charts/openobserve/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.14.14
18+
version: 0.14.15
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

charts/openobserve/values.yaml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,8 @@ config:
211211
ZO_FEATURE_QUICK_MODE_FIELDS: "" # default fields for quick mode
212212
ZO_FEATURE_QUERY_PARTITION_STRATEGY: "file_hash"
213213
ZO_FEATURE_PER_THREAD_LOCK: "false"
214-
ZO_RESULT_CACHE_ENABLED: "false" # Enable result cache for query results
215-
ZO_USE_MULTIPLE_RESULT_CACHE: "false" # Enable to use mulple result caches for query results
214+
ZO_RESULT_CACHE_ENABLED: "true" # Enable result cache for query results
215+
ZO_USE_MULTIPLE_RESULT_CACHE: "true" # Enable to use mulple result caches for query results
216216
ZO_RESULT_CACHE_SELECTION_STRATEGY: "overlap" # Strategy to use for result cache, default is both , possible value - both,overlap , duration
217217
ZO_RESULT_CACHE_DISCARD_DURATION: "60" # Discard data of last n seconds from cached results
218218
ZO_CONSISTENT_HASH_VNODES: "100"
@@ -414,7 +414,7 @@ config:
414414
ZO_SELF_METRIC_CONSUMPTION_INTERVAL: "60" # self-consume metrics interval, unit seconds
415415
ZO_SELF_METRIC_CONSUMPTION_ACCEPTLIST: "" # only these metrics will be self-consumed, comma separated
416416
ZO_SWAGGER_ENABLED: "true"
417-
ZO_WEBSOCKET_ENABLED: "false"
417+
ZO_WEBSOCKET_ENABLED: "true"
418418

419419
# Add extra environment variables to all pods, useful for overriding secrets
420420
extraEnv: []
@@ -446,7 +446,12 @@ ingress:
446446
cert-manager.io/issuer: letsencrypt
447447
kubernetes.io/tls-acme: "true"
448448
nginx.ingress.kubernetes.io/enable-cors: "true"
449-
# nginx.ingress.kubernetes.io/connection-proxy-header: keep-alive
449+
nginx.ingress.kubernetes.io/proxy-http-version: "1.1" # Enable HTTP/1.1 for WebSockets
450+
nginx.ingress.kubernetes.io/enable-websocket: "true"
451+
nginx.ingress.kubernetes.io/proxy-set-headers: |
452+
Upgrade $http_upgrade;
453+
Connection "Upgrade";
454+
# nginx.ingress.kubernetes.io/connection-proxy-header: keep-alive # keep-alive should be disabled for websockets to work
450455
# nginx.ingress.kubernetes.io/proxy-connect-timeout: '600'
451456
# nginx.ingress.kubernetes.io/proxy-send-timeout: '600'
452457
# nginx.ingress.kubernetes.io/proxy-read-timeout: '600'

index.yaml

Lines changed: 33 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,34 @@ entries:
5858
- https://charts.openobserve.ai/charts/minio-5.0.7.tgz
5959
version: 5.0.7
6060
openobserve:
61+
- apiVersion: v2
62+
appVersion: v0.14.1
63+
created: "2025-01-20T02:37:49.285931-08:00"
64+
dependencies:
65+
- condition: etcd.enabled
66+
name: etcd
67+
repository: https://charts.bitnami.com/bitnami
68+
version: 10.4.2
69+
- condition: nats.enabled
70+
name: nats
71+
repository: https://nats-io.github.io/k8s/helm/charts/
72+
version: 1.2.6
73+
- condition: minio.enabled
74+
name: minio
75+
repository: https://charts.min.io
76+
version: 5.3.0
77+
description: Logs, Metrics and Traces, Dashboards, RUM, Error tracking, Session
78+
replay etc. Elasticsearch API compatibility.
79+
digest: 0606be7cfd76f7096db2dabbc1744088f004e21c64ece0779cd6f15a451f6202
80+
maintainers:
81+
82+
name: OpenObserve
83+
url: https://openobserve.ai
84+
name: openobserve
85+
type: application
86+
urls:
87+
- openobserve-0.14.15.tgz
88+
version: 0.14.15
6189
- apiVersion: v2
6290
appVersion: v0.14.1
6391
created: "2025-01-19T12:53:30.526941-08:00"
@@ -3945,9 +3973,9 @@ entries:
39453973
openobserve-collector:
39463974
- apiVersion: v2
39473975
appVersion: 0.113.0
3948-
created: "2025-01-19T12:53:30.527757-08:00"
3976+
created: "2025-01-20T02:37:49.286674-08:00"
39493977
description: An opinionated installation of OTEL Collector for OpenObserve
3950-
digest: 4c3d2f4dbc51f2972f4bc8c5996098d447e58499eab235b791312647534e4b9b
3978+
digest: b8d3e0c871a692e1108c93d8106001c30e434fc504a38c5dbcf74fd206d0e495
39513979
maintainers:
39523980
39533981
name: OpenObserve
@@ -4534,15 +4562,15 @@ entries:
45344562
openobserve-standalone:
45354563
- apiVersion: v2
45364564
appVersion: v0.14.0
4537-
created: "2025-01-19T12:53:30.529063-08:00"
4565+
created: "2025-01-20T02:37:49.287799-08:00"
45384566
dependencies:
45394567
- condition: minio.enabled
45404568
name: minio
45414569
repository: https://charts.min.io
45424570
version: 5.3.0
45434571
description: Logs, Metrics and Traces, Dashboards, RUM, Error tracking, Session
45444572
replay etc. Elasticsearch API compatibility.
4545-
digest: 033da471ed1f7cbba0042faf6a600f9f4b9e02d42f325702501484e339b15457
4573+
digest: 758cfdde53831981da322cab7d4f238b5caca603a0ff464c4c279c43ed2a8f97
45464574
maintainers:
45474575
45484576
name: OpenObserve
@@ -5052,4 +5080,4 @@ entries:
50525080
urls:
50535081
- openobserve-standalone-0.7.29.tgz
50545082
version: 0.7.29
5055-
generated: "2025-01-19T12:53:30.521997-08:00"
5083+
generated: "2025-01-20T02:37:49.28137-08:00"

0 commit comments

Comments
 (0)