I want to join table in mysql database with elasticsearch index document.
For ex: I want to fetch log related to user.
Logs are store on elastic search unsed userlog dcoument, which is having userID attribute.
And user details store in "USER" on MYSQL databse.
I want to join user table with index to display log with user name and some other details from user table and log from elasticsearch.
You can though enrich your log at index time by using logstash and the JDBC filter where for each log entry you can ask the database for more details and put those details in the final document before it is sent to elasticsearch.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.