I am very new to ELK and want to know if there is a way around to join two databases from different sources (ie. MYSQL and Postgres) and indexing it to a single index in elasticsearch using logstash.
As I am able to achieve the same with the help of pyspark. But I want to achieve the same thing using log stash if it's possible!
Also, suggest some other feasible ways to achieve the same apart from the spark and logstash.
Thanks in Advance!