I was able to import a csv using filebeat to elastic cloud. I did the following:
First i uploaded the csv to elastic in order to have the filebeat yml configuration.
Then I modified the filebeat.yml and installed filebeat.
The thing is that I have to upload a lot of csv's and I want to have this process automated. I don't want to repeat the same process for every different csv that i have. (Uploading to elastic, modifying the yml and reinstalling)
Is there any solution?
Thanks!