Skip to content

chore(updater): bump pkg/dist/*.yml (2025-02-27) #271

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

Closed
wants to merge 1 commit into from
Closed
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
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