Skip to content

Commit

Permalink
Add ops-file for setting smtp_user, smtp_password (#8)
Browse files Browse the repository at this point in the history
* Add ops-file for ElastAlert SMTP settings

* Remove smtp params, move to config_options
  • Loading branch information
daichi703n authored and making committed May 27, 2019
1 parent b0cc2a6 commit 3f6abe6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ops-files/elastalert-smtp-auth.yml
@@ -0,0 +1,7 @@
- type: replace
path: /instance_groups/name=kibana/jobs/name=elastalert/properties?/elastalert?/smtp_user?
value: ((smtp_user))

- type: replace
path: /instance_groups/name=kibana/jobs/name=elastalert/properties?/elastalert?/smtp_password?
value: ((smtp_password))

0 comments on commit 3f6abe6

Please sign in to comment.