I have two log files like this: Log File 1: page,pagedescription,pagetype
Log File 2: page,userid,userpageaccess
The final output i want in kibana is single line: page,userid,userpageaccess,pagedescription,pagetype
Basically a join on page column or a left outer join or merge on page column so that when i select fields from two log files i can see in one line, please guide if there is any solution in logstash or elasticsearch a small code snippet or explanation will solve