Our Google Cloud Storage Connector receives Collector data sent to your configured Google Cloud Storage bucket. In order to take advantage of this Connector you will need the following information:
Project ID - More details on Project IDs here.
Bucket Name - Name of your Bucket. More details on Buckets here.
Service Account JSON - Your Service Account details. More details on Service Accounts here.
Data Formatting - JSON Array or JSON Line
Object Output Structure - the output path. For example,
your_object_path/$year/$month/$day/$hour/
will result in a nested directory structure.
During configuration our Connector setup process writes a temporary file to confirm GCS access then deletes it. You will see a message that setup was successful. If you receive a failure message, review access rights and ensure they have read/write access.
As an example, these permissions will work, however you may decide to use a more restrictive set:
Service Account User
Storage Object Admin
Comments
0 comments
Article is closed for comments.