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

Issue #3947 GCP Cloud Logging Integration

Open kbashpayev opened this issue 7 months ago • 0 comments
trafficstars

  1. Implemented support for fetching logs from GCP Cloud Logging (BigQuery)
  2. Enabled switching between GCP Cloud Logging and ElasticSearch via a configuration flag. Use logging.provider=gcp or logging.provider=elastic in application properties to select the provider.
  3. New System Preferences: 3.1 gcp.logging.bigquery.table.name: Specifies the BigQuery project table name (e.g., project.dataset.table). 3.2 gcp.logging.bigquery.read.timeout.mills: Sets the read timeout (in milliseconds) for BigQuery read operations. 3.3 gcp.logging.bigquery.connect.timeout.mills: Defines the connection timeout (in milliseconds) for the BigQuery client. 3.4 gcp.logging.bigquery.max.bytes: Limits the maximum bytes fetched per request.

kbashpayev avatar Apr 11 '25 07:04 kbashpayev