0

I want my fluentd ( log Collector) to forward logs to GCP Cloud storage. Currently, docker container logs are collected by fluentd and forwarded to loki.

What steps to be followed to redirect logs from fluentd to Cloud Storage. After creating bucket in GCP Cloud Storage. What changes need to be done in fluentd.conf

Looking for an Documentation or any help in configuring GCP Cloud Storage.

Thanks

1 Answers1

0

Please add @type google_cloud under config to send logs to Google Cloud's operations suite (formerly Stackdriver)

  • Sure I will take the tour and post the answer as per guidelines – Tushar Kamble Jan 01 '23 at 14:05
  • While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - [From Review](/review/late-answers/33535178) – MichaelMao Jan 04 '23 at 10:49