Skip to content
Discussion options

You must be logged in to vote

If that index is corrupt, you would want to remove it with DELETE. You can do it in Kibana > Stack Management > Index Management or via the CLI with sudo so-elasticsearch-query .ds-logs-soc-so-2025.10.11-000001 -XDELETE

If you get an error that says you cannot delete because that it the write index for the data stream, then use the rollover API first, then delete it. To rollover the data stream - sudo so-elasticsearch-query logs-soc-so/_rollover -XPOST

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@cm-ops
Comment options

Answer selected by DCraigRich
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
2.4
Labels
None yet
2 participants