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-01-04) #96

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
24 changes: 6 additions & 18 deletions pkg/dist/service_types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4105,49 +4105,37 @@ opensearch:
maximum: 5
ism_enabled:
title: Specifies whether ISM is enabled or not
type:
- boolean
- "null"
type: boolean
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"
type: boolean
default: true
example: true
ism_history_max_age:
title: The maximum age before rolling over the audit history index in hours
type:
- integer
- "null"
type: integer
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"
type: integer
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"
type: integer
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"
type: integer
default: "30"
minimum: 1
maximum: 2.147483647e+09
Expand Down
Loading