I am trying to set an alert on a dashboard but need to configure the SMTP server in the Grafana settings.
If I navigate to https://<kubernetes_cluster>/arcgis/grafana/admin/settings, I can see the settings in read only mode:
| smtp | |
| cert_file | |
| ehlo_identity | |
| enabled | false |
| from_address | admin@grafana.localhost |
| from_name | Grafana |
| host | localhost:25 |
| key_file | |
| password | ************ |
| skip_verify | false |
| startTLS_policy | |
| user |
The help says these are defined in an ini file; is is possible to update the settings?
These system settings are defined in grafana.ini or custom.ini (or overridden in ENV variables). To change these you currently need to restart grafana.