I spent more than 2 hours to understand what's going on... In my case it was incorrect certificate, but plugin doesn't tell me anything about it. Just stuck silent.
So, I added some fail fast verification. If connection to db couldn't be established, plugin will return InfluxDB exception, and fluentd will print it.
Also it checks that db already exists.
I spent more than 2 hours to understand what's going on... In my case it was incorrect certificate, but plugin doesn't tell me anything about it. Just stuck silent. So, I added some
fail fast
verification. If connection to db couldn't be established, plugin will return InfluxDB exception, andfluentd
will print it. Also it checks that db already exists.