Disabling the Federate plugin
Siren Federate allows a node to disable the plugin. This allows an Elasticsearch node to avoid loading all Federate modules and prevents it from being involved in any Federate tasks.
To enable this behavior:
-
Set the
federate.enabled
node attribute tofalse
.config/elasticsearch.yml:node.attr.federate.enabled: false
-
Restart the node.
You must ensure that the required indices are allocated on Federate-enabled nodes. Documents residing on Federate-disabled nodes aren’t available when querying Federate. In other words, these documents are silently ignored and are without any feedback in the response. |