Hello everyone, I have an issue when launch logstash input jdbc schedule on docker. In fact, the configuration (include schedule) works totally fine when i installed it in local (by using tar package). But when i use docker elk, i got the error rufus-scheduler intercepted an error 2032 IOError (log bellow).
I think the problem is from schedule because when i remove it, there aren't no error.
My logstash config file like following:
Problem description
Hello everyone, I have an issue when launch logstash input jdbc schedule on docker. In fact, the configuration (include schedule) works totally fine when i installed it in local (by using tar package). But when i use docker elk, i got the error rufus-scheduler intercepted an error 2032 IOError (log bellow). I think the problem is from schedule because when i remove it, there aren't no error. My logstash config file like following:
Extra information
Error log:
More information
I'm using elasticsearch, kibana and logstash 7.4.1
Docker setup
Docker logs
My logstash config file