hi all
my logstash jvm config is
Xms 2g Xmx 2g
and
3 server and each server has 2conf file
conf file is 1workers config
and
content is
input {
jdbc {oracle}
}
output {
jdbc { postgresql}
}
logstash no problem at first
but suddenly some server error
ERROR is
JDBC - Exception. Not retrying {:exception=>#<SystemCallError: Unknown error (SystemCallError) - <STDERR>>
i checked
- conf file ==> that is no problem
- get event at oracle, some one wrong event ==> that is no problem
- get first event content, direct insert to postgresql ==> that is no problem
- restart logstash from first event content ==> that is no problem
what am i wrong??????