GoogleCloudPlatform/puppet-google-logging

Name: puppet-google-logging

Owner: Google Cloud Platform

Description: Managed Google Stackdriver Logging Agent via Puppet

Created: 2017-10-09 17:04:48.0

Updated: 2018-03-16 18:23:13.0

Pushed: 2018-03-16 18:46:24.0

Homepage:

Size: 14

Language: Puppet

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Google Stackdriver Logging Puppet Module

Overview

This module will install the Google Stackdriver Logging Agent. This application is required for using Stackdriver Monitoring with a VM.

The Monitoring agent is a collectd-based daemon that gathers system and application metrics from virtual machine instances and sends them to Stackdriver Monitoring. By default, the Monitoring agent collects disk, CPU, network, and process metrics.

Setup

To install this module on your Puppet Master (or Puppet Client/Agent), use the Puppet module installer:

puppet module install google-glogging

Optionally you can install support to all Google Cloud Platform products at once by installing our “bundle” [google-cloud][bundle-forge] module:

puppet module install google-cloud
Usage

To install the Google Stackdriver Logging Agent, add the following class to your Puppet manifest.

ude glogging::agent
Permissions Required

Each GCP machine requires the https://www.googleapis.com/auth/logging.write scope in order to write logs.

Using the gcompute_instance resource, you can add the following:

pute_instance { 'my-vm':
.
rvice_accounts   => {
...
scopes => [
    ...
    # Enable Stackdriver Logging API access
    'https://www.googleapis.com/auth/logging.write',
    ...
],


For more information on how to use the gcompute_instance please visit the google-gcompute module documentation.

Viewing Logs

Please go to the Google Cloud console to view the Stackdriver logs.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.