
Research
2025 Report: Destructive Malware in Open Source Packages
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.
fluent-plugin-google-cloud
Advanced tools
= Google Cloud Logging plugin for {fluentd}[http://github.com/fluent/fluentd]
fluent-plugin-google-cloud gem includes two plugins:
This is an official Google Ruby gem.
{}[http://badge.fury.io/rb/fluent-plugin-google-cloud]
{
}[https://travis-ci.org/GoogleCloudPlatform/fluent-plugin-google-cloud]
== Installation
This gem is hosted at {RubyGems.org}[https://rubygems.org/gems/fluent-plugin-google-cloud] and can be installed using:
$ gem install fluent-plugin-google-cloud
Installing {google-fluentd}[https://cloud.google.com/logging/docs/agent/] will also install and configure the gem.
== Configuration
To embed insertIds into log entries, specify @type add_insert_ids
in a {filter clause}[https://docs.fluentd.org/configuration/config-file#3-filter-event-processing-pipeline]
of your Fluentd configuration file, for example:
<filter **>
@type add_insert_ids
insert_id_key my_insert_id_field_name # Optional.
</filter>
insert_id_key can be used to customize the insertId field name.
To send logs to Google Cloud Logging, specify @type google_cloud
in a {match clause}[https://docs.fluentd.org/configuration/config-file#2-match-tell-fluentd-what-to-do]
of your Fluentd configuration file, for example:
<match **>
@type google_cloud
</match>
See detailed instructions on how to configure this output plugin {here}[https://cloud.google.com/logging/docs/agent/configuration#cloud-fluentd-config]. The plugin uses {Google Application Default Credentials}[https://developers.google.com/identity/protocols/application-default-credentials] for authorization - for additional information see {here}[https://cloud.google.com/logging/docs/agent/authorization].
== Copyright
Copyright:: Copyright 2014 Google Inc. All rights reserved. License:: Apache License, Version 2.0
FAQs
Unknown package
We found that fluent-plugin-google-cloud demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.

Security News
Socket CTO Ahmad Nassri shares practical AI coding techniques, tools, and team workflows, plus what still feels noisy and why shipping remains human-led.

Research
/Security News
A five-month operation turned 27 npm packages into durable hosting for browser-run lures that mimic document-sharing portals and Microsoft sign-in, targeting 25 organizations across manufacturing, industrial automation, plastics, and healthcare for credential theft.