-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
provider: gcpAnything `gcp` service provider relatedAnything `gcp` service provider relatedsource: newA request for a new sourceA request for a new sourcetype: featureA value-adding code addition that introduce new functionality.A value-adding code addition that introduce new functionality.
Description
As a replacement for logstash, we will need vector to support google cloud storage as a source similar to AWS S3 (https://vector.dev/docs/reference/configuration/sources/aws_s3/)
We do something similar in logstash
input {
google_cloud_storage {
bucket_id => "my_log_bucket"
file_matches => ".*\.log"
tags => ["server"]
codec => "json"
}
}
VJftw, sHesl, spacepatcher, ferozsalam, filipedeo and 18 more
Metadata
Metadata
Assignees
Labels
provider: gcpAnything `gcp` service provider relatedAnything `gcp` service provider relatedsource: newA request for a new sourceA request for a new sourcetype: featureA value-adding code addition that introduce new functionality.A value-adding code addition that introduce new functionality.