Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions agent/agent-std-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ Complete the following steps:

You can add additional metadata fields to the routed logs.

1. Edit the `logger-agent-config.yaml` file in the `logger-agent` namespace.
1. Edit the `logger-agent-config.yaml` file or configmap in the ``ibm-observe namespace.

2. In the `fluent-bit.conf` section add your custom metadata using this structure.

Expand Down Expand Up @@ -287,7 +287,7 @@ You can add additional metadata fields to the routed logs.
4. Restart the daemon set to apply the changes by running the following:

```sh
kubectl rollout restart daemonset logger-agent-ds -n logger-agent
kubectl rollout restart daemonset logger-agent-ds -n ibm-observe
```
{: codeblock}

Expand Down