Join multiple input with different input types

I'm using Logstash along with Filebeat, Elasticsearch, and Kibana. I have 2 inputs to join, one is a filelog (Apache file) and another one is database file (sql).
I can't find any documentation that explains how to use 2 inputs and join them and make centralized visualization in the Kibana.
So, can I ask here what are the steps to follow?

Thank you for the guidance.

How do you want to join them? Are you adding data to the apache log based on data in the SQL database?

Yes, pretty much like that.

The try reading the apache logs using Filebeat or a file input and enrich then based on data in a relational database using the jdbc_streaming and/or jdbc_static filters.

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