Skip to content

Commit 0bedd75

Browse files
committed
Fixing typos
1 parent 600ef92 commit 0bedd75

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

content/en/imt/gdi/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ splunk-otel-collector-k8s-cluster-receiver-6956d4446f-gwnd7 0/1 Running
114114
{{% /tab %}}
115115
{{< /tabs >}}
116116

117-
Ensure there are no errors by tailing the logs from the OpenTelemetry Collector pod. Output should look similar to the log output shown in the Output tab below.
117+
Ensure there are no errors by tailing the logs from the OpenTelemetry Collector pod. The output should look similar to the log output shown in the Output tab below.
118118

119119
Use the label set by the `helm` install to tail logs (You will need to press `ctrl+c` to exit). Or use the installed `k9s` terminal UI for bonus points!
120120

@@ -151,7 +151,7 @@ helm delete splunk-otel-collector
151151

152152
---
153153

154-
## 3. Validate metrics in the UI
154+
## 2. Validate metrics in the UI
155155

156156
In the Splunk UI, click the **>>** bottom left and click on **Infrastructure**.
157157

@@ -177,9 +177,9 @@ Then in the UI, click on the "Cluster: - " menu just below the Splunk Logo, and
177177

178178
![Filtered K8S Cluster](../images/filtered-k3s-cluster.png)
179179

180-
To examine the health of your node, hover over the pale blue background of your cluster, then click on the blue magnifying glass ![Magnifying Glass](../images/blue-cross.png?classes=inline&height=25px) that appears in the top left hand corner.
180+
To examine the health of your node, hover over the pale blue background of your cluster, then click on the blue magnifying glass ![Magnifying Glass](../images/blue-cross.png?classes=inline&height=25px) that appears in the top left-hand corner.
181181

182-
This will drill down to the node level. Next, open the side bar by clicking on the side bar button to open the Metrics side bar.
182+
This will drill down to the node level. Next, open the Metrics sidebar by clicking on the sidebar button.
183183

184184
Once it is open, you can use the slider on the side to explore the various charts relevant to your cluster/node: CPU, Memory, Network, Events etc.
185185

content/en/imt/gdi/nginx.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Verify the number of pods running in the Splunk UI by selecting the **WORKLOADS*
1818

1919
Note the single agent container running per node among the default Kubernetes pods. This single container will monitor all the pods and services being deployed on this node!
2020

21-
Now switch back to the default cluster node view by selecting the **MAP** tab and select your cluster again.
21+
Now switch back to the default cluster node view by selecting the **MAP** tab and selecting your cluster again.
2222

2323
In your AWS/EC2 or Multipass shell session change into the `nginx` directory:
2424

@@ -67,7 +67,7 @@ service/nginx created
6767
{{% /tab %}}
6868
{{< /tabs >}}
6969

70-
Next we will deploy Locust[^2] which is an open-source tool used for creating a load test against NGINX:
70+
Next, we will deploy Locust[^2] which is an open-source tool used for creating a load test against NGINX:
7171

7272
{{< tabs >}}
7373
{{% tab title="Kubectl Create Deployment" %}}
@@ -87,7 +87,7 @@ Validate the deployment has been successful and that the Locust and NGINX pods a
8787

8888
If you have the Splunk UI open you should see new Pods being started and containers being deployed.
8989

90-
It should only take around 20 seconds for the pods to transition into a Running state. In the Splunk UI you will have a cluster that looks like below:
90+
It should only take around 20 seconds for the pods to transition into a Running state. In the Splunk UI you will have a cluster that looks like the screenshot below:
9191

9292
![back to Cluster](../../images/cluster.png)
9393

0 commit comments

Comments
 (0)