Reputation: 325
Lets say there are Projects A, B and C. I have created a topic "my-topic" in project A. Now I want the project B and C to publish some data onto the topic "my-topic". Ideally, I want to publish the log data of project B and C onto the topic created in project A. Can this be even possible?
Upvotes: 1
Views: 1973
Reputation: 75715
You can achieve this in different manner.
Firstly, the logs have project boundaries. You can't view the logs in one place for all projects.
However you can export the logs (perform a custom/advance query to get only the relevant log lines) in a common place with the sinks.
Is it enough for you?
Upvotes: 3
Reputation: 1028
Give roles/pubsub.publisher
role to the Topic in Project A to the service accounts of Project B and C.
Upvotes: 6