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
log-pilot/pilot/filebeat_piloter.go
Line 102 in c7a9b22
死亡的容器的filebeat配置文件一直未被删除。 查问题查到最后,发现读取filebeat的regsitrystate的文件地址是错误的 FILEBEAT_REGISTRY = "/var/lib/filebeat/registry" 而这个读取失败的错误从来都没有打印出日志来。 因为 if err != nil { return nil }
The text was updated successfully, but these errors were encountered:
FILEBEAT_REGISTRY
log-pilot/pilot/filebeat_piloter.go Line 102 in c7a9b22 return nil 死亡的容器的filebeat配置文件一直未被删除。 查问题查到最后,发现读取filebeat的regsitrystate的文件地址是错误的 FILEBEAT_REGISTRY = "/var/lib/filebeat/registry" 而这个读取失败的错误从来都没有打印出日志来。 因为 if err != nil { return nil }
你好怎么解决的呢
Sorry, something went wrong.
No branches or pull requests
log-pilot/pilot/filebeat_piloter.go
Line 102 in c7a9b22
死亡的容器的filebeat配置文件一直未被删除。
查问题查到最后,发现读取filebeat的regsitrystate的文件地址是错误的
FILEBEAT_REGISTRY = "/var/lib/filebeat/registry"
而这个读取失败的错误从来都没有打印出日志来。
因为
if err != nil {
return nil
}
The text was updated successfully, but these errors were encountered: