I want to get the contents of a Cloud Storage file through pubsub and collect it through arcsight agent
I created the service account and gave pubsub editor and storage object viewer permission,and created topic. I entered in the console :gsutil notification create -t your-topic-name -f json gs://your-bucket-name,and then I pulled message in the pubsub subscription project, but there was no bucket file content.