https://github.com/cloudforet-io/plugin-google-cloud-log-mon-datasource
https://github.com/cloudforet-io/plugin-google-cloud-log-mon-datasource
data-source log monitoring plugin
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cloudforet-io/plugin-google-cloud-log-mon-datasource
- Owner: cloudforet-io
- License: apache-2.0
- Created: 2023-03-17T02:47:50.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-05-08T09:20:24.000Z (11 months ago)
- Last Synced: 2025-05-08T10:28:20.462Z (11 months ago)
- Topics: data-source, log, monitoring, plugin
- Language: Python
- Homepage:
- Size: 64.5 KB
- Stars: 0
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## plugin-google-cloud-log-mon-datasource

**Plugin to collect log data of Google Cloud logging**
>Cloudforet's [plugin-google-cloud-log-mon-datasource](https://github.com/cloudforet-io/plugin-google-cloud-log-mon-datasource)
is a convenient tool
> to get Cloud Logging log data from Google.
Find us also at [Dockerhub](https://hub.docker.com/repository/docker/spaceone/plugin-google-cloud-log-mon-datasource)
> Latest stable version : 1.0.1
Please contact us if you need any further information. ()
---
## Google Service Endpoint (in use)
There is an endpoints used to collect resources information of GCP.
Endpoint of served GCP is a URL consisting of a service code.
```text
https://[service-code].googleapis.com
```
## Authorization Scopes
Requires one of the following OAuth scopes:
```text
https://www.googleapis.com/auth/logging.read
https://www.googleapis.com/auth/logging.admin
https://www.googleapis.com/auth/cloud-platform.read-only
https://www.googleapis.com/auth/cloud-platform
```
## Authentication Overview
Registered service account on SpaceONE must have certain permissions to collect cloud service data
Please, set authentication privilege for followings:
```text
logging.logEntries.list
logging.privateLogEntries.list
logging.views.access
```