我可以在容器优化操作系统的堆栈驱动程序日志代理的帮助下将日志注入到 Google 日志查看器作为 JSON。
它将日志作为一个值注入到消息中,而不是作为默认配置的 json 有效负载
我试过什么?
我已将 /etc/stackdriver/logging.config.d/fluentd-lakitu.conf 中的 fluentd 配置更改为以下内容:
<source>
@type tail
format json
path /var/lib/docker/containers/*/*.log
<parse>
@type json
</parse>
pos_file /var/log/google-fluentd/containers.log.pos
tag reform_contain
read_from_head true
</source>
但它无法将日志发送到日志查看器
操作系统:容器优化操作系统 cos-81-12871-1196-0