Skip to content

Commit

Permalink
APPS-8732 - Update documentation for OpenSearch App Platform Log Forw…
Browse files Browse the repository at this point in the history
…arding endpoint format. (#879)

* Update apps_update.yml

* Update app_log_destination_open_search_spec.yml

* Update specification/resources/apps/models/app_log_destination_open_search_spec.yml

Co-authored-by: Andrew Starr-Bochicchio <andrewsomething@users.noreply.github.com>

---------

Co-authored-by: Andrew Starr-Bochicchio <andrewsomething@users.noreply.github.com>
  • Loading branch information
ElanHasson and andrewsomething authored May 30, 2024
1 parent 8ce96ef commit b5b24d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ properties:
endpoint:
type: string
description: >-
OpenSearch API Endpoint. Only HTTPS is supported. Format:
<host>:<port>. Default port is 9300.
example: "example.com:9300"
OpenSearch API Endpoint. Only HTTPS is supported. Format: `https://<host>:<port>`.
example: "https://example.com:9300"
basic_auth:
$ref: app_log_destination_open_search_spec_basic_auth.yml
index_name:
Expand Down

0 comments on commit b5b24d0

Please sign in to comment.