1
0
mirror of https://github.com/parkervcp/eggs.git synced 2024-10-06 23:57:07 +02:00

Update Grafana readme

This commit is contained in:
Pascal Zarrad 2021-07-06 11:08:43 +02:00
parent 913ee571c2
commit df13c87964
No known key found for this signature in database
GPG Key ID: 1F93B3388171379B

View File

@ -4,15 +4,9 @@
The open and composable observability and data visualization platform. The open and composable observability and data visualization platform.
Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
### Configuration recommendation
If you do not manually setup SSL, restrict access to the exposed unencrypted webserver using a firewall.
Use a reverse proxy (with SSL termination) to make Grafana accessible through ports 80 or 443 alongside
other services on your local webserver.
# Update support # Update support
The egg _should_ keep the data and conf folder when reinstalling. Therefore a reinstallation with "latest" as the selected version The egg _should_ keep the data and conf folder when reinstalling. Therefore a reinstallation with "latest" as the selected version
can be used to update Grafana. During a reinstallation all plugins will be updated too. Newly added plugins will be installed during can be used to update Grafana.
a reinstallation.
If you want to reset the server completly, remove the `conf` and `data` directories manually before reinstalling. If you want to reset the server completly, remove the `conf` and `data` directories manually before reinstalling.