loggie-io / loggie

A lightweight, cloud-native data transfer agent and aggregator
https://loggie-io.github.io/docs-en/
Apache License 2.0
1.26k stars 167 forks source link

可以支持采集非 K8S 容器的 stdout 日志吗? #656

Open cici503-backup opened 11 months ago

cici503-backup commented 11 months ago

我们不是基于 K8S 调度容器的,想采集容器的 stdout 日志,使用以下 yml,采集无效

pipelines:
  - name: demo
    sources:
      - type: file
        name: demo
        paths:
          - stdout

想确认下,是我的 yml 配置不对还是当前功能不支持?

matthewei commented 9 months ago

我认为这是正确的!