diff --git a/howto/setup-monitoring-tools/setup-fluentd-es-kibana.md b/howto/setup-monitoring-tools/setup-fluentd-es-kibana.md index c9a2e5336..041d7cf0e 100644 --- a/howto/setup-monitoring-tools/setup-fluentd-es-kibana.md +++ b/howto/setup-monitoring-tools/setup-fluentd-es-kibana.md @@ -100,7 +100,7 @@ fluentd-sdrld 1/1 Running 0 14s 1. Install Dapr with enabling JSON-formatted logs ```bash -helm repo add dapr https://daprio.azurecr.io/helm/v1/repo +helm repo add dapr https://dapr.github.io/helm-charts/ helm repo update helm install dapr dapr/dapr --namespace dapr-system --set global.logAsJson=true ```