From c24a087d33f82d9d0ecd3d528703b53be211f387 Mon Sep 17 00:00:00 2001 From: Whit Waldo Date: Fri, 18 Apr 2025 18:00:38 -0500 Subject: [PATCH] Fixed typo -> "Fleuntd" to "Fluentd" Signed-off-by: Whit Waldo --- daprdocs/content/en/operations/observability/logging/logs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/operations/observability/logging/logs.md b/daprdocs/content/en/operations/observability/logging/logs.md index 5d0d9492a5f..a3b18c6cd24 100644 --- a/daprdocs/content/en/operations/observability/logging/logs.md +++ b/daprdocs/content/en/operations/observability/logging/logs.md @@ -127,7 +127,7 @@ If you are using the Azure Kubernetes Service, you can use [Azure Monitor for co ## References -- [How-to: Set up Fleuntd, Elastic search, and Kibana]({{< ref fluentd.md >}}) +- [How-to: Set up Fluentd, Elastic search, and Kibana]({{< ref fluentd.md >}}) - [How-to: Set up Azure Monitor in Azure Kubernetes Service]({{< ref azure-monitor.md >}}) - [Configure and view Dapr Logs]({{< ref "logs-troubleshooting.md" >}}) - [Configure and view Dapr API Logs]({{< ref "api-logs-troubleshooting.md" >}})