logstash-filter-elasticsearch
logstash-filter-elasticsearch copied to clipboard
Need cleaning up resources for es-ruby client when pipeline restart
The manticore adapter for the es-ruby client doesn’t implement __close_connections
. Resources are unreleased when restarting a pipeline. Moreover, the plugin recreates the client when Elasticsearch is serverless, which further holds the resources.