You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Google Cloud Logging Data Source is a backend data source plugin for Grafana,
6
6
which allows users to query and visualize their Google Cloud logs in Grafana.
7
7
@@ -32,12 +32,13 @@ You can following the those steps to enable it:
32
32
8. Choose key type `JSON` and click `Create`. A JSON key file will be created and downloaded to your computer
33
33
34
34
### Grafana Configuration
35
-
35
+

36
36
1. With Grafana restarted, navigate to `Configuration -> Data sources` (or the route `/datasources`)
37
37
2. Click "Add data source"
38
38
3. Select "Google Cloud Logging"
39
39
4. Provide credentials in a JWT file, either by using the file selector or pasting the contents of the file.
40
-
5. Click "Save & test" to test that logs can be queried from Cloud Logging.
40
+
5. If desired, provide a regional [Cloud Logging service endpoint](https://cloud.google.com/vpc/docs/regional-service-endpoints#cloud-logging) in order to only collect logs from a specific log bucket region
41
+
6. Click "Save & test" to test that logs can be queried from Cloud Logging.
0 commit comments