Sha256: 9a185ac2c2a5b104d7d6a12456b8e514ed21ce9066ef703c659aec1765103e22

Contents?: true

Size: 1.15 KB

Versions: 13

Compression:

Stored size: 1.15 KB

Contents

= Google Cloud Platform plugin for {fluentd}[http://github.com/fluent/fluentd]

fluent-plugin-google-cloud sends logs to the Google Cloud Platform logging API.

== Installation

The gem is hosted at {RubyGems.org}[http://rubygems.org]. You can install the gem as follows:

    $ gem install fluent-plugin-google-cloud

== Configuration

    <match **>
      type google_cloud
      auth_method <method>
      private_key_email <address>
      private_key_path <path>
    </match>

Supported options:
* auth_method: either 'compute_engine_service_account' or 'private_key' (default: compute_engine_service_account)
* private_key_email: email address of your project's service account.
* private_key_path: path to a file containing service account credentials.

private_key_email and private_key_path are required if auth_method is
'private_key', otherwise they are ignored.

== Caveats

This plugin currently only supports being run on a Google Compute Engine VM because it grabs its authentication token as well as important metadata from the VM metadata server.

== Copyright

Copyright:: Copyright 2014 Google Inc. All rights reserved.
License::   Apache License, Version 2.0

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
fluent-plugin-google-cloud-0.4.2 README.rdoc
fluent-plugin-google-cloud-0.4.1 README.rdoc
fluent-plugin-google-cloud-0.4.0 README.rdoc
fluent-plugin-google-cloud-0.3.1 README.rdoc
fluent-plugin-google-cloud-0.3.0 README.rdoc
fluent-plugin-google-cloud-0.2.4 README.rdoc
fluent-plugin-google-cloud-0.2.3 README.rdoc
fluent-plugin-google-cloud-0.2.2 README.rdoc
fluent-plugin-google-cloud-0.2.1 README.rdoc
fluent-plugin-google-cloud-0.2.0 README.rdoc
fluent-plugin-google-cloud-0.1.3 README.rdoc
fluent-plugin-google-cloud-0.1.2 README.rdoc
fluent-plugin-google-cloud-0.1.1 README.rdoc