- I have created a instance template in gcp with
Deploy a container image to this VM instance. - Then created a managed instance group then logged into one of the machine
- Here stackdrive agent is running by default
instance-group-1-0qlh # docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
5f93360b7aa1 gcr.io/google-containers/nginx "nginx" 30 minutes ago Up 30 minutes klt-instance-template-3-pvkz
a506597b1be8 gcr.io/stackdriver-agents/stackdriver-logging-agent:0.2-1.5.33-1-1 "/entrypoint.sh /usr…" 30 minutes ago Up 30 minutes stackdriver-logging-agent
Question 1: how to configure stackdrive-agent, so that i can see logs in https://console.cloud.google.com/logs/viewer ?
Question 2: how to configure stackdrive-agent, so that i can see logs in https://console.cloud.google.com/logs/viewer ?
Question 3: how to configure my own agent instead stackdrive