Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE]: 希望支持 containerd 标准输出 #1038

Closed
PungYoung opened this issue Aug 1, 2023 · 3 comments · Fixed by #1042
Closed

[FEATURE]: 希望支持 containerd 标准输出 #1038

PungYoung opened this issue Aug 1, 2023 · 3 comments · Fixed by #1042
Labels
feature request New feature request
Milestone

Comments

@PungYoung
Copy link

目前好像只支持docker的标准输出,希望支持containerd

@PungYoung PungYoung added the feature request New feature request label Aug 1, 2023
@PungYoung
Copy link
Author

PungYoung commented Aug 1, 2023

enable: true
inputs:
  - Type: file_log
    LogPath: /var/logs/nginx
    FilePattern: "*.log"
    ContainerInfo:
      K8sNamespaceRegex: default
      K8sPodRegex: ^(deploy.*)$
      IncludeK8sLabel:
        app: nginx
flushers:
  - Type: flusher_stdout
    OnlyStdout: true

好像也不支持容器运行时containerd采集文件类型的日志

@yyuuttaaoo
Copy link
Collaborator

是否和这个问题重复? #1037
ilogtail是支持containerd stdout采集的

@yyuuttaaoo yyuuttaaoo linked a pull request Aug 3, 2023 that will close this issue
@yyuuttaaoo
Copy link
Collaborator

@PungYoung 补丁已经合入主干了,应该已经修复了问题。
如果方便的话,请帮忙登记一下您的使用场景 #693
如果有使用案例也欢迎提交到 https:/alibaba/ilogtail/tree/main/example_config/user_contrib

@yyuuttaaoo yyuuttaaoo added this to the v1.7 milestone Aug 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants