One of our VM instances in Google Cloud Console was stopped, and we can't figure out why. There are 4 similar compute.instances.stop
logs listed in the stackdriver logs. This is one of them:
jsonPayload: {
actor: {
user: "cloud-cluster-manager@prod.google.com"
}
event_subtype: "compute.instances.stop"
event_timestamp_us: "1549644158637334"
event_type: "GCE_API_CALL"
ip_address: "",
...
}
I found the meaning of the event_subtype and event_type in the Docs, but i'm having troubles understanding it? And who is that actor, I can't find him in our IAM Users.
Any idea?