opensearch-project / logstash-output-opensearch

A Logstash plugin that sends event data to a OpenSearch clusters and stores as an index.
https://opensearch.org/docs/latest/clients/logstash/index/
Apache License 2.0
104 stars 80 forks source link

Support for OpenSearch sniffing #215

Open JustinHendersonSMAPPER opened 1 year ago

JustinHendersonSMAPPER commented 1 year ago

Is your feature request related to a problem? Please describe. It would be great if this plugin would support connection sniffing similar to output to Elasticsearch for better scaling and redundancy.

Describe the solution you'd like Support for connection sniffing from Logstash to OpenSearch

Additional context See this article for what I mean by connection sniffing and its advantages: https://www.elastic.co/blog/elasticsearch-sniffing-best-practices-what-when-why-how

dlvenable commented 1 year ago

Thanks for the request @JustinHendersonSMAPPER ! Feel free to contribute as well if you are interested in pushing this forward.


Documentation for the nodes API on OpenSearch:

https://opensearch.org/docs/latest/api-reference/nodes-apis/nodes-info/