Skip to content

Commit ad78861

Browse files
committed
Markdown Linting
1 parent add3925 commit ad78861

File tree

9 files changed

+12
-163
lines changed

9 files changed

+12
-163
lines changed

content/en/s4r/03-apm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,4 @@ Now I’m starting to get a good picture of what’s going on. This checkout pro
8282

8383
I’d like to look at the logs to see precisely what the error is.
8484

85-
{{% /notice %}}
85+
{{% /notice %}}

content/en/s4r/15-logs-link.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ weight: 30
1212
We are federating logs across multiple Splunk instances and indexes, which can be extremely useful when I have logs in multiple places – on-prem or in the cloud.
1313

1414
Let’s navigate to the linked logs.
15-
{{% /notice %}}
15+
{{% /notice %}}

content/en/s4r/16-logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ weight: 31
1111
{{% notice style="blue" title="Say" icon="user" %}}
1212
I can now see the log entries coming from this specific trace.
1313

14-
{{% /notice %}}
14+
{{% /notice %}}

content/en/s4r/17-filter-logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ weight: 32
1111
{{% notice style="blue" title="Say" icon="user" %}}
1212
Log Observer gives me an easy way to aggregate and filter on the logs I need to. Here we are just filtering on the log entries that are errors.
1313

14-
{{% /notice %}}
14+
{{% /notice %}}

content/en/s4r/19-synthetics.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ title: 19. Synthetics
33
weight: 40
44
---
55

6-
## Use the Splunk Observability Suite to check the perfomance of your Website/API Endpoint
7-
So far we have have tested the perfomance of our Website by visting and running manual testscenario's to see how our web site perfomed.
6+
## Use the Splunk Observability Suite to check the perfomance of your Website/API Endpoint
87

9-
But what if we didn't have to wait for that, and could instead test the frontend whenever we want, in both production and pre-production? This is where Synthetics comes in.
8+
So far we have have tested the perfomance of our Website by visting and running manual testscenario's to see how our web site perfomed.
9+
10+
But what if we didn't have to wait for that, and could instead test the frontend whenever we want, in both production and pre-production? This is where Synthetics comes in.
1011

1112
![Synthetics overview](../images/SyntheticTests.png?width=50vw)
12-
<br>
1313

1414
As part of this excersise we will clone an exsting Synthetic Test and configure it to test against your website, and have it run automaticly. as part of this excercise we will also set up a detector that will will allow you to be automaticly informed/alerted if the perfomance of your webite is suboptimal.

content/en/s4r/20-browser-test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ weight: 41
1212
Synthetics can test uptime and APIs, but in this example let's look at a browser test, where we are emulating real user behavior of shopping and checking out on the desktop site for my retail application.
1313

1414
We see the details of this test run, what the front end looks like visually, as well as a waterfall of all requests broken down by URL. Because this is a Synthetic test, we can define the test frequency, device type, and locations, as well as the critical user transactions that we want to track.
15-
{{% /notice %}}
15+
{{% /notice %}}

content/en/s4r/21-test-failure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ weight: 42
1010

1111
{{% notice style="blue" title="Say" icon="user" %}}
1212
We see that this test run failed because it never got to confirm the Order ID. Looking at the requests in the checkout, we see a long POST request to checkout with an APM link. Familiar, right?
13-
{{% /notice %}}
13+
{{% /notice %}}

content/en/s4r/23-wrapup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ This wraps up the Splunk for Rookies Workshop of the Splunk Observability Cloud.
1414
Today we didn’t even talk about the power of the rest of Splunk Observability Cloud, such as:
1515

1616
* Infrastructure monitoring, which shows how our infrastructure is behaving -- hosts, kubernetes, and applications via Dashboards, Navigators and Detectors
17-
* More about Synthetics, which can simulate web and mobile traffic and report on application behavior and potential areas for improvement
17+
* More about Synthetics, which can simulate web and mobile traffic and report on application behavior and potential areas for improvement.
1818

1919
<!-- More information can be found here:
2020
2121
[API Test](https://docs.splunk.com/Observability/synthetics/api-test/api-test.html) and
2222
[Uptime Test](https://docs.splunk.com/Observability/synthetics/uptime-test/uptime-test.html). -->
2323

24-
{{% /notice %}}
24+
{{% /notice %}}

content/en/s4r/setup.md

Lines changed: 0 additions & 151 deletions
This file was deleted.

0 commit comments

Comments
 (0)