我在 Google Cloud Stackdriver 中创建了五个单独的日志导出接收器。目前,它们都设置为与目的地相同的存储桶(my-bucket):
storage.googleapis.com/my-bucket
bucket(my-bucket)有以下5个文件夹:iam、compute、firewall、project和storage
我想将每个日志接收器关联到我的存储桶中的其中一个文件夹,这可能吗?一个相关问题的答案(Pointing multiple projects' log sinks to one bucket)似乎表明它是,但是,我不明白“FOLDER_ID”,如果这是我需要的,如果是的话,我从哪里得到那个。
我尝试使用命令在 google cloud shell 中手动更新目标
gcloud logging sinks update my-compute-log-sink storage.googleapis.com/my-bucket/compute
并确认接收器已更新,但是,运行gcloud logging sinks list
显示没有变化,现在我被卡住了。