Fluentd GoogleCloud Metadata Filter Pluging

Build Status

The plugin uses the google cloud metadata api in version1

Installation

gem install fluent-plugin-gcloud-metadata

plugin configuration

<filter **>
  @type gcloud_metadata
  <metadata>
    project_name project/project-id
    ...
  </metadata>
</filter>