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!