Postgresql with elasticsearch

i want to feed elasticsearch with relational database postgresql (that is from tables) and want to see its result on kibana.how can i do that??
waiting for answer from team elastic as soon as possible..
please reply

There's a few options - Logstash + JDBC plugin, there's a community supplied plugin @jprante, or you can write something yourself.

i followed the steps of jprante but i am stuck with an error : could not find or load main class org.xbib.tools.Runner . Can you tell me what went wrong? there is a discussion on gitHub but i didnt get it. please reply soon

Your configuration of JDBC importer is obviously not complete or not correct. Please stick with the github issue and give more information about your environment and the steps you took. There is no JDBC importer support for Windows because I can not test Windows. Help/pull requests are welcome.