Sha256: 18e68ea469877851d2a965b444171a5426fef37e1108338399f588e6d483c4ca

Contents?: true

Size: 862 Bytes

Versions: 2

Compression:

Stored size: 862 Bytes

Contents

# 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:

```bash
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](https://docs.fluentd.org/configuration/config-file#2-match-tell-fluentd-what-to-do) of your Fluentd configuration file:

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



## License

### Copyright

Copyright 2023 Cakemail. All rights reserved.

### License

MIT License

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fluent-plugin-google-cloud-logging-on-prem-0.1.2 README.md
fluent-plugin-google-cloud-logging-on-prem-0.1.0 README.md