Cluster Configuration
For a self-cloud LogScale cluster, the following must be configured:
enable FDR polling and ingest in the configuration of at least one LogScale node using
ENABLE_FDR_POLLING_ON_NODE
.Note
FDR polling is enabled by default, so no further configuration is needed in most cases.
enable the feature flag
FdrFeeds
.
To enable features, see Feature Flags.
Excluding cluster nodes from FDR polling:
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.