Skip to content

Commit eaf65d6

Browse files
author
Andre Pietsch
committed
corrected the name of the k8s pod name variable
1 parent 6b768ec commit eaf65d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/s4r/7-log-observer/3-log-timeline-chart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Let's look at creating a **Log Timeline** chart. The Log Timeline chart is used
1111

1212
First, we will reduce the amount of information to only the columns we are interested in:
1313

14-
* 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`.
14+
* 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`.
1515
![Log Table Settings](../images/log-observer-table.png)
1616
* Remove the fixed time from the time picker, and set it to the **Last 15 minutes**.
1717
* 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]`.

0 commit comments

Comments
 (0)