Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(updater): bump pkg/dist/*.yml (2024-10-18) #207

Merged
merged 1 commit into from
Oct 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions pkg/dist/service_types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4903,6 +4903,10 @@ opensearch:
type: string
pattern: ^[^\r\n]*$
_secure: true
restore_global_state:
title: Restore the cluster state or not
description: If true, restore the cluster state. Defaults to false
type: boolean
sas_token:
title: SAS token
description: A shared access signatures (SAS) token. One of key or sas_token should be specified
Expand Down Expand Up @@ -4969,6 +4973,10 @@ opensearch:
type: string
pattern: ^(\*?[a-z0-9._-]*\*?|-\*?[a-z0-9._-]*\*?)(,(\*?[a-z0-9._-]*\*?|-\*?[a-z0-9._-]*\*?))*[,]?$
example: metrics*,logs*,data-20240823
restore_global_state:
title: Restore the cluster state or not
description: If true, restore the cluster state. Defaults to false
type: boolean
snapshot_name:
title: The snapshot name to restore from
description: The snapshot name to restore from
Expand Down Expand Up @@ -5942,6 +5950,10 @@ opensearch:
description: S3 region
type: string
pattern: ^[^\r\n]*$
restore_global_state:
title: Restore the cluster state or not
description: If true, restore the cluster state. Defaults to false
type: boolean
secret_key:
title: AWS secret key
description: AWS secret key
Expand Down
Loading