Skip to content

Commit 51bbe92

Browse files
Dev (#246)
* fix: add plausible event tracking for "Request Demo" link and update newsletter endpoint formatting (#243) * docs update (#245) - Hash action in SDR - Configuration tab in the stream details screen - Broadcast join and broadcast join in enrichment table - Data types and field type in streams Co-authored-by: Debashis Borgohain <dborgohain@openobserve.ai> * docs update (#247) Add region-based enrichment caching doc using ZO_ENRICHMENT_TABLE_GET_REGION Document the query_recommendations stream, its usage and structure Correction on the organizations.md file Add match_all_hash UDF usage to Sensitive Data Redaction guide * update /streams/.pages file (#248) * Doc updates (#249) * update /streams/.pages file * update the query-recommendations.md file --------- Co-authored-by: ktx-krupa <krupa.jivani@kiara.tech>
1 parent bdafd5a commit 51bbe92

File tree

52 files changed

+746
-251
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+746
-251
lines changed

docs/environment-variables.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,8 @@ OpenObserve is configured using the following environment variables.
333333
| ZO_NATS_DELIVER_POLICY | all | Starting point in the stream for message delivery. Allowed values are all, last, new. |
334334
| ZO_NATS_SUB_CAPACITY | 65535 | Maximum subscription capacity. |
335335
| ZO_NATS_QUEUE_MAX_SIZE | 2048 | Maximum queue size in megabytes. |
336+
| ZO_NATS_KV_WATCH_MODULES | 2048 | Defines which internal modules use the NATS Key-Value Watcher instead of the default NATS Queue for event synchronization. Add one or more module prefixes separated by commas, such as /nodes/ or /user_sessions/. When left empty, all modules use the default NATS Queue mechanism. |
337+
| ZO_NATS_EVENT_STORAGE | memory | Controls how NATS JetStream stores event data. Use memory for high-speed, in-memory event storage or file for durable, disk-based storage that persists across restarts. <br> Performance Benchmark Results: <br> • File Storage: 10,965 ops/sec (10.71 MB/s throughput, ~911 µs mean latency) <br>• Memory Storage: 16,957 ops/sec (16.56 MB/s throughput, ~589 µs mean latency) <br> Memory storage offers ~55 percent higher throughput and lower latency, while file storage ensures durability. |
336338

337339

338340
## S3 and Object Storage
@@ -573,7 +575,7 @@ OpenObserve is configured using the following environment variables.
573575
| ZO_QUICK_MODE_ENABLED | false | Indicates if quick mode is enabled. |
574576
| ZO_QUICK_MODE_NUM_FIELDS | 500 | The number of fields to consider for quick mode. |
575577
| ZO_QUICK_MODE_STRATEGY | | Possible values are `first`, `last`, `both`. |
576-
578+
| ZO_QUICK_MODE_FORCE_ENABLED | true | |
577579

578580
## Miscellaneous
579581
| Environment Variable | Default Value | Description |

docs/images/add-regex-pattern.png

43.8 KB
Loading
199 KB
Loading
78.4 KB
Loading
76.3 KB
Loading
-14 KB
Loading
-15.8 KB
Loading
145 KB
Loading
144 KB
Loading

docs/images/extended-retention.png

-28.9 KB
Loading

0 commit comments

Comments
 (0)