Hi!
I'm using logstash to import three csv files, I have one pipeline to each file with correct path with the name of each csv file... The problem is:
when a file is uploaded, the three pipelines run, and I only want pipeline of that file run.
Is this possible?
Thanks!