Elasticsearch Status: Fault #13653
-
Version2.4.100 Installation MethodNetwork installation on Debian Descriptionother (please provide detail below) Installation TypeDistributed Locationcloud Hardware SpecsMeets minimum requirements CPU8 RAM16 Storage for /330 Storage for /nsm330 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 DetailYesterday my Elasticsearch Status suddenly said Fault. I investigated the indexes a bit using some of my notes that fixed some index issues in the past, but none of my previous 'fixes' worked this time. So I just rebooted the server and everything came back up and worked fine. But then this morning it went into Fault again. When I run this command When I run I already tried changing the Watermark settings last week, which fixed the Pending issues I had last week, but this is a new problem. It's not Pending anymore, it's Faulting. Is there any script or something that I can run to clean this up? I'm willing to delete things if needed, but I don't want to rebuild unless it's a last resort since I have some Forward nodes and numerous endpoints sending their Elastic data into this server. Guidelines
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
Here's some addition log info that looks like it may be helpful to someone who understands what it means. root@soman:/opt/so/log/elasticsearch# tail securityonion.log |
Beta Was this translation helpful? Give feedback.
-
After asking ChatGPT about the details of this, it's telling me that the issue is related to disk space. The node "soman" has exceeded the high watermark setting (cluster.routing.allocation.disk.watermark.high=80%), and it requires at least 61 GB of free space, but only 57.2 GB is available. So I'm dropping the 'high' watermark down to 70%. We'll see if that fixes it. |
Beta Was this translation helpful? Give feedback.
-
After many hours of fixing broken indexes, and adjusting the Elasticsearch Global ILM Policy's, I've got things working again. Hopefully the ILM and Watermark settings don't let this happen again. |
Beta Was this translation helpful? Give feedback.
-
hello there, i have got the same issue as you provided above. can you tell me how you solved this issue? |
Beta Was this translation helpful? Give feedback.
After many hours of fixing broken indexes, and adjusting the Elasticsearch Global ILM Policy's, I've got things working again. Hopefully the ILM and Watermark settings don't let this happen again.