From 46615295718ff1a8e34ecbf41a990a418245299d Mon Sep 17 00:00:00 2001 From: itsophie Date: Mon, 13 Jan 2025 15:44:48 +0800 Subject: [PATCH] Update agent-std-cluster.md Fix namespace references to ibm-observe --- agent/agent-std-cluster.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/agent/agent-std-cluster.md b/agent/agent-std-cluster.md index 31ba794..47e7604 100644 --- a/agent/agent-std-cluster.md +++ b/agent/agent-std-cluster.md @@ -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. @@ -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}