From eaf65d6e8ab4c42a7f3b6113bb117f4ad21d3e0f Mon Sep 17 00:00:00 2001 From: Andre Pietsch Date: Thu, 18 Apr 2024 15:22:31 +0200 Subject: [PATCH] corrected the name of the k8s pod name variable --- content/en/s4r/7-log-observer/3-log-timeline-chart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/s4r/7-log-observer/3-log-timeline-chart.md b/content/en/s4r/7-log-observer/3-log-timeline-chart.md index d45a20380f..62374bd8ea 100644 --- a/content/en/s4r/7-log-observer/3-log-timeline-chart.md +++ b/content/en/s4r/7-log-observer/3-log-timeline-chart.md @@ -11,7 +11,7 @@ Let's look at creating a **Log Timeline** chart. The Log Timeline chart is used First, we will reduce the amount of information to only the columns we are interested in: -* Click on the Configure Table {{% icon icon="cog" %}} icon above the **Logs table** to open the **Table Settings**, untick `_raw` and ensure the following fields are selected `k8s.pod_name`, `message` and `version`. +* Click on the Configure Table {{% icon icon="cog" %}} icon above the **Logs table** to open the **Table Settings**, untick `_raw` and ensure the following fields are selected `k8s.pod.name`, `message` and `version`. ![Log Table Settings](../images/log-observer-table.png) * Remove the fixed time from the time picker, and set it to the **Last 15 minutes**. * To make this work for all traces, remove the `trace_id` from the filter and add the fields `sf_service=paymentservice` and `sf_environment=[WORKSHOPNAME]`.