Skip to content

Commit ae3aee8

Browse files
committed
feat: add new env
1 parent 62f73f8 commit ae3aee8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/environment-variables.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@ OpenObserve is configured through the use of below environment variables.
104104
| ZO_QUERY_THREAD_NUM | - | No | number of threads for searching in data files. |
105105
| ZO_QUERY_TIMEOUT | 600 | No | Default timeout of query, unit: seconds |
106106
| 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` |
108109
| ZO_IGNORE_FILE_RETENTION_BY_STREAM | | No | |
109110
| ZO_ACTIX_REQ_TIMEOUT | 30 | No | Sets actix server client timeout in seconds for first request. |
110111
| ZO_ACTIX_KEEP_ALIVE | 30 | No | Sets actix server keep-alive preference in seconds. |

0 commit comments

Comments
 (0)