Running multiple SQL Queries in logstash JDBC plugin

I know that multiple JDBC input plugins can be used in logstash to support the multiple SQL statements. Would like to know whether these are run sequentially or parallelly. Is there any way I can enforce them to run one after the other in a sequence?

No, you cannot control the execution order of input plugins.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.