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/resources/local-hosting/multipass.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,15 @@ Change into multipass directory:
23
23
cd observability-workshop/local-hosting/multipass
24
24
```
25
25
26
+
Log Observer Connect:
27
+
28
+
If you plan to use your own Splunk Observability Cloud Suite Org and or Splunk instance, you may need to create a new **Log Observer Connect** connection:
29
+
Follow the instructions found in the [documentation](https://docs.splunk.com/observability/en/logs/lo-connect-landing.html) for [Splunk Cloud](https://docs.splunk.com/observability/en/logs/scp.html#logs-scp) or [Splunk Enterprize](https://docs.splunk.com/observability/en/logs/set-up-logconnect.html).
30
+
31
+
Additional requirements for running your own **Log Observer Connect** connection are:
32
+
Create an index called **splunk4rookies-workshop**
33
+
Make sure the Service account user used in the **Log observer Connect** Connection has access to the **splunk4rookies-workshop** index. (You can remove all other indexes, as all workshop log data should go to this index)
34
+
26
35
Initialise Terraform:
27
36
28
37
{{< tabs >}}
@@ -70,6 +79,7 @@ The following Terraform variables are required:
70
79
71
80
Instance type variables:
72
81
82
+
-`splunk_hec_url`: Do not use a Raw Endpoint, but use an Event Endpoint as this will process the logs correctly
73
83
-`splunk_presetup`: Provide a preconfigured instance (OTel Collector and Online Boutique deployed with RUM enabled). The default is `false`.
74
84
-`splunk_diab`: Install and run Demo-in-a-Box. The default is `false`.
75
85
-`tagging_workshop`: Install and configure the Tagging Workshop. The default is `false`.
Copy file name to clipboardExpand all lines: content/en/resources/local-hosting/orbstack.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,15 @@ Install Orbstack:
10
10
brew install orbstack
11
11
```
12
12
13
+
Log Observer Connect:
14
+
15
+
If you plan to use your own Splunk Observability Cloud Suite Org and or Splunk instance, you may need to create a new **Log Observer Connect** connection:
16
+
Follow the instructions found in the [documentation](https://docs.splunk.com/observability/en/logs/lo-connect-landing.html) for [Splunk Cloud](https://docs.splunk.com/observability/en/logs/scp.html#logs-scp) or [Splunk Enterprize](https://docs.splunk.com/observability/en/logs/set-up-logconnect.html).
17
+
18
+
Additional requirements for running your own **Log Observer Connect** connection are:
19
+
Create an index called **splunk4rookies-workshop**
20
+
Make sure the Service account user used in the **Log observer Connect** Connection has access to the **splunk4rookies-workshop** index. (You can remove all other indexes, as all workshop log data should go to this index)
21
+
13
22
Clone workshop repository:
14
23
15
24
```bash
@@ -22,7 +31,8 @@ Change into Orbstack directory:
22
31
cd observability-workshop/local-hosting/orbstack
23
32
```
24
33
25
-
Copy the `start.sh.example` to `start.sh` and edit the file to set the following required variables:
34
+
Copy the `start.sh.example` to `start.sh` and edit the file to set the following required variables
35
+
Make sure that you do not use a Raw Endpoint, but use an Event Endpoint instead as this will process the logs correctly
0 commit comments