Skip to content

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

License

Notifications You must be signed in to change notification settings

RealKinetic/o11y-pipeline-log-transformer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

o11y-pipeline-log-transformer

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

Deployment

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages