The issue occurs during Fluentd startup. The error message in the logs is as follows:
2023-06-18 23:21:11 +0000 [warn]: #0 [out_os] Could not communicate to OpenSearch, resetting connection and trying again. no address for search-test-cfwor6ggsxsqy43d2msepugaue.ap-southeast-2.es.amazonaws.com (Resolv::ResolvError)
It seems that Fluentd is unable to establish a connection with the OpenSearch cluster. I have verified that the OpenSearch cluster is running and accessible from the Minikube environment. The provided OpenSearch URL (search-test-cfwor6ggsxsqy43d2msepugaue.ap-southeast-2.es.amazonaws.com) is correct.
Could you please assist me in troubleshooting this issue? Any guidance or suggestions would be greatly appreciated.
Hi
I have encountered an issue while trying to integrate Fluentd with OpenSearch on a Minikube cluster. Below is the configuration I am using:
The issue occurs during Fluentd startup. The error message in the logs is as follows:
2023-06-18 23:21:11 +0000 [warn]: #0 [out_os] Could not communicate to OpenSearch, resetting connection and trying again. no address for search-test-cfwor6ggsxsqy43d2msepugaue.ap-southeast-2.es.amazonaws.com (Resolv::ResolvError)
It seems that Fluentd is unable to establish a connection with the OpenSearch cluster. I have verified that the OpenSearch cluster is running and accessible from the Minikube environment. The provided OpenSearch URL (search-test-cfwor6ggsxsqy43d2msepugaue.ap-southeast-2.es.amazonaws.com) is correct.Could you please assist me in troubleshooting this issue? Any guidance or suggestions would be greatly appreciated.
Thank you!