Skip to content

Commit 53ab1ba

Browse files
authored
Ensuring the version is a string (YelpArchive#5)
1 parent 8276014 commit 53ab1ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

elastalert/schema.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ properties:
206206
### Kibana Discover App Link
207207
generate_kibana_discover_url: {type: boolean}
208208
kibana_discover_app_url: {type: string}
209-
kibana_discover_version: {enum: ['7.3', '7.2', '7.1', '7.0', '6.8', '6.7', '6.6', '6.5', '6.4', '6.3', '6.2', '6.1', '6.0', '5.6']}
209+
kibana_discover_version: {type: string, enum: ['7.3', '7.2', '7.1', '7.0', '6.8', '6.7', '6.6', '6.5', '6.4', '6.3', '6.2', '6.1', '6.0', '5.6']}
210210
kibana_discover_index_pattern_id: {type: string}
211211
kibana_discover_columns: {type: array, items: {type: string}}
212212
kibana_discover_from_timedelta: *timeframe

0 commit comments

Comments
 (0)