# Problem using jdbc streaming

**URL:** https://discuss.elastic.co/t/problem-using-jdbc-streaming/86682
**Category:** Logstash
**Created:** [May 22, 2017, 2:16pm UTC](https://discuss.elastic.co/t/problem-using-jdbc-streaming/86682 "2017-05-22T14:16:18Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![nano](https://avatars.discourse-cdn.com/v4/letter/n/dec6dc/32.png) [@nano](https://discuss.elastic.co/u/nano)
#### Post date: [May 22, 2017, 2:16pm UTC](https://discuss.elastic.co/t/problem-using-jdbc-streaming/86682/1 "2017-05-22T14:16:18Z")

</div>

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

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [June 19, 2017, 2:16pm UTC](https://discuss.elastic.co/t/problem-using-jdbc-streaming/86682/2 "2017-06-19T14:16:26Z")

</div>

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