One or more entries is missing from the cluster_node_sensor_addresses table to tell the sensor which node to submit event data into.
Resolution
Verify the node id's
cat /etc/cb/cluster.conf
[Primary] is always node id 0.
[Minion <id>] is the minions id.
Run this command for each node missing the information, updating the command with the valid node id found in step 1, IP address and hostname. Note: all values should be surrounded by single quotes except the node_id and port. Do not include the <> brackets.
The cluster_node_sensor_addresses table is generated at first setup "cbinit" for the primary and during "cbcluster add-node" for the minion.
With this info missing the sensor will instead use the Server URL set in the sensor groups as the datastore server and treat the cluster as a standalone instance.
All data already submitted to the primary will remain on the primary. Over time the cores will be deleted and the disk space will be load balanced as expected.