Sha256: 50302a0745eb5c6f6bbf53594bbb1f7f96a3b1671358a1736330742bcabf883f

Contents?: true

Size: 1.77 KB

Versions: 60

Compression:

Stored size: 1.77 KB

Contents

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

fluent-plugin-google-cloud is an
{output plugin for fluentd}[http://docs.fluentd.org/articles/output-plugin-overview]
which sends logs to the
{Stackdriver Logging API}[https://cloud.google.com/logging/docs/api/].

This is an official Google Ruby gem.

{<img src="https://badge.fury.io/rb/fluent-plugin-google-cloud.svg" alt="Gem Version" />}[http://badge.fury.io/rb/fluent-plugin-google-cloud]
{<img src="https://secure.travis-ci.org/GoogleCloudPlatform/fluent-plugin-google-cloud.png" alt="Build Status" />}[https://travis-ci.org/GoogleCloudPlatform/fluent-plugin-google-cloud]

== Installation

This gem is hosted at
{RubyGems.org}[https://rubygems.org/gems/fluent-plugin-google-cloud]
and can be installed using:

    $ gem install fluent-plugin-google-cloud

Installing {google-fluentd}[https://cloud.google.com/logging/docs/agent/]
will also install and configure the gem.

== Configuration

To send logs to Google Cloud Logging, specify <code>type google_cloud</code>
in a
{match clause}[http://docs.fluentd.org/articles/config-file#2-ldquomatchrdquo-tell-fluentd-what-to-do]
of your fluentd configuration file, for example:

    <match **>
      type google_cloud
    </match>

No further configuration is required. The plugin uses
{Google Application Default Credentials}[https://developers.google.com/identity/protocols/application-default-credentials]
for authorization - for additional information see 
{here}[https://cloud.google.com/logging/docs/agent/authorization].

<em>The previously documented parameters auth_method, private_key_email,
and private_key_path are removed, and can no longer be used.</em>

== Copyright

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

Version data entries

60 entries across 60 versions & 2 rubygems

Version Path
fluent-plugin-google-cloud-0.7.0.pre.2 README.rdoc
fluent-plugin-google-cloud-0.7.0.pre.1 README.rdoc
fluent-plugin-google-cloud-0.6.23 README.rdoc
fluent-plugin-google-cloud-0.6.22 README.rdoc
fluent-plugin-google-cloud-0.6.21 README.rdoc
fluent-plugin-google-cloud-0.6.20 README.rdoc
fluent-plugin-google-cloud-0.6.19 README.rdoc
fluent-plugin-google-cloud-0.6.18 README.rdoc
fluent-plugin-google-cloud-0.6.18.pre.2 README.rdoc
fluent-plugin-google-cloud-0.6.18.pre.1 README.rdoc
fluent-plugin-google-cloud-0.6.17 README.rdoc
fluent-plugin-google-cloud-0.6.16 README.rdoc
fluent-plugin-google-cloud-0.6.15 README.rdoc
fluent-plugin-google-cloud-0.6.14 README.rdoc
fluent-plugin-google-cloud-0.6.13 README.rdoc
fluent-plugin-google-cloud-0.6.13.pre.memory.2 README.rdoc
fluent-plugin-google-cloud-0.6.13.pre.memory.1 README.rdoc
fluent-plugin-google-cloud-0.6.12 README.rdoc
fluent-plugin-google-cloud-0.6.11.pre.memory.8 README.rdoc
fluent-plugin-google-cloud-0.6.11.pre.memory.7 README.rdoc