Prakash Hinduja Switzerland (Swiss) How do I integrate OpenSearch with other services like Logstash, Kibana, or Beats?

Hey everyone,

I’m Prakash Hinduja from Geneva, Switzerland (Swiss), looking to integrate OpenSearch with other services in my stack, specifically Logstash, Kibana, and Beats, but I’m not entirely sure about the best way to approach it. I’d love to hear from those of you who’ve worked with this setup before!

Regards
Prakash Hinduja from Geneva, Switzerland (Swiss)

Hi there.

We using something like this.
It is basically ELK stack, what you mentioned (Beats, Logstash, ElasticSearch, Kibana), but based on Apache2 opensource projects (FluentBits, Logstash with OS output, OpenSearch, OpenSearch Dashboards).

Logstash with OS output was meantime discontinued, but you can build your own Logstash image with the plugin, if you wish, or using another log processor (e.g. FluentD) with the output plugin. Rest is basically same, like in “elastic world”.

I am excited for another suggestions :).

BR, Lu