Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 2.03 KB

gcp_cloud_functions.md

File metadata and controls

38 lines (28 loc) · 2.03 KB

GCP Cloud Functions

Table of content

Configuration

Setting Env var Default value Description
gcp.credentials GCP_CREDENTIALS The base64-encoded JSON key file for the GCP service account
gcp.cloudfunctions.name GCP_CLOUDFUNCTIONS_NAME The name of the Cloud Function, if not empty, Google Cloud Functions is enabled
gcp.cloudfunctions.minimumpriority GCP_CLOUDFUNCTIONS_MINIMUMPRIORITY "" (= debug) Minimum priority of event for using this output, order is emergency,alert,critical,error,warning,notice,informational,debug or ""

Note

The Env var values override the settings from yaml file.

Example of config.yaml

gcp:
  credentials: "" # The base64-encoded JSON key file for the GCP service account
  cloudfunctions:
    name: "" # The name of the Cloud Function, if not empty, GCP Cloud Functions is enabled
    # minimumpriority: "debug" # minimum priority of event for using this output, order is emergency|alert|critical|error|warning|notice|informational|debug or "" (default)

Additional info

Screenshots