Have a multiple statements in a single input

Hi guys, I'm having a issue here,

I'd like to know if i can have a single input and multiples satements for the same input :

input {
jdbc_driver_library => ...
jdbc_driver_class => ...
jdbc_connection_string => ..
...
statement1 =>
statement2 =>
statement3 =>
}

and in my output i can differ than using tags for example and putting in elastisearch.
I saw the use of multiple pipelines but that's not the case.

Thanks!

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