Elastic Status Flapping red / yellow / green #14241
-
Version2.4.120 Installation MethodSecurity Onion ISO image Descriptionother (please provide detail below) Installation TypeDistributed Locationairgap Hardware SpecsExceeds minimum requirements CPU16 RAM128 GB Storage for /5 TB Storage for /nsm10 TB Network Traffic Collectionspan port Network Traffic SpeedsLess than 1Gbps StatusNo, one or more services are failed (please provide detail below) Salt StatusNo, there are no failures LogsNo, there are no additional clues DetailMy elasticsearch status / health seems to constantly be flapping between red, yellow, and green. Grid also coincides with "FAULT","PENDING","OK". Does anyone have any idea what might be causing the flapping of the cluster health? I have been periodically running _so-elasticsearch-query cluster/health?pretty to validate. Thanks for any tips. Guidelines
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
What exactly is this command telling you? Do you have one or more search nodes? Are you having any network issues between the manager and the search nodes? Have you checked the Elasticsearch log for additional clues? |
Beta Was this translation helpful? Give feedback.
Logs were certainly helpful. :) We were able to track it down to the cisco switch where the mgmt interfaces for the so nodes terminate. Switch was configured with storm-control which was rate limiting the traffic between the nodes causing network issues. Removing that seems to have resolved the issue. Thanks @dougburks