Skip to content

Commit e6d2004

Browse files
committed
Fixing issue #358
1 parent 8659ba7 commit e6d2004

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

content/en/splunk4rookies/observability-cloud/3-quick-tour/4-log-observer-home/1-log-observer-home.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,20 @@ Let's run a little search exercise:
3333
* Click on {{% button style="gray" %}}Add Filter{{% /button %}} in the filter bar then click on **Fields** in the dialog.
3434
* Type in **cardType** and select it.
3535
* Under **Top values** click on **visa**, then click on **=** to add it to the filter.
36+
* Click {{% button style="blue" %}}Run search{{% /button %}}
3637

3738
![logo search](../images/log-filter-bar.png?width=920px)
3839

3940
* Click on one of the log entries in the Logs table to validate that the entry contains `cardType: "visa"`.
4041
* Let's find all the orders that have been shipped. Click on **Clear All** in the filter bar to remove the previous filter.
41-
* Click again on {{% button style="gray" %}}Add Filter{{% /button %}} in the filter bar, then select **Keyword**. Next just type `order:` in the **Enter Keyword...** box and press enter.
42-
* You should now only have log lines that contain the word "order:". There are still a lot of log lines, so let's filter some more.
43-
* Add another filter, this time select the **Fields** box, then type `severity` in the **Find a field...** search box and select it.
42+
* Click again on {{% button style="gray" %}}Add Filter{{% /button %}} in the filter bar, then select **Keyword**. Next just type `order` in the **Enter Keyword...** box and press enter.
43+
* Click {{% button style="blue" %}}Run search{{% /button %}}
44+
* You should now only have log lines that contain the word `order`. There are still a lot of log lines, so let's filter some more.
45+
* Add another filter, this time select the **Fields** box, then type `severity` in the **Find a field ...** search box and select it.
4446
![severity](../images/find-severity.png?width=15vw&classes=left)
45-
* Make sure you click the {{% button style="gray" %}}**Exclude all logs with this fields**{{% /button %}} at the bottom of the dialog box, as the order log line does not have a severity assigned. This will remove the others.
46-
* You may need to scroll down the page if you still have the onboarding content displayed at the top to see the **Exclude all logs with this fields** button.
47-
* You should now have a list of orders sold for the last 15 minutes.
47+
* Under **Top values** click on **error**, then click on **=** to add it to the filter.
48+
* Click {{% button style="blue" %}}Run search{{% /button %}}
49+
* You should now have a list of orders that failed to complete for the last 15 minutes.
4850

4951
{{% /notice %}}
5052

0 commit comments

Comments
 (0)