Skip to content

Commit db0fea8

Browse files
committed
update env
1 parent 2b460e1 commit db0fea8

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

docs/environment-variables.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@ OpenObserve is configure through the use of below environment variables.
1212
| ZO_LOCAL_MODE_STORAGE | disk | No | `disk` or `s3`, Applicable only for local mode , by default local disk is used as storage, we also support s3 in local mode. |
1313
| ZO_NODE_ROLE | all | No | Possible values are : all, ingester, querier, compactor, router, alertmanager. A single node can have multiple roles id desired. Specify roles separated by comma. e.g. compactor,alertmanager |
1414
| ZO_HTTP_PORT | 5080 | No | openobserve server listen HTTP port |
15+
| ZO_HTTP_ADDR | | No | openobserve server listen HTTP ip address |
1516
| ZO_HTTP_IPV6_ENABLED | false | No | enable ipv6 support for HTTP |
16-
| ZO_GRPC_PORT | 5081 | No | openobserve server listen grpc port |
17+
| ZO_GRPC_PORT | 5081 | No | openobserve server listen gRPC port |
18+
| ZO_GRPC_ADDR | | No | openobserve server listen gRPC ip address |
1719
| ZO_GRPC_TIMEOUT | 600 | No | grpc query timeout, default is 500 seconds |
1820
| ZO_GRPC_ORG_HEADER_KEY | openobserve-org-id | No | header key for sending organization information for `traces` using OTLP over grpc |
1921
| ZO_ROUTE_TIMEOUT | 600 | No | timeout for router node. |
@@ -28,7 +30,6 @@ OpenObserve is configure through the use of below environment variables.
2830
| ZO_FEATURE_FULLTEXT_ON_ALL_FIELDS | false | No | default full text search uses `log`, `message`, `data` or selected stream fields. Enabling this option will perform full text search on each field, may hamper full text search performance |
2931
| ZO_UI_ENABLED | true | No | default we enable embed UI, one can disable it. |
3032
| ZO_UI_SQL_BASE64_ENABLED | false | No | Enable base64 encoding for SQL in UI. |
31-
| ZO_METRICS_DEDUP_ENABLED | true | No | enable de-duplication for metrics |
3233
| ZO_TRACING_ENABLED | false | No | enable it to send traces to remote trace server. |
3334
| OTEL_OTLP_HTTP_ENDPOINT | - | No | remote trace server endpoint. |
3435
| ZO_TRACING_HEADER_KEY | Authorization | No | remote trace server endpoint authentication header key. |
@@ -56,7 +57,8 @@ OpenObserve is configure through the use of below environment variables.
5657
| RUST_LOG | info | No | log level, default is info, supports: error, warn, info, debug, trace |
5758
| ZO_COLS_PER_RECORD_LIMIT | 1000 | No | number of fields allowed per records during ingestion , records having more fields than configured value will be discarded |
5859
| ZO_PRINT_KEY_CONFIG | false | No | Print key config information in logs |
59-
| ZO_LUA_FN_ENABLED | false | No | Enable Lua functions for ingestion and query. Do not enable this in untrusted environments due to security considerations. Use default VRL functions if unsure. |
60+
| ZO_PRINT_KEY_SQL | false | No | Print key sql in logs |
61+
| ZO_METRICS_DEDUP_ENABLED | true | No | enable de-duplication for metrics |
6062
| ZO_METRICS_LEADER_PUSH_INTERVAL | 15 | No | interval at which current leader information is updated to metadata store , default 15s, unit: second |
6163
| ZO_METRICS_LEADER_ELECTION_INTERVAL | 30 | No | interval after which new leader for metrics will be elected , when data isnt received from current leader, default 30s, unit: second |
6264
| ZO_PROMETHEUS_HA_CLUSTER | cluster | | No | for Prometheus cluster deduplication |
@@ -71,8 +73,8 @@ OpenObserve is configure through the use of below environment variables.
7173
| ----------------------------- | ------------- |-------------- | ------------------------------------------------------------------------- |
7274
| ZO_ETCD_ADDR | localhost:2379 | No | default etcd endpoint |
7375
| ZO_ETCD_PREFIX | /openobserve/oxide/ | No | etcd keys prefix |
74-
| ZO_ETCD_CONNECT_TIMEOUT | 2 | No | endpoint connection timeout, unit: seconds |
75-
| ZO_ETCD_COMMAND_TIMEOUT | 5 | No | command execute timeout, unit: seconds |
76+
| ZO_ETCD_CONNECT_TIMEOUT | 5 | No | endpoint connection timeout, unit: seconds |
77+
| ZO_ETCD_COMMAND_TIMEOUT | 10 | No | command execute timeout, unit: seconds |
7678
| ZO_ETCD_LOCK_WAIT_TIMEOUT | 60 | No | max ttl for a lock, the lock will report timeout above this limit. |
7779
| ZO_ETCD_LOAD_PAGE_SIZE | 10000 | No | set/change this to detect pagination size for loading data from etcd. |
7880
| ZO_ETCD_USER | - | No | authentication, username, refer: https://etcd.io/docs/v3.5/op-guide/authentication/rbac/ |

0 commit comments

Comments
 (0)