I have multiple jdbc inputs in my logstash config file all of which use a jdbc connection to the same redshift database.
whenever i trigger logstash, it fires all the input sql queries in parallel which is crashing my redshift database.
Is there any way by which I can run the input jdbc queries in a sequential manner so that my input database doesn't crash ?
I have tried splitting the config files, it still combines the files and fires the queries in a parallel fashion .