Skip to content

Commit 01c147d

Browse files
committed
Spacing in shortcode
1 parent 68b243d commit 01c147d

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

content/en/s4r/3-quick-tour/4-log-observer-home/1-log-observer-home.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,11 @@ Click **Log Observer** in the main menu, the Log Observer Home Page is made up o
1818
Generally, in Splunk, an "index" refers to a designated place where your data is stored. It's like a folder or container for your data. Data within a Splunk index is organized and structured in a way that makes it easy to search and analyze. Different indexes can be created to store specific types of data. For example, you might have one index for web server logs, another for application logs, and so on.
1919

2020
{{% /notice %}}
21-
{{% notice title="Tip" style="primary" icon="lightbulb" %}}
22-
If you have used Splunk Enterprise or Splunk Cloud before, you are probably used to starting investigations with logs. As you will see in the following exercise, you can do that with Splunk Observability Cloud as well. This workshop however, will use all the **OpenTelemetry** signals for investigations.
21+
22+
{{% notice title="Tip" style="primary" icon="lightbulb" %}}
23+
24+
If you have used Splunk Enterprise or Splunk Cloud before, you are probably used to starting investigations with logs. As you will see in the following exercise, you can do that with Splunk Observability Cloud as well. This workshop, however, will use all the **OpenTelemetry** signals for investigations.
25+
2326
{{% /notice %}}
2427

2528
Let's run a little search exercise:
@@ -37,9 +40,9 @@ Let's run a little search exercise:
3740
* Let's find all the orders that have been shipped. Click on **Clear All** in the filter bar to remove the previous filter.
3841
* In the **Fields** Pane type `severity` in the search box.
3942
![severity](../images/find-severity.png?width=15vw&classes=left)
40-
* You may need to scroll down the page if you still have the onboarding content displayed at the top in order to see the **Exclude all logs with this fields** button in the next step.
41-
* Make sure you click the {{% button style="gray" %}}**Exclude all logs with this fields**{{% /button %}} as the order log line does not have a severity assigned.
42-
* Click on the {{% button style="gray" %}}**Add Filter**{{% /button %}} button in the filter bar.
43+
* 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 in the next step.
44+
* Make sure you click the {{% button style="grey" %}}**Exclude all logs with this fields**{{% /button %}} as the order log line does not have a severity assigned.
45+
* Click on the {{% button style="grey" %}}**Add Filter**{{% /button %}} button in the filter bar.
4346
* This time, just type `order:` in the **Enter Keyword...** box and press enter.
4447
* You should now have a list of orders sold for the last 15 minutes.
4548

0 commit comments

Comments
 (0)