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\".