I 'm trying to make river-jdbc work in my elasticsearch on my windows machine. I have installed river-jdbc. And have also downloaded the driver for sql server. Now trying to configure it to use my sql server Express db.
When I inspect ES using elasticsearch-head i can see that jdbc river is installed. I am trying to configure it so that I can retrieve data from the tables.
Plugin{
name: jdbc-river
description: JDBC River
jvm: true
site: false
}
Any suggestion how to proceed next? I 'm referring to this blog.
Thanks