---
name: cloud-logs-ts-fb-error
title: I am getting an error when starting the Logging agent?
description: When starting the IBM&reg; Cloud Logs Logging agent an error is returned.
last-updated: 2024-12-02
---

> ## Documentation Index
> The table of contents for this documentation set is at https://cloud.ibm.com/docs/cloud-logs?format=markdown
> The index for all IBM Cloud docs is at: https://cloud.ibm.com/docs/llms.txt
> Use these files to discover more information as needed.

# I am getting an error when starting the Logging agent?
{: #ts-fb-error}
{: troubleshoot}
{: support}

When starting the IBM&reg; Cloud Logs Logging agent an error is returned.
{: shortdesc}

You get the following error message:
{: tsSymptoms}

```text
Failed to start Fluent Bit.
```
{: screen}


Your [agent configuration file](https://cloud.ibm.com/docs/cloud-logs?topic=cloud-logs-agent-fluentbit&format=markdown) has an error.
{: tsCauses}


Check that each key in the agent configuration has an associated value.
{: tsResolve}

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

```yaml
[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
```
{: codeblock}