cloud-pipeline icon indicating copy to clipboard operation
cloud-pipeline copied to clipboard

Issue #3947- Google Cloud Logging, add save method to GCP Cloud Logging

Open kbashpayev opened this issue 7 months ago • 0 comments

Issue #3947,

  1. Added implementation for save method, which sends logs to GCP Cloud Logging Service.
  2. New SystemPreferences: 2.1. gcp.logging.log.name - logname for GCP Cloud Logging 2.2. gcp.logging.sink.label.key - label key for defining where the log come from, needed for sink which will redirect the log to BigQuery 2.3. gcp.logging.sink.label.value - label value for defining where the log come from, needed for sink which will redirect the log to BigQuery

kbashpayev avatar Apr 25 '25 09:04 kbashpayev