opensearch-project / documentation-website

The documentation for OpenSearch, OpenSearch Dashboards, and their associated plugins.
https://opensearch.org/docs
Apache License 2.0
73 stars 478 forks source link

Document how to integrate Kafka with Logstash #587

Closed Gayu1134 closed 10 months ago

Gayu1134 commented 2 years ago

Logstash for opensearch

i have installed opensearch and opensearch dashboards , its working fine i need to add kafka in logstash, referred (https://opensearch.org/docs/latest/clients/logstash/index/#install-logstash) that link was not helpful for installing in aks ,kindly share step by step process or helm step to install

dblock commented 2 years ago

Moving this to documentation-website. You might also want to ask for help in https://forum.opensearch.org/, maybe someone has a cookbook that we can turn into documentation?

dlvenable commented 10 months ago

@Gayu1134 , The OpenSearch project has two Logstash projects - opensearch-project/logstash-output-opensearch and opensearch-project/logstash-input-opensearch.

In general, I believe our documentation should focus on those plugins. Using Kafka in Logstash is more related to Logstash core and the logstash-input-kafka plugin. Please see that documentation: https://www.elastic.co/guide/en/logstash/current/plugins-inputs-kafka.html

hdhalter commented 10 months ago

Thanks, David! Closing this issue.