From 66d3175fc1ae1928533457bc793ed5e309330670 Mon Sep 17 00:00:00 2001 From: GitHub Date: Thu, 4 Jan 2024 03:04:42 +0000 Subject: [PATCH] chore(updater): bump pkg/dist/*.yml (2024-01-04) --- pkg/dist/service_types.yml | 24 ++++++------------------ 1 file changed, 6 insertions(+), 18 deletions(-) diff --git a/pkg/dist/service_types.yml b/pkg/dist/service_types.yml index a68e14b..6bd86f2 100644 --- a/pkg/dist/service_types.yml +++ b/pkg/dist/service_types.yml @@ -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