Hey there !
I've got some questions about integrate CSVs into elasticsearch with Logstash.
I've got a CSV with some datas like text and numbers (obviously), but also with IPv4 adresses and possibly Localisations (can countries abreviations like EN, DE etc... anc be geo_points datas ?).
I saw first introduce CSV into elastic is putting all my datas in integer format. Next some documentations, i saw there's a function for CSV which can convert your datas in what you want (the "convert function").
So there's my question : the "convert" function is really only for convert to integer, float, date, date_time and boolean, Or you can use this one too for convert into ipv4 and geo_point data ? If no, there's a way to convert those datas next the introduction into elastic ?
Thanks in advance !