Data ingestion from MS SQL to Elastic search using logstash(on cloud deployement)

I want to ingest data into Elastic search from MS SQL using Logstash and I was able to achieve this by setting up MS SQL JDBC plugin on my machine locally. But for upper environments, we will be going with Elastic Cloud deployment, and I cannot find relevant documentation for doing the same on Elastic Cloud.

The use case we want to achieve here is syncing data from a database into Elastic search to implement a search functionality so calls to fetch data are made to the ES instead of db. Just to point, we are using Azure app services instead of VMs. Please help.
Also, please suggest if there is any better approach to achieve the mentioned use case.

Welcome to our community! :smiley:

Elastic Cloud doesn't provide hosted Logstash, you will still need to manage that yourself.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.