Hello,
I have 2 CSV files: 1 containing a list of countries and the second the list of cities of countries. These two files have a CountryId column that allows you to do the relationship.
After integrating the list of countries with Logstash, I would like to include the list of cities as an array in the existing list of countries.
Can you enlighten me on the procedure to follow in the logstash config to reach my goal?
Thank you