Is possible that one jdbc block has multiple statements?

Is possible that one jdbc block has multiple statements?
like this

input {
jdbc {
   jdbc_connection_string => ""
   if() {
     statement => ""
  }else if() {
    statement => ""
  }else {
    statement => ""
  }
}

every jdbc block has same connection information.
so i don't want many connection.

thank you for reading

No, this is not possible.

thank you!! :sob:

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