Skip to content

Commit b9a893c

Browse files
Env variable doc (#117)
* update the environment variables doc * update environment-variables doc
1 parent fb92e08 commit b9a893c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/environment-variables.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,10 @@ OpenObserve is configured through the use of below environment variables.
136136
| ZO_SWAGGER_ENABLED | true | No | Generate SWAGGER API documentation by default. (since v0.10.8) |
137137
| ZO_INGEST_ALLOWED_UPTO | 5 | No | Discards events older than the specified number of hours. By default, OpenObserve accepts data only if it is not older than 5 hours from the current ingestion time.|
138138
| ZO_INGEST_ALLOWED_IN_FUTURE | 24 | No | Discards events dated beyond the specified number of future hours. By default, OpenObserve accepts data only if it is not timestamped more than 24 hours into the future.|
139+
| ZO_QUERY_INDEX_THREAD_NUM | 0 | No | Controls thread count for Tantivy index search. Set to `0` to use default: `CPU cores × 4`. Set a positive integer to override. `0` does not mean unlimited.|
140+
| ZO_SEARCH_INSPECTOR_ENABLED | false | No | Controls search inspector feature for detailed search operation tracing. When enabled, tracks search operations with `trace_id` and generates extensive logs for debugging. |
141+
| ZO_UTF8_VIEW_ENABLED | true | No | When set to `true`, this environment variable activates DataFusion's StringView optimization in OpenObserve, which automatically converts UTF8 string fields to the more efficient UTF8View data type during query processing. |
142+
139143

140144
> For local mode, OpenObserve use sqlite as the metadata store.
141145
>

0 commit comments

Comments
 (0)