Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 521 Bytes

File metadata and controls

17 lines (14 loc) · 521 Bytes

fluent-stackdrvier

Fluentd plugin for stackdriver.com API.

This is unofficially Fluentd output plugin for StackDriver. NOTE: This project is under developing and only supported on GCE for now.

Configs

<match *>
  type stackdriver
  stackdriver_url https://custom-gateway.stackdriver.com/v1/custom
  cloud_type      gce
  api_key         XXXXXXXXXXX
</match>