Skip to content

Commit

Permalink
Correct endpoint examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
ElanHasson committed Jun 6, 2024
1 parent cd4dd92 commit d90bb75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions specification/resources/apps/examples/python/apps_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ source: |-
"token": "abcdefghijklmnopqrstuvwxyz0123456789"
},
"open_search": {
"endpoint": "myopensearchendpoint.com:9300"
"endpoint": "https://myopensearchendpoint.com:9300"
"index_name": "logs"
"basic_auth": {
"user": "doadmin",
Expand Down Expand Up @@ -134,7 +134,7 @@ source: |-
"token": "abcdefghijklmnopqrstuvwxyz0123456789"
},
"open_search": {
"endpoint": "myopensearchendpoint.com:9300"
"endpoint": "https://myopensearchendpoint.com:9300"
"index_name": "logs"
"basic_auth": {
"user": "doadmin",
Expand Down 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 @@ -5,6 +5,7 @@ properties:
description: |-
OpenSearch API Endpoint. Only HTTPS is supported. Format: https://<host>:<port>.
Cannot be specified if `cluster_name` is also specified.
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 d90bb75

Please sign in to comment.