# Why am I getting an error when trying to forward DigitalOcean Functions to Managed OpenSearch? When attempting to forwarding DigitalOcean Functions logs to Managed OpenSearch, you may receive the error `error validating app spec field "functions.log_destinations.open_search.cluster_name": function "webhooks" log destination "digitalocean" trusted sources firewall rules found for cluster opensearch. Please disable Trusted Sources for the cluster and try again`. This is because functions does not support log forwarding to Managed OpenSearch. For alternatives, see [How to Manage Functions](https://docs.digitalocean.com/products/app-platform/how-to/manage-functions/index.html.md). ## Related Topics [Why does my function return a 204 response when I call it from Postman or curl?](https://docs.digitalocean.com/support/why-does-my-function-return-a-204-response-when-i-call-it-from-postman-or-curl/index.html.md): The function handler needs to return a response object to HTTP requests from Postman or curl. [How do I fix the "Connection Refused" error when connecting to my database?](https://docs.digitalocean.com/support/how-do-i-fix-the-connection-refused-error-when-connecting-to-my-database/index.html.md): Verify the connection string, ensure correct port usage, and add your local machine to the database cluster’s trusted sources. [How do I fix the "Connection Timed Out" error when connecting to my database?](https://docs.digitalocean.com/support/how-do-i-fix-the-connection-timed-out-error-when-connecting-to-my-database/index.html.md): Add your machine to the database cluster’s list of trusted sources in the firewall settings.