Skip to content
Discussion options

You must be logged in to vote

Looks like the zeek index is the current write try rolling it over, closing and then deleting it

so-elasticsearch-query logs-zeek-so/_rollover -XPOST
so-elasticsearch-query .ds-logs-zeek-so-2024.09.06-000003/_close -XPOST
so-elasticsearch-query .ds-logs-zeek-so-2024.09.06-000003 -XDELETE

For the kibana one try

kpass=$(salt-call pillar.get elasticsearch:auth:users:so_kibana_user:pass --out=newline_values_only)
curl --user "so_kibana:$kpass" -s -k -L -H "Content-Type:application/json" "https://localhost:9200/.kibana_analytics_8.10.4_001" -XDELETE

Then check the cluster health again

so-elasticsearch-query _cluster/health?pretty=true

Replies: 1 comment 8 replies

Comment options

You must be logged in to vote
8 replies
@craigsmooth
Comment options

@reyesj2
Comment options

@craigsmooth
Comment options

@reyesj2
Comment options

Answer selected by craigsmooth
@craigsmooth
Comment options

@craigsmooth
Comment options

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