Skip to content

Commit 1429ef3

Browse files
authored
Merge branch 'main' into conf24
2 parents 456845d + d52fce7 commit 1429ef3

File tree

16 files changed

+33
-30
lines changed

16 files changed

+33
-30
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 5.53
2+
current_version = 5.59
33
commit = True
44
Tag = True
55
parse = v?(?P<major>\d+)\.(?P<minor>\d+)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ Unless required by applicable law or agreed to in writing, software distributed
2323
To get started, please proceed to [The Splunk Observability Cloud Workshops Homepage](https://splunk.github.io/observability-workshop/latest/).
2424

2525
Latest versions of the workshop are:
26-
- [v5.53](https://splunk.github.io/observability-workshop/v5.53/)
27-
- [v5.52](https://splunk.github.io/observability-workshop/v5.52/)
26+
- [v5.59](https://splunk.github.io/observability-workshop/v5.59/)
27+
- [v5.58](https://splunk.github.io/observability-workshop/v5.58/)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.53
1+
5.59

content/en/conf24/1-zero-config-k8s/2-preparation/1-otel.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
23
title: Deploy the Splunk OpenTelemetry Collector
34
linkTitle: 1. Deploy OpenTelemetry Collector
45
weight: 2

content/en/other/11-synthetics-scripting/1-real-browser-test/1-recording-a-test.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ The starting URL for the workshop is different for **EMEA** and **AMER/APAC**. P
1313
{{% tabs %}}
1414
{{% tab title="EMEA Workshop URL" %}}
1515

16-
[https://online-boutique-eu.o11ystore.com/](https://online-boutique-eu.o11ystore.com/)
16+
[https://online-boutique-eu.splunko11y.com/](https://online-boutique-eu.splunko11y.com/)
1717

1818
{{% /tab %}}
1919
{{% tab title="AMER/APAC Workshop URL" %}}
2020

21-
[https://online-boutique-us.o11ystore.com/](https://online-boutique-us.o11ystore.com/)
21+
[https://online-boutique-us.splunko11y.com/](https://online-boutique-us.splunko11y.com/)
2222

2323
{{% /tab %}}
2424
{{% /tabs %}}
@@ -86,11 +86,11 @@ Select **JSON** as the format, then click on **Save**
8686
},
8787
{
8888
"type": "navigate",
89-
"url": "https://online-boutique-eu.o11ystore.com/",
89+
"url": "https://online-boutique-eu.splunko11y.com/",
9090
"assertedEvents": [
9191
{
9292
"type": "navigation",
93-
"url": "https://online-boutique-eu.o11ystore.com/",
93+
"url": "https://online-boutique-eu.splunko11y.com/",
9494
"title": "Online Boutique"
9595
}
9696
]
@@ -114,7 +114,7 @@ Select **JSON** as the format, then click on **Save**
114114
"assertedEvents": [
115115
{
116116
"type": "navigation",
117-
"url": "https://online-boutique-eu.o11ystore.com/product/66VCHSJNUP",
117+
"url": "https://online-boutique-eu.splunko11y.com/product/66VCHSJNUP",
118118
"title": ""
119119
}
120120
]
@@ -144,7 +144,7 @@ Select **JSON** as the format, then click on **Save**
144144
"assertedEvents": [
145145
{
146146
"type": "navigation",
147-
"url": "https://online-boutique-eu.o11ystore.com/cart",
147+
"url": "https://online-boutique-eu.splunko11y.com/cart",
148148
"title": ""
149149
}
150150
]
@@ -174,7 +174,7 @@ Select **JSON** as the format, then click on **Save**
174174
"assertedEvents": [
175175
{
176176
"type": "navigation",
177-
"url": "https://online-boutique-eu.o11ystore.com/cart/checkout",
177+
"url": "https://online-boutique-eu.splunko11y.com/cart/checkout",
178178
"title": ""
179179
}
180180
]

content/en/scenarios/optimize_end_user_experiences/2-rum/2-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This code enables RUM Tracing, [Session Replay](https://docs.splunk.com/observab
2424
* The first part is to indicate where to download the Splunk Open Telemetry Javascript file from: `https://cdn.signalfx.com/o11y-gdi-rum/latest/splunk-otel-web.js` (this can also be hosted locally if so required).
2525
* The next section defines the location where to send the traces to in the beacon url: `{beaconUrl: "https://rum-ingest.eu0.signalfx.com/v1/rum"`
2626
* The RUM Access Token: `rumAuth: "<redacted>"`.
27-
* Identification tags `app` and `environment` to indentify in the SPLUNK RUM UI e.g. `app: "frontend-demo-us-store", environment: "frontend-demo-us"}` (these values will be different in your workshop)
27+
* Identification tags `app` and `environment` to indentify in the SPLUNK RUM UI e.g. `app: "online-boutique-us-store", environment: "online-boutique-us"}` (these values will be different in your workshop)
2828

2929
The above lines 21 and 23-30 are all that is required to enable RUM on your website!
3030

content/en/scenarios/optimize_end_user_experiences/3-advanced-synthetics/1-recording-a-test.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,11 @@ Select **JSON** as the format, then click on **Save**
7474
},
7575
{
7676
"type": "navigate",
77-
"url": "https://online-boutique-eu.o11ystore.com/",
77+
"url": "https://online-boutique-eu.splunko11y.com/",
7878
"assertedEvents": [
7979
{
8080
"type": "navigation",
81-
"url": "https://online-boutique-eu.o11ystore.com/",
81+
"url": "https://online-boutique-eu.splunko11y.com/",
8282
"title": "Online Boutique"
8383
}
8484
]
@@ -102,7 +102,7 @@ Select **JSON** as the format, then click on **Save**
102102
"assertedEvents": [
103103
{
104104
"type": "navigation",
105-
"url": "https://online-boutique-eu.o11ystore.com/product/66VCHSJNUP",
105+
"url": "https://online-boutique-eu.splunko11y.com/product/66VCHSJNUP",
106106
"title": ""
107107
}
108108
]
@@ -132,7 +132,7 @@ Select **JSON** as the format, then click on **Save**
132132
"assertedEvents": [
133133
{
134134
"type": "navigation",
135-
"url": "https://online-boutique-eu.o11ystore.com/cart",
135+
"url": "https://online-boutique-eu.splunko11y.com/cart",
136136
"title": ""
137137
}
138138
]
@@ -162,7 +162,7 @@ Select **JSON** as the format, then click on **Save**
162162
"assertedEvents": [
163163
{
164164
"type": "navigation",
165-
"url": "https://online-boutique-eu.o11ystore.com/cart/checkout",
165+
"url": "https://online-boutique-eu.splunko11y.com/cart/checkout",
166166
"title": ""
167167
}
168168
]

content/ja/synthetics/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ linkTitle: Splunk Synthetics
44
description: ユーザーフロー、ビジネストランザクション、APIにおけるパフォーマンスの問題を積極的に発見、修正し、より良いデジタル体験を提供します。
55
weight: 4
66
isCJKLanguage: true
7+
hidden: true
78
---
89

910
**Splunk Synthetic Monitoring** は、完全なオブザーバビリティスイートである Splunk Observability Cloud の一部として、アップタイムと Webパフォーマンスの最適化のための最も包括的で詳細な機能を提供します。

deprecated/multipass/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ variable "splunk_diab" {
7272
variable "wsversion" {
7373
description = "Workshop version"
7474
type = string
75-
default = "5.53"
75+
default = "5.59"
7676
}
7777

7878
variable "instance_password" {

deprecated/multipass/terraform.tfvars.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ otel_demo = false
1717
pub_key = ""
1818

1919
# Advanced
20-
wsversion = "5.53"
20+
wsversion = "5.59"
2121
user_data_tpl = "userdata.yaml"
2222

0 commit comments

Comments
 (0)