Skip to content

Commit 55568e8

Browse files
committed
Updated the hugo local host pages with REmark on LOC and not using RAW hec endpoints
1 parent 2e3c7a0 commit 55568e8

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

content/en/resources/local-hosting/multipass.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,15 @@ Change into multipass directory:
2323
cd observability-workshop/local-hosting/multipass
2424
```
2525

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+
2635
Initialise Terraform:
2736

2837
{{< tabs >}}
@@ -70,6 +79,7 @@ The following Terraform variables are required:
7079

7180
Instance type variables:
7281

82+
- `splunk_hec_url`: Do not use a Raw Endpoint, but use an Event Endpoint as this will process the logs correctly
7383
- `splunk_presetup`: Provide a preconfigured instance (OTel Collector and Online Boutique deployed with RUM enabled). The default is `false`.
7484
- `splunk_diab`: Install and run Demo-in-a-Box. The default is `false`.
7585
- `tagging_workshop`: Install and configure the Tagging Workshop. The default is `false`.

content/en/resources/local-hosting/orbstack.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@ Install Orbstack:
1010
brew install orbstack
1111
```
1212

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+
1322
Clone workshop repository:
1423

1524
``` bash
@@ -22,7 +31,8 @@ Change into Orbstack directory:
2231
cd observability-workshop/local-hosting/orbstack
2332
```
2433

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
2636

2737
- `ACCESS_TOKEN`
2838
- `REALM`

0 commit comments

Comments
 (0)