Is there a way to tell logstash to delete / update some log entries from Elasticsearch? It seems that Logstash can index documents, but I have not found evidence that it can perform update / delete operations.
If possible, we can assume that we could “log” Elasticsearch operations and use Logstash to display them in bulk in Elasticsearch. Thus, the programmer does not need to create a mechanism for performing bulk operations on Elasticsearch.
source share