Skip to content

Commit 1a2fcf8

Browse files
committed
K8s screenshots updated
1 parent 2bebbcd commit 1a2fcf8

File tree

10 files changed

+19
-12
lines changed

10 files changed

+19
-12
lines changed

content/en/ninja-workshops/1-automatic-discovery/1-petclinic-monolith/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: PetClinic Monolith Workshop
33
weight: 1
4-
description: A workshop using automatic discovery and configuration for Java.
4+
description: Hands-on workshop demonstrating Splunk Observability Cloud's automatic discovery and configuration capabilities for Java applications using the Spring PetClinic sample application.
55
archetype: chapter
66
authors: ["Robert Castley"]
77
time: 30 minutes

content/en/ninja-workshops/1-automatic-discovery/2-petclinic-kubernetes/3-verify-setup/_index.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,18 @@ time: 10 minutes
77

88
Once the installation has completed, you can log in to **Splunk Observability Cloud** and verify that the metrics are flowing in from your Kubernetes cluster.
99

10-
From the left-hand menu, click on **Infrastructure** and select **Kubernetes**, then select the **Kubernetes nodes** pane. Once you are in the **Kubernetes nodes** view, change the **Time** filter from **-4h** to the last 15 minutes **(-15m)** to focus on the latest data.
11-
12-
Next, from the list of nodes, select the Node name of your workshop instance. Note: You can get the unique part from your cluster name by using the `INSTANCE` from the output from the shell script you ran earlier. **(1)**
10+
From the left-hand menu, click on **Infrastructure** and select **Kubernetes**, then select the **Kubernetes nodes** tile.
1311

1412
![NavigatorList](../images/navigatorlist.png)
1513

16-
Open the **Hierarchy Map** by clicking on the *Hierarchy Map* link in the gray pane to show the graphical representation of your node.
14+
Once you are in the **Kubernetes nodes** overview, change the **Time** filter from **-4h** to the last 15 minutes **(-15m)** to focus on the latest data, then select **Table** to list all the nodes that are reporting metrics.
15+
16+
Next, from the list of nodes, select the **Node name** of your workshop instance.
1717

18-
![HeirarchyMap](../images/hierarchymap.png)
18+
{{% notice title="Tip" style="info" icon="lightbulb" %}}
19+
To identify your specific cluster, use the `INSTANCE` value from the shell script output you ran during setup. This unique identifier helps you locate your workshop cluster among other nodes in the list.
20+
{{% /notice %}}
1921

20-
You will now only have your cluster visible. Scroll down the page to see the metrics coming in from your cluster. Locate the **Node log events rate** **(1)** chart and click on a vertical bar to see the log entries coming in from your cluster.
22+
You will now only have your cluster visible. Scroll down the page to see the metrics coming in from your cluster. Locate the **Node log events rate** chart and click on a vertical bar to see the log entries coming in from your cluster.
2123

2224
![Logs](../images/k8s-peek-at-logs.png)

content/en/ninja-workshops/1-automatic-discovery/2-petclinic-kubernetes/4-apm/2-apm-data.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,13 @@ linkTitle: 2. Viewing APM Data
44
weight: 2
55
---
66

7-
In the left-hand menu click on **APM** to see the data generated by the traces from the newly instrumented services. Change the **Environment** filter **(1)** to the name of your workshop instance in the dropdown box. (Note: this will be **`<INSTANCE>-workshop`** where **`INSTANCE`** is the value from the shell script you ran earlier. Ensure it is the only one selected.)
7+
In the left-hand menu click on **APM** to see the data generated by the traces from the newly instrumented services.
8+
9+
Change the **Environment** filter **(1)** to the name of your workshop instance in the dropdown box.
10+
11+
> [!NOTE]
12+
> This will be **`<INSTANCE>-workshop`** where **`INSTANCE`** is the value from the shell script you ran earlier. Ensure it is the only one selected.
813
914
![apm](../../images/zero-config-first-services-overview.png)
1015

11-
If you see a Critical Alert, you can ignore it as it is caused by the sudden request increase generated by the load generator **(2)**. Click on the **Service Map** **(3)** pane to get ready for the next section.
16+
Click on the **Service Map** **(2)** pane to get ready for the next section.
Binary file not shown.
320 KB
Loading
331 KB
Loading
390 KB
Loading
274 KB
Loading

content/en/ninja-workshops/7-dashboards-detectors/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ In the second part, we’ll shift to alerting and monitoring with detectors:
3737
* Exploring alert timelines and history
3838
* Best practices for building actionable detectors
3939
-->
40-
<!-- {{% children containerstyle="ul" depth="1" description="true" %}} -->
40+
<!-- {{% children type="card" depth="1" description="true" %}} -->

content/en/splunk4rookies/observability-cloud/3-quick-tour/1-homepage/1-home-page.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ time: 5 minutes
77

88
After you have registered and logged into Splunk Observability Cloud you will be taken to the home or landing page. Here, you will find several useful features to help you get started.
99

10-
![home page](../images/home-screen.png)
10+
![home page](../images/home-page.png)
1111

1212
1. **Expand/Contract Main Menu:** Expand **>>** / Collapse **<<** the main menu if space is at a premium.
1313
2. **Org Switcher:** Switch between Organizations (if you are a member of more than one Organization).
@@ -19,7 +19,7 @@ Let's start with our first exercise:
1919

2020
{{% notice title="Exercise" style="green" icon="running" %}}
2121

22-
* Click on your name in the top right and check the Organization name.
22+
* Click on your name in the top right and check the Organization name.
2323
* If you are not in **Observability Workshop AMER**, select it now.
2424
* At the bottom of the menu, select your preferred appearance: **Light**, **Dark** or **Auto** mode.
2525
* Did you also notice this is where the **Log Out** option is? Please don't 😊 !

0 commit comments

Comments
 (0)