Graylog2 / Graylog2/graylog2-server

Move email configuration into cluster config

Open
#6,049 2 comments 0 reactions 0 assignees View on GitHub
alerting
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.