Need to parse logs on logstash and enrich some values from mysql db based on the log message and generate json message .
e.x JOB application_1603918538928_3286731 QUEUE default USER xyz
Need to fetch details of USER : xyz from db and append with the message in json format.