diff --git a/docs/logging/docs/010-details-access-oklog.md b/docs/logging/docs/010-details-access-oklog.md index 4249f5f6f956..6c268f9cd548 100644 --- a/docs/logging/docs/010-details-access-oklog.md +++ b/docs/logging/docs/010-details-access-oklog.md @@ -8,7 +8,7 @@ To access the OK Log UI, follow these steps: 1. Run the following command to configure port forwarding: ``` -kubectl port-forward -n kyma-system svc/core-logging-oklog 7650:7650 +kubectl port-forward -n kyma-system svc/logging-oklog 7650:7650 ``` 2. Access the OK Log UI at `http://localhost:7650/ui`.