ElasticSearch add authentication to only DELETE index API
问题 I have hosted a shared elasticsearch index (IP Restricted though using GCP Firewall) but I want to add any kind of security on this Index so that others can do any operations freely as they are doing now without any notice but dont want to allow anybody except (having auth) to delete the entire Index. My ElasticSearch details: { "name" : "node-1", "cluster_name" : "production", "cluster_uuid" : "<hash>", "version" : { "number" : "7.1.1", "build_flavor" : "default", "build_type" : "tar",