Hi I installed packetbeat because I wanted to check the traffic, now I don't need it anymore. I stopped the packetbeat service, disabled it and then uniinstalled the rpm package. Still there is a packetbeat index in ES but if I try to delete it I get this error:
{
"error" : {
"root_cause" : [
{
"type" : "illegal_argument_exception",
"reason" : "index [.ds-packetbeat-9.0.0-2025.05.21-000001] is the write index for data stream [packetbeat-9.0.0] and cannot be deleted"
}
],
"type" : "illegal_argument_exception",
"reason" : "index [.ds-packetbeat-9.0.0-2025.05.21-000001] is the write index for data stream [packetbeat-9.0.0] and cannot be deleted"
},
"status" : 400
}
how can i delete it?
many thanks