Installation #
- Login into DataElicit’s portal. Download the related LogScale package from the Packages tab.
- Install the LogScale package into your Falcon LogScale repository.
- Download gcp.tgz from the Connectors tab and extract the tar into <Installation-Path>/LogConnector/connectors directory
tar -xzf gcp.tgz - gcp connector directory:
/opt/LogConnector/connectors/gcp$ ls 
bin  default  template  manifest.yaml README.md Configuration #
- Create local directory and configure connector.conf, global.conf, secret.conf as per your requirements:
/opt/LogConnector/connectors/gcp$ mkdir local 
/opt/LogConnector/connectors/gcp$ cd local 
/opt/LogConnector/connectors/gcp/local$ nano connector.conf 
/opt/LogConnector/connectors/gcp/local$ nano secret.conf 
/opt/LogConnector/connectors/gcp/local$ nano global.conf 
/opt/LogConnector/connectors/gcp/local$ ls 
connector.conf  global.conf  secret.conf Note #
Check conf specific conf.ini files in template/ directory for how to configure the conf files.
References #
https://cloud.google.com/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list
https://cloud.google.com/compute/docs/apis
https://cloud.google.com/pubsub/docs/reference/rest/v1/projects.subscriptions/pull
