启动日志记录代理 时出现错误?

启动IBM® Cloud Logs时,返回错误信息。日志记录代理时会返回错误信息。

您将收到以下错误信息:

Failed to start Fluent Bit.

您的 代理配置文件 出错。

检查代理配置中的每个键是否都有相关值。

例如,如果您没有在配置中指定 "Exclude_Path 的值,则会返回此错误。

[INPUT]
    Name              tail
    Tag               kube.*
    Path              /var/log/containers/logger-agent-ds-*.log
    Path_Key          file
    Exclude_Path
    DB                /var/log/fluent-bit/fluent-bit.DB
    Buffer_Chunk_Size 32KB
    Buffer_Max_Size   256KB
    Parser            cri
    Skip_Long_Lines   On
    Refresh_Interval  10
    storage.type      filesystem
    storage.pause_on_chunks_overlimit on