Replies: 1 comment
-
|
Do not expect I would handle it in this order:
curl -s localhost:9200/_cluster/allocation/explain?pretty
curl -s localhost:9200/_cat/shards?v | grep UNASSIGNED
The bigger issue is capacity/retention. With more than 10Gbps SPAN traffic, 4TB can fill quickly depending on what is being logged. After recovery, reduce retention/ingest volume or increase If this solves it, please mark this comment as the answer so other people can find it faster. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Version
2.4.180
Installation Method
Security Onion ISO image
Description
configuration
Installation Type
other (please provide detail below)
Location
airgap
Hardware Specs
Meets minimum requirements
CPU
Intel Xeon Gold 6330 @ 2.00GHz 16 cores
RAM
62
Storage for /
3.9 T
Storage for /nsm
3.8 T
Network Traffic Collection
span port
Network Traffic Speeds
more than 10Gbps
Status
No, one or more services are failed (please provide detail below)
Salt Status
No, there are no failures
Logs
No, there are no additional clues
Detail
Hi,
Got an issue with SO 2.4.180 where Elasticsearch went RED and stopped indexing new logs.
What happened:
The /nsm partition filled up to 95.4% (3.6TB out of 4TB, mostly old Zeek logs). ES won't allocate shards anymore because it's above the 95% watermark.
Cluster shows 600 unassigned shards and status is RED. Already tried /_cluster/reroute?retry_failed=true but that didn't help.
My setup:
Manager: 16 cores, 62GB RAM, 4TB storage
Network collection via SPAN port
Grid shows so-elastalert and so-elastic-fleet as "missing"
Guidelines
Beta Was this translation helpful? Give feedback.
All reactions