Skip to content

Commit f41552e

Browse files
authored
Merge pull request Yelp#2898 from varunvora/patch-1
Fix slack kibana properties in schema
2 parents f4bad06 + 11cd9bd commit f41552e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

elastalert/schema.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -286,9 +286,9 @@ properties:
286286
slack_text_string: {type: string}
287287
slack_ignore_ssl_errors: {type: boolean}
288288
slack_ca_certs: {type: string}
289-
slack_attach_kibana_discover_url {type: boolean}
290-
slack_kibana_discover_color {type: string}
291-
slack_kibana_discover_title {type: string}
289+
slack_attach_kibana_discover_url: {type: boolean}
290+
slack_kibana_discover_color: {type: string}
291+
slack_kibana_discover_title: {type: string}
292292

293293
### Mattermost
294294
mattermost_webhook_url: *arrayOfString

0 commit comments

Comments
 (0)