Hi I'm trying to disable DELETE API option from sense or via HTTP and was not able to do it . My requirement is make DELETE API not available so that user will not accidentally delete any index . I tried the following in .yml file and restarted the server ,but still i'm able to DELETE any index .Is there something i'm missing ?
Access-Control-Allow-Methods: OPTIONS, POST, GET, PUT Access-Control-Allow-Headers: X-Requested-With, Content-Type, Content-Length -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/cf3ca0be-7ea1-4c6d-af69-58dde27b1565%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
