How to connect ElasticSearch As-A-Service to SQL Server

Hi

I am very new at elastic search, I see a great number of articles about how to stream data from sql server to local ElasticSearch, but I am wondering is it possible to connect cloud base ElasticSearch (as a service) to SQL Server, so that I don't need to setup any node.js server?

Thanks in advance

No. You need a process which runs SQL queries on your system and send them to elasticsearch wherever elasticsearch is.

It can be logstash for example. But you need to start a logstash instance yourself.

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