Skip to content
Discussion options

You must be logged in to vote

Tuning and space management is for sure one of the biggest challenges with selfhosting a SIEM

Couple things I would recommend doing.

Free up space to get logged back in:

From LME server

login to the elasticsearch container:

sudo -i podman exec -it lme-elasticsearch bash

list your indices by size:

curl -k -u elastic:${ELASTIC_PASSWORD} 'https://localhost:9200/_cat/indices?v&s=store.size:desc&h=index,store.size,docs.count,creation.date.string'

You can then delete some of them using a command like so:

curl -k -X DELETE -u elastic:${ELASTIC_PASSWORD} https://localhost:9200/.ds-metrics-windows.service-default-2025.02.24-000001

The end of the command will be the name of the index you want to…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by cbaxley
Comment options

You must be logged in to vote
0 replies
Comment options

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

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