Changes for page Grafana
Last modified by Peter Wurbs on 2025/05/07 11:36
From version 13.1
edited by Peter Wurbs
on 2025/04/10 08:04
on 2025/04/10 08:04
Change comment:
There is no comment for this version
To version 14.1
edited by Peter Wurbs
on 2025/04/10 08:21
on 2025/04/10 08:21
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -50,4 +50,22 @@ 50 50 **When you work in Grafana, always make sure that you chose the intended Organization.** 51 51 [[image:1744272203893-682.png||height="272" width="255"]] 52 52 53 += Main Functions = 54 + 55 +== Datasources == 56 + 57 +* Before you can setup dashboards and alerts, you have to setup datasources. Grafana itself is only a visualization tool, for data gathered via datasources. 58 +* Datasources are created/managed per Grafana Organization. 59 +* The Admin role is required to setup and manage datasources. 60 +* (% class="box warningmessage" %) 61 +((( 62 +When a datasource is available in an Organization, every user assigned to this Organization (Project) with Admin or Edit role can access/explore the data provided by this datasource. 63 +))) 64 +* Most common datasources are configured for 65 +** Prometheus to visualize metrics 66 +** Loki to search and visualize logs 67 +** MySQL, PostgreSQL to access and visualize database data 68 +* Many possible datasource types are preinstalled as built-in plugins and can be used 69 +* Datasource are set up via menu panel ~-~-> Connections ~-~-> Datasources 53 53 71 +* See this [[link>>https://grafana.com/docs/grafana/latest/datasources/]] for detailed information