-
Version2.4.30 Installation MethodSecurity Onion ISO image Descriptionconfiguration Installation TypeDistributed Locationon-prem with Internet access Hardware SpecsExceeds minimum requirements CPU8 RAM32 Storage for /256 Storage for /nsm256 Network Traffic Collectiontap Network Traffic Speeds1Gbps to 10Gbps StatusYes, all services on all nodes are running OK Salt StatusYes, there are salt failures (please provide detail below) LogsNo, there are no additional clues DetailAre receiver nodes expected to sustain operations when the manager is offline? Based on limited testing, when the manager is offline, the search nodes stop draining the receiver redis queue, redis eventually fills, and logstash stops processing until the manager is back online. The same does not occur for the manager if/when the receiver is offline. It appears the manager is required to coordinate elasticsearch cluster operations. Considering the below data (counts of SO log output), when the receiver (red) is offline between ~16:00- 16:15 the manager (blue) continues processing events w/out issue. When this is reversed and the manager is offline between ~16:30- 16:40, the receiver stops once redis maxmemory is exhausted; only after the manager is back online do the search nodes begin draining redis again. Guidelines
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
Can you add a master role to one of your search nodes and try this exercise again? My guess is that the cluster went to red because there was no nodes with the master role. You could find that as well in the logs for the search nodes during that period. |
Beta Was this translation helpful? Give feedback.
-
@argwfm Does your cluster have a quorum for the master? What we are observing is stops ingesting after a bit due to no quorum. |
Beta Was this translation helpful? Give feedback.
-
This issue will be fixed in 2.4.40: #12037 |
Beta Was this translation helpful? Give feedback.
Can you add a master role to one of your search nodes and try this exercise again? My guess is that the cluster went to red because there was no nodes with the master role. You could find that as well in the logs for the search nodes during that period.