Google Cloud Logging output plugin for on-premise (non-GCP or AWS) Fluentd

This plugin allows you to use Google Cloud Logging as an output for fluentd when running applications outside of Google Cloud Platform and Amazon Web Services.

Installation

Use td-agent-gem to install this plugin on your server:

td-agent-gem install fluent-plugin-google-cloud-logging-on-prem

Configuration

To send logs to Google Cloud Logging, specify @type google_cloud_logging_on_prem and your project_id in a match clause of your Fluentd configuration file:

<match **>
  @type google_cloud_logging_on_prem
  project_id my-cloud-logging-project
</match>

License

Copyright 2023 Cakemail. All rights reserved.

License

MIT License