anyone integrated ELK with SAP HANA DB, I am trying to integrate using JDBC connector and not able to connect.
Is there any document available for this? I have not an appropriate one till now.
my conf file
jdbc
{
jdbc_connection_string => "jdbc:sap://hostname:30015"
jdbc_driver_library => "/lostash_home/logstash-core/lib/jars/ngdbc.jar"
jdbc_driver_class => "com.sap.db.jdbc.Driver"
jdbc_user => "user"
jdbc_password => "password"
use_column_value => false
statement => "Select * from Accounts LIMIT 10"
}
ERROR
{:error_message=>"Java::ComSapDbJdbcExceptions::JDBCDriverException: SAP DBTech JDBC: Cannot connect to jdbc:sap://hostname:30015 [Data receive failed [Connection reset].]."}
Note - SAP hana and ELK are not on same system , One is on windows and ELK on ubuntu
Any pointers on this, Thanks in advance