i've got a question.
My Fluentd is running inside a Docker Container. I configured a proxy in systemd for Docker. It is working fine. Ruby Gems gets installed through the proxy. But if i tried to send logs from fluent to elasticsearch it goes through proxy and the proxy can not resolve an url like http://elasticsearch:9200. if i connect into the container and ping elasticsearch it resolves the dns name correct.
Is there an option to disable proxy for this plugin?
Hello,
i've got a question. My Fluentd is running inside a Docker Container. I configured a proxy in systemd for Docker. It is working fine. Ruby Gems gets installed through the proxy. But if i tried to send logs from fluent to elasticsearch it goes through proxy and the proxy can not resolve an url like http://elasticsearch:9200. if i connect into the container and ping elasticsearch it resolves the dns name correct. Is there an option to disable proxy for this plugin?