2

I have set up the "connector account" thing in Stackdriver, and I'm able to see metrics in GCP, which is super cool! I would now like to also get all cloudwatch logs into google's logging tool. Can this be done with the connector account as well? Or will I have to write a lambda to ship those off?

Askdesigners
  • 131
  • 3

1 Answers1

1

You can integrate AWS CloudWatch to send metrics to the Google StackDriver. For more information please read these documentation [1][2].

Regarding your Lamba question I found this stackoverflow link that might be helpful. I would also recommend reviewing the following best practice when using a Stackdriver account to monitor any number of GCP projects and AWS accounts.

Kamelia Y
  • 36
  • 3
  • Yes I did read those docs, and have hat working. Metrics are there. However I'd also like to have _logs_ in GCP. That other stackoverflow post is the first one I found, and it too only addresses metrics. My question is specifically about logs, and if the "connector account" thing in GCP should also collect logs, or if I need to build my own solution for that. Thanks for the tips though. – Askdesigners May 07 '20 at 11:37
  • You can only use connector account for stackdriver monitoring and it doesnt work in the stackdriver logging. – Kamelia Y May 08 '20 at 14:23
  • ah ok, that's disappointing. :p – Askdesigners May 12 '20 at 07:32
  • If this feature is very important to you, I would like to suggest you to raise a Feature Request in Google's Issue Tracker, so that it might help you get the feature that you have requested. I recommend you to "star" it to increase visibility and stay updated about its implementation. https://cloud.google.com/support/docs/issue-trackers – Kamelia Y May 13 '20 at 15:08
  • thanks! I'll do that. – Askdesigners May 20 '20 at 09:03