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/imt/docs/gdi/k3s.md
+10-12Lines changed: 10 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,20 +30,21 @@ You will also need to obtain the name of the Realm[^2] for your Splunk account.
30
30
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`.
@@ -111,7 +109,7 @@ You can monitor the progress of the deployment by running `kubectl get pods` whi
111
109
Ensure the status is reported as Running before continuing.
112
110
113
111
{{< tabpane >}}
114
-
{{< tab header="Kubectl Get Pods" lang="text" >}}
112
+
{{< tab header="Kubectl Get Pods" lang="sh" >}}
115
113
kubectl get pods
116
114
{{< /tab >}}
117
115
{{< tab header="Kubectl Get Pods Output" lang="text" >}}
@@ -126,7 +124,7 @@ Ensure there are no errors by tailing the logs from the OpenTelemetry Collector
126
124
Use the label set by the `helm` install to tail logs (You will need to press `ctrl+c` to exit). Or use the installed `k9s` terminal UI for bonus points!
{{% alert title="Deleting a failed installation" color="danger" %}}
147
145
If you make an error installing the OpenTelemetry Collector you can start over by deleting the installation using:
148
146
149
-
```text
147
+
```sh
150
148
helm delete splunk-otel-collector
151
149
```
152
150
@@ -165,7 +163,7 @@ Under **Containers** click on **Kubernetes** to open the Kubernetes Navigator Cl
165
163
Validate that your cluster is discovered and reporting by finding your cluster (in the workshop you will see many other clusters). To find your cluster name run the following command and copy the output to your clipboard:
Copy file name to clipboardExpand all lines: content/en/oncall/docs/getting_started/routing.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,10 +23,10 @@ Your welcome e-mail informed you of the details of your EC2 Instance that has be
23
23
The e-mail also contained the Hostname of the Instance, but you can also obtain it from the Instance directly. To get your Hostname from within the shell session connected to your Instance run the following command:
To deploy the Online Boutique application into your EC2 instance kubernetes (K3s) installation delete the original deployment, then run the apm config script for RUM, then apply the RUM deployment:
43
44
44
45
{{< tabpane >}}
45
-
{{< tab header="Deploy Online Boutique with RUM" lang="bash" >}}
46
+
{{< tab header="Deploy Online Boutique with RUM" lang="sh" >}}
0 commit comments