Problem using jdbc streaming

Hello please i try to use jdbc streaming but doesn't work for me
this is how looks my configuration file:
input{
jdbc{
statement => "select field1, field2, field3 from database1"
......
}
}
filter {
jdbc_streaming {
statement => "select field5 from database2 where field 4 = :field2val"
parameters => {"field2val" => "field2"}
}

but doesn't work any help please, thank you

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