Hi All,
We have grafana pod running in our AWS EKS cluster.
When I login to the pod and check the etc/grafana/grafana.ini file there is no option for configuring smtp:-
bash-5.1$ cat grafana.ini
[analytics]
check_for_updates = false
reporting_enabled = false
[grafana_net]
url = https://grafana.net
[log]
mode = console
[server]
root_url = https://monitoring.xxxxxx.xxxx.
serve_from_sub_path = true
[paths]
data = /var/lib/grafana/data
logs = /var/log/grafana
plugins = /var/lib/grafana/plugins
[auth.anonymous]
enabled = true
org_name = Main Org.
org_role = Viewer
I am checking it correctly or missing something? Can I still configure SMTP?