Sending logs to Elasticshearch

My server is opening high number of connections to send data to elasticsearch.
Is there any way to send data to elasticsearch opening only one connection and sending all data by this only one connection.

Hi @largado,

Welcome! Can you explain how you are sending logs to Elasticsearch at the moment? You have tagged the post with kibana-plugin-development but I'm not sure if you are sending them via plugin code.

Let us know!

Hi, Please provide more details on your requirements. Usually, to send logs, one can use filebeat / logstash to send data to elasticsearch.