Wie kann ich alle gespeicherten Elasticsearch Indices anzeigen?
C:\Windows\system32>curl -X GET "http://localhost:9200/_indices" -u elastic:*y_mEkRRJHEBLK7ird=*
{"error":{"root_cause":[{"type":"invalid_index_name_exception","reason":"Invalid index name [_indices], must not start with '_'.","index_uuid":"_na_","index":"_indices"}],"type":"invalid_index_name_exception","reason":"Invalid index name [_indices], must not start with '_'.","index_uuid":"_na_","index":"_indices"},"status":400}
C:\Windows\system32>