Skip to content

Commit

Permalink
chore(updater): bump pkg/dist/*.yml (2024-10-18) (#207)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub <[email protected]>
  • Loading branch information
github-actions[bot] and web-flow authored Oct 18, 2024
1 parent c660530 commit 6c733f4
Showing 1 changed file with 12 additions and 0 deletions.
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

0 comments on commit 6c733f4

Please sign in to comment.