Hi, I'm trying to delete some data from the graylog2 elasticsearch using the delete by query api. This works fine whilst using the active index, but fails with : ClusterBlockException[blocked by: [FORBIDDEN/8/index write (api)]; when trying to delete messages from any other index. The indexes are not closed.
How can i delete messages from the non current write index ? The api call is a DELETE using http://1.2.3.4:9200/graylog2_102/message/_query { "size": 3, "query": { "match": {"message": "apples"} }} Thanks Paul. -- You received this message because you are subscribed to the Google Groups "graylog2" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
