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: "[email protected]"
}
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?
cloud-cluster-managermost probably an internal managing application that runs in the background, but I presume the stopping is related to the actual code of your application. Maybe some error that makes the manager kill it or even maybe lack of resources - Nikos M.