We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
目前好像只支持docker的标准输出,希望支持containerd
The text was updated successfully, but these errors were encountered:
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采集文件类型的日志
Sorry, something went wrong.
是否和这个问题重复? #1037 ilogtail是支持containerd stdout采集的
@PungYoung 补丁已经合入主干了,应该已经修复了问题。 如果方便的话,请帮忙登记一下您的使用场景 #693 如果有使用案例也欢迎提交到 https://github.com/alibaba/ilogtail/tree/main/example_config/user_contrib
Successfully merging a pull request may close this issue.
目前好像只支持docker的标准输出,希望支持containerd
The text was updated successfully, but these errors were encountered: