elastic / observability-docs

Elastic Observability Documentation
Other
32 stars 151 forks source link

[Request]: Improve docs for Azure OpenAI connector related to the use of a proxy #4005

Open damianpfister opened 2 weeks ago

damianpfister commented 2 weeks ago

What documentation page is affected

https://www.elastic.co/guide/en/kibana/current/openai-action-type.html

What change would you like to see?

A note needs to be added to this page as follows:

When the connector has to use a proxy to access the Azure OpenAI service, it is important to ensure that the proxy supports streaming and is SSE-compatible. This requirement is to prevent timeouts in communicating with the Azure OpenAI API. Configuring of such proxies are unsupported by Elastic, however the user can validate any connectivity challenges, caused by the use of a proxy, by attempting to setup the connector to not use any proxy when attempting to access the Azure OpenAI service.

Additional info

No response