Skip to content

Commit 7089e72

Browse files
committed
Improve workshop descriptions for use in the new card layout.
1 parent 576d39f commit 7089e72

File tree

9 files changed

+17
-16
lines changed

9 files changed

+17
-16
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Automatic Discovery Workshops
3-
description: Automatic Discovery Workshops
3+
description: Learn how to leverage Splunk's automatic discovery and configuration capabilities for Java applications. These workshops demonstrate zero-code instrumentation to instantly generate metrics, traces, and logs for comprehensive observability across monolith and Kubernetes deployments.
44
weight: 1
55
---
66

content/en/ninja-workshops/11-ingest-processor-for-observability-cloud/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ linkTitle: Ingest Processor for Observability Cloud
44
weight: 11
55
archetype: chapter
66
authors: ["Tim Hard"]
7-
description: Scenario Description
7+
description: Learn how to optimize observability costs and improve MTTD by transforming logs into metrics using Splunk Ingest Processor with hands-on exercises in Splunk Observability Cloud.
88
---
99

1010
As infrastructure and application environments become exceedingly complex, the volume of data they generate continues to grow significantly. This increase in data volume and variety makes it challenging to gain actionable insights and can impact problem identification and troubleshooting efficiencies. Additionally, the cost of storing and accessing this data can skyrocket. Many data sources, particularly logs and events, provide critical visibility into system operations. However, in most cases, only a few details from these extensive logs are actually needed for effective monitoring and alerting.

content/en/ninja-workshops/14-cisco-ai-pods/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ weight: 14
55
archetype: chapter
66
time: 2 minutes
77
authors: ["Derek Mitchell"]
8-
description: By the end of this workshop you'll have experience deploying and working several of the technologies that are used to monitor Cisco AI Pods with Splunk Observability Cloud. This includes deploying an OpenTelemetry Collector in a Red Hat OpenShift cluster, using Prometheus receivers with the collector to ingest infrastructure metrics, and configuring APM to monitor Python services that interact with Large Language Models (LLMs).
8+
description: This hands-on workshop demonstrates how to monitor Cisco AI Pods with Splunk Observability Cloud. Learn to deploy the OpenTelemetry Collector in Red Hat OpenShift, ingest infrastructure metrics using Prometheus receivers, and configure APM to monitor Python services that interact with Large Language Models (LLMs).
99
draft: false
1010
hidden: false
1111
---

content/en/ninja-workshops/15-AppDynamics-Workshop/_index.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
title: Splunk4Ninjas AppDynamics
33
weight: 15
44
time: 2 minutes
5-
description: In this Lab you learn how to use AppDynamics to monitor the health of your application services.
5+
description: Learn how to use Splunk AppDynamics for full-stack application performance monitoring, from installing Java APM agents and monitoring application health to troubleshooting performance issues, tracking browser metrics with BRUM, analyzing database performance, and gaining business insights with Business IQ.
66
---
77

88
## Introduction
9+
910
Splunk AppDynamics is a full-stack performance monitoring solution for your critical business applications that offers the following features:
1011

1112
- Consistent end-to-end application monitoring, regardless of environment, traditional, hybrid, or cloud-native.
@@ -14,9 +15,10 @@ Splunk AppDynamics is a full-stack performance monitoring solution for your crit
1415

1516
You can optimize the total cost of ownership by leveraging existing personnel, processes, and training on AppDynamics platform for traditional, cloud, or hybrid deployments.
1617

18+
![Screenshot of AppDynamics Dashboard](images/controller-vm.png)
1719
## Workshop Overview
1820

19-
In this workshop, we’ll cover the fundamentals of Splunk AppDynamics. We'll demonstrate how Splunk AppDynamics enables you to monitor the health of your application services, Web Applications, Databases and more. When you have completed this workshop, you will be able to :
21+
In this workshop, we’ll cover the fundamentals of Splunk AppDynamics. We'll demonstrate how Splunk AppDynamics enables you to monitor the health of your application services, Web Applications, Databases and more. When you have completed this workshop, you will be able to :
2022

2123
- Download and install the AppDynamics Java APM Agent.
2224
- Configure collection settings in the Controller.
@@ -25,10 +27,9 @@ In this workshop, we’ll cover the fundamentals of Splunk AppDynamics. We'll de
2527
- Monitor server health and troubleshoot issues
2628
- Monitor the health of your browser based application with BRUM
2729
- Monitor and troubleshoot Database performance
28-
- Gain deeper visibility into your users with Splunk AppDynamics Business IQ
29-
30+
- Gain deeper visibility into your users with Splunk AppDynamics Business IQ
3031

