Ingest data from 3 databases

Hi everyone,

I have a project where I need to index data from 3 differents databases to be able to search for revelant information. I have a Cassandra, a MSSQL and a mongoDB. Do you think it would be possible to use the ELK stack to do this?

Thank you in advance

Welcome!

Yes I think it's a good project to answer your search needs.

this is Doable, you have to use a tool to load data to Elastic Search,
in my project i was using three Options, which is for three different Index.

  1. Nifi, 2. LogStash, 3 Java code using HighRest Client.

And each option was for one database type ?

thats right, but it loads data to same Index

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