Graylog2 / Graylog2/graylog2-server
Move email configuration into cluster config
- Dominant language
- Java
- Stars
- 8.1k
- Forks
- 1.1k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 217
Description
The server email configuration is currently done in the `graylog.conf` file and requires a server restart after changing it. We want to move this configuration into the cluster config so it can be changed from the UI and without restarting the server.
## Tasks
- [ ] Create cluster config object to store email configuration
- [ ] Write migration to store existing email configuration from `graylog.conf`/`server.conf` in the database
- [ ] Create UI component for the "System / Configurations" page to edit the email configuration
- [ ] Switch users of the config file settings over to the new cluster config based settings (e.g. alerting)
Contributor guide
Assessment
This issue has not been assessed yet.