31-
## Additional Work to be Done
32+
## Additional Work to be Done
3233

33-
- Add a section covering health rules, how to view existing ones, create new health rule..
34-
- Application Security
34+
- Add a section covering health rules, how to view existing ones, create new health rule
35+
- Application Security
359 KB
Loading

content/en/ninja-workshops/2-hpa/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
title: Monitoring Horizontal Pod Autoscaling in Kubernetes
33
linkTitle: Horizontal Pod Autoscaling
4-
description: This workshop will equip you with the basic understanding of monitoring Kubernetes using the Splunk OpenTelemetry Collector
4+
description: Learn to monitor Kubernetes Horizontal Pod Autoscaling (HPA) with the Splunk OpenTelemetry Collector, exploring metrics, events, and auto-scaling behavior in real-time
55
weight: 2
66
authors: ["Robert Castley"]
77
time: 45 minutes
88
---
99

10-
This workshop will equip you with a basic understanding of monitoring Kubernetes using the Splunk OpenTelemetry Collector. During the workshop, you will deploy PHP/Apache and a load generator.
10+
This hands-on workshop teaches you how to monitor Kubernetes Horizontal Pod Autoscaling (HPA) using the Splunk OpenTelemetry Collector. You'll deploy a PHP/Apache application with a load generator to trigger auto-scaling events and observe the complete scaling lifecycle.
1111

12-
You will learn about OpenTelemetry Receivers, Kubernetes Namespaces, ReplicaSets, Kubernetes Horizontal Pod AutoScaling and how to monitor all this using the Splunk Observability Cloud. The main learnings from the workshop will be a better understanding of the Kubernetes Navigator (and Dashboards) in Splunk Observability Cloud as well as seeing Kubernetes metrics, events and Detectors.
12+
Through practical exercises, you'll explore OpenTelemetry Receivers, Kubernetes Namespaces, ReplicaSets, and HPA mechanics while monitoring everything in Splunk Observability Cloud. You'll master the Kubernetes Navigator, build custom dashboards, analyze metrics and events, and configure detectors to alert on scaling activities.
1313

1414
For this workshop, Splunk has prepared an Ubuntu Linux instance in AWS/EC2 all pre-configured for you.
1515

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Dashboard Workshop
3-
description: Dashboard
3+
description: Learn to build insightful visualizations and custom dashboards using Splunk Observability Cloud's charting capabilities, filters, analytical functions, and SignalFlow
44
weight: 7
55
archetype: chapter
66
authors: ["Pieter Hagen"]

content/en/ninja-workshops/8-docker-k8s-otel/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ weight: 8
55
archetype: chapter
66
time: 2 minutes
77
authors: ["Derek Mitchell"]
8-
description: By the end of this workshop you'll have gotten hands-on experience instrumenting a .NET application with OpenTelemetry, then Dockerizing the application and deploying it to Kubernetes. Youll also gain experience deploying the OpenTelemetry collector using Helm, customizing the collector configuration, and troubleshooting collector configuration issues.
8+
description: This hands-on workshop guides you through instrumenting a .NET application with OpenTelemetry, containerizing it with Docker, and deploying it to Kubernetes. You'll learn to deploy and configure the OpenTelemetry collector using Helm and troubleshoot common configuration issues.
99
draft: false
1010
hidden: false
1111
---

content/en/ninja-workshops/9-solving-problems-with-o11y-cloud/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ weight: 9
55
archetype: chapter
66
time: 2 minutes
77
authors: ["Derek Mitchell"]
8-
description: By the end of this workshop you'll have gotten hands-on experience deploying the OpenTelemetry Collector, instrumenting an application with OpenTelemetry, capturing tags from the application, and using Troubleshooting MetricSets and Tag Spotlight to determine the root cause of an issue.
8+
description: Learn how to deploy and configure the OpenTelemetry Collector, instrument applications with OpenTelemetry, and leverage Troubleshooting MetricSets and Tag Spotlight to identify and resolve performance issues in Splunk Observability Cloud.
99
draft: false
1010
hidden: false
1111
---

0 commit comments

Comments
 (0)