IBM Cloud Docs
I am getting an error when starting the Logging agent?

I am getting an error when starting the Logging agent?

When starting the IBM® Cloud Logs Logging agent an error is returned.

You get the following error message:

Failed to start Fluent Bit.

Your agent configuration file has an error.

Check that each key in the agent configuration has an associated value.

For example, if you didn't specify a value for Exclude_Path in your configuration, this error will be returned.

[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