Skip to content

Commit

Permalink
Merge branch 'main' into conf24
Browse files Browse the repository at this point in the history
  • Loading branch information
hagen-p committed Jun 4, 2024
2 parents 456845d + d52fce7 commit 1429ef3
Show file tree
Hide file tree
Showing 16 changed files with 33 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 5.53
current_version = 5.59
commit = True
Tag = True
parse = v?(?P<major>\d+)\.(?P<minor>\d+)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ Unless required by applicable law or agreed to in writing, software distributed
To get started, please proceed to [The Splunk Observability Cloud Workshops Homepage](https://splunk.github.io/observability-workshop/latest/).

Latest versions of the workshop are:
- [v5.53](https://splunk.github.io/observability-workshop/v5.53/)
- [v5.52](https://splunk.github.io/observability-workshop/v5.52/)
- [v5.59](https://splunk.github.io/observability-workshop/v5.59/)
- [v5.58](https://splunk.github.io/observability-workshop/v5.58/)
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.53
5.59
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---

title: Deploy the Splunk OpenTelemetry Collector
linkTitle: 1. Deploy OpenTelemetry Collector
weight: 2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ The starting URL for the workshop is different for **EMEA** and **AMER/APAC**. P
{{% tabs %}}
{{% tab title="EMEA Workshop URL" %}}

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

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

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

{{% /tab %}}
{{% /tabs %}}
Expand Down Expand Up @@ -86,11 +86,11 @@ Select **JSON** as the format, then click on **Save**
},
{
"type": "navigate",
"url": "https://online-boutique-eu.o11ystore.com/",
"url": "https://online-boutique-eu.splunko11y.com/",
"assertedEvents": [
{
"type": "navigation",
"url": "https://online-boutique-eu.o11ystore.com/",
"url": "https://online-boutique-eu.splunko11y.com/",
"title": "Online Boutique"
}
]
Expand All @@ -114,7 +114,7 @@ Select **JSON** as the format, then click on **Save**
"assertedEvents": [
{
"type": "navigation",
"url": "https://online-boutique-eu.o11ystore.com/product/66VCHSJNUP",
"url": "https://online-boutique-eu.splunko11y.com/product/66VCHSJNUP",
"title": ""
}
]
Expand Down Expand Up @@ -144,7 +144,7 @@ Select **JSON** as the format, then click on **Save**
"assertedEvents": [
{
"type": "navigation",
"url": "https://online-boutique-eu.o11ystore.com/cart",
"url": "https://online-boutique-eu.splunko11y.com/cart",
"title": ""
}
]
Expand Down Expand Up @@ -174,7 +174,7 @@ Select **JSON** as the format, then click on **Save**
"assertedEvents": [
{
"type": "navigation",
"url": "https://online-boutique-eu.o11ystore.com/cart/checkout",
"url": "https://online-boutique-eu.splunko11y.com/cart/checkout",
"title": ""
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This code enables RUM Tracing, [Session Replay](https://docs.splunk.com/observab
* 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).
* 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"`
* The RUM Access Token: `rumAuth: "<redacted>"`.
* 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)
* 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)

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ Select **JSON** as the format, then click on **Save**
},
{
"type": "navigate",
"url": "https://online-boutique-eu.o11ystore.com/",
"url": "https://online-boutique-eu.splunko11y.com/",
"assertedEvents": [
{
"type": "navigation",
"url": "https://online-boutique-eu.o11ystore.com/",
"url": "https://online-boutique-eu.splunko11y.com/",
"title": "Online Boutique"
}
]
Expand All @@ -102,7 +102,7 @@ Select **JSON** as the format, then click on **Save**
"assertedEvents": [
{
"type": "navigation",
"url": "https://online-boutique-eu.o11ystore.com/product/66VCHSJNUP",
"url": "https://online-boutique-eu.splunko11y.com/product/66VCHSJNUP",
"title": ""
}
]
Expand Down Expand Up @@ -132,7 +132,7 @@ Select **JSON** as the format, then click on **Save**
"assertedEvents": [
{
"type": "navigation",
"url": "https://online-boutique-eu.o11ystore.com/cart",
"url": "https://online-boutique-eu.splunko11y.com/cart",
"title": ""
}
]
Expand Down Expand Up @@ -162,7 +162,7 @@ Select **JSON** as the format, then click on **Save**
"assertedEvents": [
{
"type": "navigation",
"url": "https://online-boutique-eu.o11ystore.com/cart/checkout",
"url": "https://online-boutique-eu.splunko11y.com/cart/checkout",
"title": ""
}
]
Expand Down
1 change: 1 addition & 0 deletions content/ja/synthetics/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ linkTitle: Splunk Synthetics
description: ユーザーフロー、ビジネストランザクション、APIにおけるパフォーマンスの問題を積極的に発見、修正し、より良いデジタル体験を提供します。
weight: 4
isCJKLanguage: true
hidden: true
---

**Splunk Synthetic Monitoring** は、完全なオブザーバビリティスイートである Splunk Observability Cloud の一部として、アップタイムと Webパフォーマンスの最適化のための最も包括的で詳細な機能を提供します。
Expand Down
2 changes: 1 addition & 1 deletion deprecated/multipass/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ variable "splunk_diab" {
variable "wsversion" {
description = "Workshop version"
type = string
default = "5.53"
default = "5.59"
}

variable "instance_password" {
Expand Down
2 changes: 1 addition & 1 deletion deprecated/multipass/terraform.tfvars.template
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ otel_demo = false
pub_key = ""

# Advanced
wsversion = "5.53"
wsversion = "5.59"
user_data_tpl = "userdata.yaml"

12 changes: 6 additions & 6 deletions hugo.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
baseURL: https://splunk.github.io/
canonifyURLs: true
relativeURLs: true
relativeURLs: false
#canonifyURLs: true
noChmod: true
contentDir: content/en
title: Splunk Observability Cloud Workshops
Expand Down Expand Up @@ -56,10 +56,10 @@ params:
versions:
- version: latest
url: https://splunk.github.io/observability-workshop/latest/
- version: v5.52
url: https://splunk.github.io/observability-workshop/v5.52
- version: v5.53
url: https://splunk.github.io/observability-workshop/v5.53
- version: v5.58
url: https://splunk.github.io/observability-workshop/v5.58
- version: v5.59
url: https://splunk.github.io/observability-workshop/v5.59
url_latest_version: https://splunk.github.io/observability-workshop/
imageEffects:
border: false
Expand Down
5 changes: 3 additions & 2 deletions workshop/ansible/orbstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,14 @@
type: Opaque
stringData:
app: {{ instance }}-store
deployment: "deployment.environment={{ instance }}"
env: {{ instance }}
deployment: "deployment.environment={{ instance }}-workshop"
env: {{ instance }}-workshop
realm: {{ realm }}
access_token: {{ ingest_token }}
rum_token: {{ rum_token }}
hec_token: {{ hec_token }}
hec_url: {{ hec_url }}
url: frontend
become: true
when: not wh_result.stat.exists

Expand Down
2 changes: 1 addition & 1 deletion workshop/aws/ec2/terraform.tfvars.template
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ tagging_workshop = false
pub_key = ""

# Advanced
wsversion = "5.53"
wsversion = "5.59"
user_data_tpl = "userdata.yaml"
2 changes: 1 addition & 1 deletion workshop/aws/ec2/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ variable "tagging_workshop" {
variable "wsversion" {
description = "Workshop version"
type = string
default = "5.53"
default = "5.59"
}

data "aws_ami" "latest-ubuntu" {
Expand Down
2 changes: 1 addition & 1 deletion workshop/cloud-init/victorops.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ write_files:

runcmd:
# Download Workshop
- export WSVERSION=5.53
- export WSVERSION=5.59
- 'export WSARCHIVE=$([ "$WSVERSION" = "main" ] && echo "main" || echo "v$WSVERSION")'
- curl -s -OL https://github.com/splunk/observability-workshop/archive/$WSARCHIVE.zip
- unzip -qq $WSARCHIVE.zip -d /home/splunk/
Expand Down
Binary file modified workshop/k3s/demo-in-a-box.zip
Binary file not shown.

0 comments on commit 1429ef3

Please sign in to comment.