Search Extension Configuration
Introduction
The Infinite Scale Search extension provides a …
Extensions are under development because of the |
Configuration
Environment Variables
The search
extension is configured via the following environment variables:
Name | Type | Default Value | Description |
---|---|---|---|
|
bool |
false |
|
|
string |
||
|
string |
||
|
string |
||
|
string |
||
|
bool |
false |
|
|
bool |
false |
|
|
string |
||
|
string |
127.0.0.1:9224 |
Bind address of the debug server, where metrics, health, config and debug endpoints will be exposed. |
|
string |
Token to secure the metrics endpoint |
|
|
bool |
false |
Enables pprof, which can be used for profiling |
|
bool |
false |
Enables zpages, which can be used for collecting and viewing traces in-me |
|
string |
127.0.0.1:9220 |
The address of the grpc service. |
|
string |
~/.ocis/search |
|
|
string |
127.0.0.1:9142 |
|
|
string |
127.0.0.1:9233 |
the address of the streaming service |
|
string |
ocis-cluster |
the clusterID of the streaming service. Mandatory when using nats |
|
string |
search |
the customergroup of the service. One group will only get one copy of an event |
|
string |
Since Version: +
added, -
deprecated
YAML Example
# Autogenerated
# Filename: search-config-example.yaml
tracing:
enabled: false
type: ""
endpoint: ""
collector: ""
log:
level: ""
pretty: false
color: false
file: ""
debug:
addr: 127.0.0.1:9224
token: ""
pprof: false
zpages: false
grpc:
addr: 127.0.0.1:9220
data_path: ~/.ocis/search
reva:
address: 127.0.0.1:9142
events:
endpoint: 127.0.0.1:9233
cluster: ocis-cluster
group: search
machine_auth_api_key: ""