Ich versuche einen Elasticsearch Index zu löschen.
manuel@vie-nb-gbi016:/mnt/c/chroot$ curl -X DELETE "https://172.21.0.134:9200/winlogbeat-8.17.4" -u "elastic:xxxxxx" --insecure
{"error":{"root_cause":[{"type":"index_not_found_exception","reason":"no such index [winlogbeat-8.17.4]","resource.type":"index_or_alias","excluded_ds":"true","resource.id":"winlogbeat-8.17.4","index_uuid":"_na_","index":"winlogbeat-8.17.4"}],"type":"index_not_found_exception","reason":"no such index [winlogbeat-8.17.4]","resource.type":"index_or_alias","excluded_ds":"true","resource.id":"winlogbeat-8.17.4","index_uuid":"_na_","index":"winlogbeat-8.17.4"},"status":404}
Der Index ist aber da
manuel@vie-nb-gbi016:/mnt/c/chroot$ curl -X DGET "https://172.21.0.134:9200/_cat/indices -u "elastic:xxxxxx" --insecure
yellow open .ds-winlogbeat-8.17.4-2025.03.28-000001 X8-XSuVoQzK__yNrUSlf4w 1 1 1462 0 3.1mb 3.1mb 3.1mb
Wie kann ich den löschen?