diff --git a/specification/resources/apps/examples/python/apps_update.yml b/specification/resources/apps/examples/python/apps_update.yml index ca364527..42113ff0 100644 --- a/specification/resources/apps/examples/python/apps_update.yml +++ b/specification/resources/apps/examples/python/apps_update.yml @@ -204,7 +204,7 @@ source: |- "token": "abcdefghijklmnopqrstuvwxyz0123456789" }, "open_search": { - "endpoint": "myopensearchendpoint.com:9300" + "endpoint": "https://myopensearchendpoint.com:9300" "index_name": "logs" "basic_auth": { "user": "doadmin", diff --git a/specification/resources/apps/models/app_log_destination_open_search_spec.yml b/specification/resources/apps/models/app_log_destination_open_search_spec.yml index d9dca389..b6b6107a 100644 --- a/specification/resources/apps/models/app_log_destination_open_search_spec.yml +++ b/specification/resources/apps/models/app_log_destination_open_search_spec.yml @@ -3,9 +3,8 @@ properties: endpoint: type: string description: >- - OpenSearch API Endpoint. Only HTTPS is supported. Format: - :. Default port is 9300. - example: "example.com:9300" + OpenSearch API Endpoint. Only HTTPS is supported. Format: `https://:`. + example: "https://example.com:9300" basic_auth: $ref: app_log_destination_open_search_spec_basic_auth.yml index_name: