diff --git a/docs/sources/query/logcli/logcli-tutorial.md b/docs/sources/query/logcli/logcli-tutorial.md index e32812a9fd218..82399a65f9a1c 100644 --- a/docs/sources/query/logcli/logcli-tutorial.md +++ b/docs/sources/query/logcli/logcli-tutorial.md @@ -53,7 +53,7 @@ You are a site manager for a new logistics company. The company uses structured {"timestamp": "2024-11-22T13:22:56.377884", "state": "New York", "city": "Buffalo", "package_id": "PKG34245", "package_type": "Documents", "package_size": "Medium", "package_status": "error", "note": "Out for delivery", "sender": {"name": "Sender27", "address": "144 Elm St, Buffalo, New York"}, "receiver": {"name": "Receiver4", "address": "260 Cedar Blvd, New York City, New York"}} ``` -The logs are processed from Grafana Alloy to extract labels and structured metadata before they're stored in Loki. You have been tasked with monitoring the logs using the LokiCLI and build a report on the overall health of the shipments. +The logs are processed from Grafana Alloy to extract labels and structured metadata before they're stored in Loki. You have been tasked with monitoring the logs using the LogCLI and build a report on the overall health of the shipments.