Grafana: Difference between revisions

Dander (talk | contribs)
expand the deployment section
Dander (talk | contribs)
m add recommended defaults (non-default for BC reasons)
Line 14: Line 14:
       http_addr = "127.0.0.1";
       http_addr = "127.0.0.1";
       http_port = 3000;
       http_port = 3000;
      enforce_domain = true;
      enable_gzip = true;
       domain = "grafana.your.domain";
       domain = "grafana.your.domain";


Line 21: Line 23:
       # serve_from_sub_path = true;
       # serve_from_sub_path = true;
     };
     };
    # Prevents Grafana from phoning home   
    #analytics.reporting_enabled = false;
   };
   };
};
};
</syntaxhighlight>
</syntaxhighlight>


[https://grafana.com/docs/grafana/latest/setup-grafana/configure-grafana/ Grafana's documentation for the options in <code>settings</code>.]     
[https://grafana.com/docs/grafana/latest/setup-grafana/configure-grafana/ Read Grafana's documentation for the options in <code>settings</code>.]     


== Usage ==
== Usage ==