Multiple Sql Server DB mapping with Elasticsearch Index for data transfer using Logstash

We are having multiple databases in SQL Server, those are created dynamically for specific workspace. In these databases we have a DocumentDetail table. If there is one DB then I am able to map it in config to transfer the data from SQL Server to Elasticsearch index. But in my case of dynamic DB how to map with multiple Elasticsearch Index so that the Logstash will transfer the data accordingly.

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