Mssql

how can i connect to MS SQL to Elastic? i search a lot but i cant find a tutorial that works..

im using ubuntu 18

It's not clear from your question what you are attempting to achieve.

You could use a Logstash pipeline to import data from MS SQL into Elasticsearch with:

  • JDBC Input Plugin (configured with a MS SQL Driver, and pointed at your database)
  • One or more Filter plugins to transform data
  • Elasticsearch Output Plugin

thx i got it.

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