Skip to content

Commit

Permalink
Add gelf_log_level values
Browse files Browse the repository at this point in the history
  • Loading branch information
malinkinsa committed Jan 2, 2023
1 parent 475bad4 commit a981063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elastalert/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ properties:
required: [field]
properties:
field: {type: string, minLength: 1}
gelf_log_level: {type: integer}
gelf_log_level: {type: integer, enum: ['0', 1', '2', '3', '4', '5', '6', '7']}
gelf_http_headers:
type: object
minProperties: 1
Expand Down

0 comments on commit a981063

Please sign in to comment.