From 4c3767c722af0816e34518e27de236e08f7498f4 Mon Sep 17 00:00:00 2001 From: vpiserchia <2363618+vpiserchia@users.noreply.github.com> Date: Tue, 25 Feb 2025 15:45:35 +0100 Subject: [PATCH 1/3] Update schema.yaml Support 8.17 in schema.yaml --- elastalert/schema.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elastalert/schema.yaml b/elastalert/schema.yaml index cdaba455..ebcc84c8 100644 --- a/elastalert/schema.yaml +++ b/elastalert/schema.yaml @@ -326,7 +326,7 @@ properties: generate_kibana_discover_url: {type: boolean} shorten_kibana_discover_url: {type: boolean} kibana_discover_app_url: {type: string} - kibana_discover_version: {type: string, enum: ['8.16','8.15','8.14','8.13','8.12','8.11', '8.10', '8.9', '8.8', '8.7', '8.6', '8.5', '8.4', '8.3', '8.2', '8.1', '8.0', '7.17', '7.16', '7.15', '7.14', '7.13', '7.12', '7.11', '7.10', '7.9', '7.8', '7.7', '7.6', '7.5', '7.4', '7.3', '7.2', '7.1', '7.0']} + kibana_discover_version: {type: string, enum: ['8.17','8.16','8.15','8.14','8.13','8.12','8.11', '8.10', '8.9', '8.8', '8.7', '8.6', '8.5', '8.4', '8.3', '8.2', '8.1', '8.0', '7.17', '7.16', '7.15', '7.14', '7.13', '7.12', '7.11', '7.10', '7.9', '7.8', '7.7', '7.6', '7.5', '7.4', '7.3', '7.2', '7.1', '7.0']} kibana_discover_index_pattern_id: {type: string, minLength: 1} kibana_discover_columns: {type: array, items: {type: string, minLength: 1}, minItems: 1} kibana_discover_from_timedelta: *timedelta From b566ab5d2e17104049d6e6f151996e14c5bd63cf Mon Sep 17 00:00:00 2001 From: vpiserchia <2363618+vpiserchia@users.noreply.github.com> Date: Wed, 26 Feb 2025 11:59:22 +0100 Subject: [PATCH 2/3] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28d96499..1295d51f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ - [MicrosoftPowerAutomate] Add support for 'ms_power_automate_webhook_url_from_field' option to dynamically select the webhook URL from the match. - [#1623](https://github.com/jertel/elastalert2/pull/1623) - @aizerin ## Other changes -- None +- Fix `schema.yaml` to support Kibana 8.17 # 2.23.0 From 398ba83526d2049661cfb6a766a26c72c3fcb89a Mon Sep 17 00:00:00 2001 From: Jason Ertel Date: Wed, 26 Feb 2025 06:26:57 -0500 Subject: [PATCH 3/3] Fix incorrect formatting --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1295d51f..0f81858b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ - [MicrosoftPowerAutomate] Add support for 'ms_power_automate_webhook_url_from_field' option to dynamically select the webhook URL from the match. - [#1623](https://github.com/jertel/elastalert2/pull/1623) - @aizerin ## Other changes -- Fix `schema.yaml` to support Kibana 8.17 +- Fix `schema.yaml` to support Kibana 8.17 - [#1631](https://github.com/jertel/elastalert2/pull/1631) - @vpiserchia # 2.23.0