You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/environment-variables.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,8 @@ OpenObserve is configured through the use of below environment variables.
104
104
| ZO_QUERY_THREAD_NUM | - | No | number of threads for searching in data files. |
105
105
| ZO_QUERY_TIMEOUT | 600 | No | Default timeout of query, unit: seconds |
106
106
| ZO_QUERY_ON_STREAM_SELECTION || No ||
107
-
| ZO_ENABLE_INVERTED_INDEX | false | No ||
107
+
| ZO_ENABLE_INVERTED_INDEX | true | No | Enable inverted index creation as default |
108
+
| ZO_INVERTED_INDEX_CAMEL_CASE_TOKENIZER_DISABLED | false | No | Enable CamelCase tokenizer as default, if you want to disable it then you can set it to `true`|
108
109
| ZO_IGNORE_FILE_RETENTION_BY_STREAM || No ||
109
110
| ZO_ACTIX_REQ_TIMEOUT | 30 | No | Sets actix server client timeout in seconds for first request. |
110
111
| ZO_ACTIX_KEEP_ALIVE | 30 | No | Sets actix server keep-alive preference in seconds. |
0 commit comments