From 65b6447f287e8e14e73162f551ef97225a661c36 Mon Sep 17 00:00:00 2001 From: Elan Hasson <234704+ElanHasson@users.noreply.github.com> Date: Wed, 29 May 2024 12:26:42 -0700 Subject: [PATCH] Update documentation on App Platform OpenSearch endpoint structure. (#695) --- apps.gen.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.gen.go b/apps.gen.go index 9ee7e7f0..f5be2992 100644 --- a/apps.gen.go +++ b/apps.gen.go @@ -446,7 +446,7 @@ type AppLogDestinationSpecLogtail struct { // AppLogDestinationSpecOpenSearch OpenSearch configuration. type AppLogDestinationSpecOpenSearch struct { - // OpenSearch API Endpoint. Only HTTPS is supported. Format: :. + // OpenSearch API Endpoint. Only HTTPS is supported. Format: https://:. Endpoint string `json:"endpoint"` BasicAuth *OpenSearchBasicAuth `json:"basic_auth,omitempty"` // The index name to use for the logs. If not set, the default index name is \"logs\".