ElasticSearch on manager is in Fault state #13820
-
I've struggled for a few days with ElasticSearch on our manager node. It won't leave the Fault state. Today, I've restarted the whole fleet due to OS updates, and I also ran I've identified a few unassigned indices:
A subsequent attempt at removing these indices seems to succeed, but to no avail:
In
What can I do to get ElasticSearch operational again, short of reinstalling everything? I've also noticed the new release notes asking us to delete any incorrect indices via the command line. One piece of advice, don't assume everyone is an expert, well, not initially, so from now on, please provide a working example or at least be more descriptive about what a data stream is and how they are named. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
pcap > config > maxdirectoryfiles was set too high, causing issues on the search node, yes, singular. Reducing the value to 144000 and waiting for the stenographer to pick up this value and act on it, made all the difference. |
Beta Was this translation helpful? Give feedback.
-
Noted, we will work to improve this.
I'm glad you were able to resolve this issue, but I'm not sure I understand. How was stenographer impacting your search node? Search nodes shouldn't run stenographer: Unless perhaps your search node is actually a heavy node (not recommended)? |
Beta Was this translation helpful? Give feedback.
-
Today I cleared everything stored in ElasticSearch by running |
Beta Was this translation helpful? Give feedback.
-
We've updated the Release Notes: Please take a look and let us know whether or not that helps. |
Beta Was this translation helpful? Give feedback.
pcap > config > maxdirectoryfiles was set too high, causing issues on the search node, yes, singular. Reducing the value to 144000 and waiting for the stenographer to pick up this value and act on it, made all the difference.