Removed: 1.108
This variable has been removed.
Variable | ZOOKEEPER_URL | |
Removed in Version | 1.108 | |
Description | Sets the Zookeeper servers | |
Default | localhost:2181 |
Sets the ZooKeeper servers. The default
localhost:2181
is fine for a
single-server system, but should be set to a comma-separated
host:port
pairs string. Example:
zoohost01:2181,zoohost02:2181,zoohost03:2181
.
Note, there is no security on the ZooKeeper connections. Keep inside a
trusted LAN.
ini
# ZOOKEEPER_URL_FOR_NODE_UUID=host1:2181,host2:2181,host3:2181
# ZOOKEEPER_PREFIX_FOR_NODE_UUID=/humio_autouuid_
ZOOKEEPER_URL=localhost:2181