From ae7312fdc9cca396509adedc1a2ae995b5f4f4a2 Mon Sep 17 00:00:00 2001 From: Jason Ertel Date: Mon, 4 Sep 2023 22:14:05 -0400 Subject: [PATCH] new html format support --- elastalert/schema.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elastalert/schema.yaml b/elastalert/schema.yaml index 7651acbe..003e5157 100644 --- a/elastalert/schema.yaml +++ b/elastalert/schema.yaml @@ -272,7 +272,7 @@ properties: ### summary table summary_table_fields: {type: array, items: {type: string}} - summary_table_type: {type: string, enum: ['ascii', 'markdown']} + summary_table_type: {type: string, enum: ['ascii', 'html', 'markdown']} summary_table_max_rows: {type: integer, minimum: 0} summary_prefix: {type: string} summary_suffix: {type: string}