Skip to content

Commit

Permalink
chore(updater): bump pkg/dist/*.yml (2025-03-03) (#273)
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 Mar 3, 2025
1 parent 62fd2a9 commit fdb7400
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions pkg/dist/service_types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4788,6 +4788,29 @@ opensearch:
type: integer
minimum: 2
maximum: 16
disk_watermarks:
title: Watermark settings
type: object
required:
- low
- high
- flood_stage
properties:
flood_stage:
title: Flood stage watermark (percentage)
description: The flood stage watermark for disk usage.
type: integer
example: "95"
high:
title: High watermark (percentage)
description: The high watermark for disk usage.
type: integer
example: "90"
low:
title: Low watermark (percentage)
description: The low watermark for disk usage.
type: integer
example: "85"
email_sender_name:
title: Sender name placeholder to be used in Opensearch Dashboards and Opensearch keystore
description: This should be identical to the Sender name defined in Opensearch dashboards
Expand Down

0 comments on commit fdb7400

Please sign in to comment.