No commit activity in last 3 years
No release in over 3 years
Google Cloud Storage output plugin for the Fluent.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 1.0.0
>= 1.8.4

Runtime

= 0.2.1
 Project Readme

Google Cloud Storage output plugin for the Fluentd.

Google Cloud Storage output plugin for the Fluent.

Installation

Configuration

<match pattern>
  type gstore

  gstore_key_id API_ACCESS_KEY
  gstore_sec_key API_SECRET_KEY
  gstore_bucket BUCKET_NAME
  path logs/
  buffer_path /var/log/fluent/gstore

  time_slice_format %Y%m%d-%H
  time_slice_wait 10m
  utc
</match>

Setup

$ gem install fluent-plugin-gstore

LICENSE

Apache License, Version 2.0