Skip to content
Discussion options

You must be logged in to vote

Looking at your elasticsearch/securityonion.log there are errors relating to too many shards. You can try removing a few of your older indices to bring that count down.

so-elasticsearch-query _cat/indices?s=index will show you a list of indices

then you can take one of the indices name you wish to remove (they should be sorted by name. Chose one that is oldest vs trying to delete most recent. Example below where I would delete .ds-logs-suricata.alerts-so-2025.02.10-000001

green  open .ds-logs-suricata.alerts-so-2025.02.10-000001                          sZIZYQAmRDe2Ty-LFpOF7A 1 1      676    0   9.9mb   4.9mb   4.9mb
green  open .ds-logs-suricata.alerts-so-2025.02.11-000002               …

Replies: 4 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@reyesj2
Comment options

@DCraigRich
Comment options

Comment options

You must be logged in to vote
1 reply
@DCraigRich
Comment options

Comment options

You must be logged in to vote
1 reply
@DCraigRich
Comment options

Answer selected by reyesj2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
2.4
Labels
None yet
3 participants