You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/apm/online-boutique/_index.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ description: Verify the Online Boutique application is deployed into Kubernetes
19
19
20
20
This workshop module assumes you are completing this after you have run the IM workshop, and still have access to your EC2 instance.
21
21
22
-
If this is the case, continue with [Deploy Online Boutique](#2-deploy-online-boutique), otherwise if you have received a fresh instance, please run the first two (2) sections of [Deploy the OTel Collector](../../imt/gdi/) to get the system ready for the APM workshop, then continue with the next section.
22
+
If this is the case, continue with [**Deploy Online Boutique**](#2-deploy-online-boutique), otherwise, if you have received a fresh instance, please run the first two (2) sections of [**Deploy the OTel Collector**](../../imt/gdi/) to get the system ready for the APM workshop, then continue with the next section.
23
23
24
24
## 2. Deploy Online Boutique
25
25
@@ -125,20 +125,21 @@ Use the **Cluster** dropdown to select the cluster name, you will see the new po
125
125
126
126

127
127
128
-
If you select the **WORKLOADS** tab again you should now see that there are a number of Deployments and ReplicaSets:
128
+
If you select the **WORKLOADS** tab again you should now see that there are some Deployments and ReplicaSets:
{{% expand title="{{% badge style=primary icon=user-ninja %}}**Ninja** - Visit the Online Boutique you just deployed{{% /badge %}}" %}}
135
135
{{% notice style="blue" %}}
136
+
136
137
The Online Boutique is viewable on port 81 of the EC2 instance's IP address. The IP address is the one you used to SSH into the instance at the beginning of the workshop.
137
138
138
139
Open your web browser and go to `http://<ec2-ip-address>:81/` where you will then be able to see the Online Boutique running.
139
140
{{% /notice %}}
140
141
{{% /expand %}}
141
142
142
-
Your Workshop instructor will provide you with URL to access the Online Boutique. Enter this URL into your browser and you will see the Online Boutique homepage.
143
+
Your Workshop instructor will provide you with a URL to access the Online Boutique. Enter this URL into your browser and you will see the Online Boutique homepage.
Copy file name to clipboardExpand all lines: content/en/imt/gdi/_index.md
+2-40Lines changed: 2 additions & 40 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,47 +13,9 @@ weight: 2
13
13
14
14
---
15
15
16
-
## 1. Obtain Access Token
16
+
## 1. Installation using Helm
17
17
18
-
You will need to obtain your Access Token[^1] from the Splunk UI. You can find the workshop Access Token by clicking **>>** bottom left and then selecting **Settings → Access Tokens**.
19
-
20
-
Expand the workshop token that your host has instructed you to use e.g. **O11y-Workshop-ACCESS**, then click on **Show Token** to expose your token. Click the {{% button style="grey" %}}Copy{{% /button %}} button to copy to clipboard. Please do not use the **Default** token!
21
-
22
-

23
-
24
-
{{% notice title="Please do not attempt to create your own token" style="warning" %}}
25
-
We have created a Token specifically for this workshop with the appropriate settings for the exercises you will be performing so have allocated it both Ingest and API Permissions. Best practice in production is to only allocate a single permission to a Token such as Ingest OR API OR RUM and use multiple Tokens where required.
26
-
{{% /notice %}}
27
-
28
-
You will also need to obtain the name of the Realm[^2] for your Splunk account. At the top of the side menu, click on your name. This will direct you to the **Account Settings** Page. Click the **Organizations**-tab. The Realm can be found at the top of the displayed information in the tab. In this example it is `eu0`.
Create the `ACCESS_TOKEN` and `REALM` environment variables to use in the proceeding Helm install command. For instance, if your realm is `us1`, you would type `export REALM=us1` and for `eu0` type `export REALM=eu0`.
Copy file name to clipboardExpand all lines: content/en/imt/monitoring-as-code/_index.md
+3-21Lines changed: 3 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,9 +18,9 @@ weight: 5
18
18
19
19
Monitoring as code adopts the same approach as infrastructure as code. You can manage monitoring the same way you do applications, servers, or other infrastructure components.
20
20
21
-
You can use monitoring as code to build out your visualisations, what to monitor, and when to alert, among other things. This means your monitoring setup, processes, and rules can be versioned, shared, and reused.
21
+
You can use monitoring as code to build out your visualizations, what to monitor, and when to alert, among other things. This means your monitoring setup, processes, and rules can be versioned, shared, and reused.
22
22
23
-
Full documentation for the Splunk Terraform Provider is available [here](https://registry.terraform.io/providers/splunk-terraform/signalfx/latest/docs).
23
+
Full documentation for the Splunk Terraform Provider is available [**here**](https://registry.terraform.io/providers/splunk-terraform/signalfx/latest/docs).
24
24
25
25
Remaining in your AWS/EC2 instance, change into the `o11y-cloud-jumpstart` directory
26
26
@@ -32,25 +32,7 @@ cd ~/observability-content-contrib/integration-examples/terraform-jumpstart
32
32
33
33
{{% /tab %}}
34
34
35
-
The environment variables needed should already be set from [Installation using Helm](../gdi/#2-installation-using-helm). If not, create the following environment variables to use in the Terraform steps below
Initialize Terraform and upgrade to the latest version of the Splunk Terraform Provider
35
+
Initialize Terraform and upgrade to the latest version of the Splunk Terraform Provider.
54
36
55
37
{{% notice title="Note: Upgrading the SignalFx Terraform Provider" style="info" %}}
56
38
You will need to run the command below each time a new version of the Splunk Terraform Provider is released. You can track the releases on [GitHub.](https://github.com/splunk-terraform/terraform-provider-signalfx/releases)
0 commit comments