File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## plugin-google-cloud-log-mon-datasource
2+
3+ ![ Google Cloud Services] ( https://spaceone-custom-assets.s3.ap-northeast-2.amazonaws.com/console-assets/icons/cloud-services/google_cloud/cloud_logging.png )
4+
5+ ** Plugin to collect log data of Google Cloud logging**
6+
7+ > Cloudforet's [ plugin-google-cloud-log-mon-datasource] ( https://github.com/cloudforet-io/plugin-google-cloud-log-mon-datasource )
8+ is a convenient tool
9+ > to get Cloud Logging log data from Google.
10+
11+
12+ Find us also at [ Dockerhub] ( https://hub.docker.com/repository/docker/spaceone/plugin-google-cloud-log-mon-datasource )
13+ > Latest stable version : 1.0.1
14+
15+ Please contact us if you need any further information. (< support@spaceone.dev > )
16+
17+ ---
18+
19+ <br >
20+ <br >
21+
22+ ## Google Service Endpoint (in use)
23+
24+ There is an endpoints used to collect resources information of GCP.
25+ Endpoint of served GCP is a URL consisting of a service code.
26+
27+ ``` text
28+ https://[service-code].googleapis.com
29+ ```
30+
31+ <br >
32+ <br >
33+
34+ ## Authorization Scopes
35+
36+ Requires one of the following OAuth scopes:
37+
38+ ``` text
39+ https://www.googleapis.com/auth/logging.read
40+ https://www.googleapis.com/auth/logging.admin
41+ https://www.googleapis.com/auth/cloud-platform.read-only
42+ https://www.googleapis.com/auth/cloud-platform
43+ ```
44+
45+ <br >
46+ <br >
47+
48+ ## Authentication Overview
49+
50+ Registered service account on SpaceONE must have certain permissions to collect cloud service data
51+ Please, set authentication privilege for followings:
52+
53+ ``` text
54+ logging.logEntries.list
55+ logging.privateLogEntries.list
56+ logging.views.access
57+ ```
You can’t perform that action at this time.
0 commit comments