Skip to content

Commit

Permalink
chore(updater): bump pkg/dist/*.yml (2023-09-05) (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 5, 2023
1 parent ef2680f commit 53b512d
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions pkg/dist/service_types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -905,6 +905,11 @@ flink:
title: Enable prometheus
type: boolean
example: true
static_ips:
title: Static IP addresses
description: Use static public IP addresses
type: boolean
example: true
grafana:
type: object
properties:
Expand Down Expand Up @@ -3945,6 +3950,55 @@ opensearch:
type: integer
minimum: 2
maximum: 5
ism_enabled:
title: Specifies whether ISM is enabled or not
type:
- boolean
- "null"
default: true
example: true
ism_history_enabled:
title: Specifies whether audit history is enabled or not. The logs from ISM are automatically indexed to a logs document.
type:
- boolean
- "null"
default: true
example: true
ism_history_max_age:
title: The maximum age before rolling over the audit history index in hours
type:
- integer
- "null"
default: "24"
minimum: 1
maximum: 2.147483647e+09
example: "24"
ism_history_max_docs:
title: The maximum number of documents before rolling over the audit history index.
type:
- integer
- "null"
default: "2500000"
minimum: 1
example: "2500000"
ism_history_rollover_check_period:
title: The time between rollover checks for the audit history index in hours.
type:
- integer
- "null"
default: "8"
minimum: 1
maximum: 2.147483647e+09
example: "8"
ism_history_rollover_retention_period:
title: How long audit history indices are kept in days.
type:
- integer
- "null"
default: "30"
minimum: 1
maximum: 2.147483647e+09
example: "30"
override_main_response_version:
title: compatibility.override_main_response_version
description: Compatibility mode sets OpenSearch to report its version as 7.10 so clients continue to work. Default is false
Expand Down

0 comments on commit 53b512d

Please sign in to comment.