Skip to content

Commit

Permalink
Merge pull request #1346 from nsano-rururu/fix_schema_yaml
Browse files Browse the repository at this point in the history
fix schema.yaml
  • Loading branch information
jertel authored Dec 17, 2023
2 parents f94739f + 3ed40c5 commit 436d338
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
- (Re)Implement `skip_invalid` to continue loading rules if one is invalid - [#1338](https://github.com/jertel/elastalert2/pull/1338) - @jertel
- [Docs] Refactor the docs structure for improved ease-of-use - [#1337](https://github.com/jertel/elastalert2/pull/1337) - @jertel
- [Email] Refactor SMTP cert/key usage to support Python 3.12 - [#1341](https://github.com/jertel/elastalert2/pull/1341) - @jertel
- [IRIS] Fix schema.yaml(iris_url to iris_host) - [#1346](https://github.com/jertel/elastalert2/pull/1346) - @nsano-rururu

# 2.15.0

Expand Down
2 changes: 1 addition & 1 deletion elastalert/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ properties:
http_post2_timeout: {type: integer}

### IRIS
iris_url: {type: string}
iris_host: {type: string}
iris_api_token: {type: string}
iris_type: {type: string, enum: ['alert', 'case']}
iris_customer_id: {type: integer}
Expand Down

0 comments on commit 436d338

Please sign in to comment.