From 641fb9d505e59c82e00dda75a112a6da4ea01b9d Mon Sep 17 00:00:00 2001 From: Jay Clifford <45856600+Jayclifford345@users.noreply.github.com> Date: Thu, 28 Nov 2024 09:59:48 +0000 Subject: [PATCH] Update docs/sources/query/logcli/logcli-tutorial.md Co-authored-by: Trevor Whitney --- docs/sources/query/logcli/logcli-tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.