hi @guyboertje
here i am trying to update my config into AWS but it shows "Error: unable to load /home/ubuntu/Jebin/Corban_Project_Docker_21_06_2022/Corban_Elastic_Logstash_Kibana/ELK_Files/postgresql-42.4.0.jar from :jdbc_driver_library, file not readable (please check user and group permissions for the path)" anyone can help to solve this issue...
below is my config file
jdbc{
clean_run => true
jdbc_driver_library => "/home/ubuntu/Jebin/Corban_Project_Docker_21_06_2022/Corban_Elastic_Logstash_Kibana/ELK_Files/postgresql-42.4.0.jar"
jdbc_driver_class => "org.postgresql.Driver"
jdbc_connection_string => "jdbc:postgresql://localhost:5432/corbannest"
jdbc_user =>"postgres"
jdbc_password => "postgres"
schedule => "* * * * * *"
statement => "SELECT customer_id::text, updated_date::text, customer_name, txn_id, alert_type, alert_to, account_name, branch_name, id from emailalert WHERE id>:sql_last_value"
use_column_value => true
tracking_column => "id"
}
but this will runs good in locally...`Preformatted text`