项目作者: RealKinetic

项目描述 :
Google Cloud Function for transforming logs for ingestion into the observability pipeline
高级语言: Python
项目地址: git://github.com/RealKinetic/o11y-pipeline-log-transformer.git
创建时间: 2018-11-20T03:23:56Z
项目社区:https://github.com/RealKinetic/o11y-pipeline-log-transformer

开源协议:MIT License

下载


o11y-pipeline-log-transformer

Google Cloud Function for transforming logs for ingestion into the observability pipeline

Deployment

  1. $ gcloud beta functions deploy pipeline-logs-transform \
  2. --env-vars-file env.yaml \
  3. --update-labels obs-pipeline= \
  4. --runtime python37 \
  5. --entry-point handle_log \
  6. --trigger-resource pipeline-logs-transform \
  7. --trigger-event google.pubsub.topic.publish \
  8. --retry