Cluster Configuration
For a self-hosted LogScale cluster, you first need to enable FDR polling
and ingest in the configuration of at least one LogScale node using
ENABLE_FDR_POLLING_ON_NODE
.
FDR polling is enabled by default, so no further configuration is needed in most cases.
If a LogScale node in the cluster should not participate in FDR polling,
you can exclude it by setting ENABLE_FDR_POLLING_ON_NODE
to False
in that node's configuration. You can
disable FDR polling across the whole cluster by applying this
configuration option to every node.
You can disable the usage of
HTTP proxy via the
FDR_USE_PROXY
configuration variable.