diff --git a/content/en/ninja-workshops/foundations/1-automatic-discovery/1-petclinic-monolith/5-log-observer.md b/content/en/ninja-workshops/foundations/1-automatic-discovery/1-petclinic-monolith/5-log-observer.md index 0fbd52ebf5..48534da989 100644 --- a/content/en/ninja-workshops/foundations/1-automatic-discovery/1-petclinic-monolith/5-log-observer.md +++ b/content/en/ninja-workshops/foundations/1-automatic-discovery/1-petclinic-monolith/5-log-observer.md @@ -7,13 +7,13 @@ For the Splunk Log Observer component, the Splunk OpenTelemetry Collector automa Log Observer provides a real-time view of logs from your applications and infrastructure. It allows you to search, filter, and analyze logs to troubleshoot issues and monitor your environment. -Go back to the PetClinic web application and click on the **Error** link several times. This will generate some log messages in the PetClinic application logs. +Go back to the PetClinic web application in your web browser and click on the **Error** link several times. This will generate some log messages in the PetClinic application logs. ![PetClinic Error](../images/petclinic-error.png) -From the left-hand menu click on **Log Observer** and ensure **Index** is set to **splunk4rookies-workshop**. +From the Splunk Observability Cloud left-hand menu, click on **Logs → Log Observer** and ensure **Index** is set to **splunk4rookies-workshop**. -Next, click **Add Filter** search for the field `service.name` select the value `-petclinic-service` and click `=` (include). You should now see only the log messages from your PetClinic application. +Next, click **Add Filter**, search for the field `service.name`, select the value `-petclinic-service` and click `=` (include). Click **Run search**. You should now see only the log messages from your PetClinic application. Select one of the log entries that were generated by clicking on the **Error** link in the PetClinic application. You will see the log message and the trace metadata that was automatically injected into the log message. Also, you will notice that Related Content is available for APM and Infrastructure.