Firebird 1.5 + SQL Server 2012

Hi there.

I need to connect 2 DB (1 Firebird 1.5 version) and another (SQL Server 2012).

SQL with keep the whole information, and the FB only acess permition. I try to use the Linked server to make this, but doesn´t works.

There is another way to do this using logstash? If yes, how to?

Thanks.

Logstash does not support Firebird. If you can copy the Firebird tables to say Postgres then LS has a "join" solution.

                             DB 2
                               ^
                lookup on some identifier from DB 1
                               |
DB 1 -> input-jdbc -> filter-jdbc-streaming -> ES

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