Unable to delete indices #13790
Replies: 2 comments 1 reply
-
Are you trying to delete all your indices? If not which ones? |
Beta Was this translation helpful? Give feedback.
-
create a role then Try this: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Version
2.4.100
Installation Method
Security Onion ISO image
Description
configuration
Installation Type
Distributed
Location
on-prem with Internet access
Hardware Specs
Exceeds minimum requirements
CPU
64
RAM
251G
Storage for /
558G
Storage for /nsm
38T
Network Traffic Collection
tap
Network Traffic Speeds
1Gbps to 10Gbps
Status
Yes, all services on all nodes are running OK
Salt Status
No, there are no failures
Logs
No, there are no additional clues
Detail
Hello,
I am encountering difficulties when trying to manually delete indices. The indices I wish to remove are visible using the command
sudo so-elasticsearch-shards-list
, but I am unable to delete them.When I attempt to delete the indices through the Kibana Dev Console with the command
DELETE /.ds-logs-*
I receive the following error:Additionally, when I try to delete using the command
curl -X DELETE localhost:9200/.ds-logs-*
I receive the following error:I've tried this command on my manager node and the storage node the indices is stored on, receiving the same error.
Guidelines
Beta Was this translation helpful? Give feedback.
All reactions