Skip to content

Commit 3eb5ff2

Browse files
committed
Updated the Readme files in local-hosting with guidance for setting up your own LOC connection
1 parent 796a214 commit 3eb5ff2

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

local-hosting/multipass/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ multipass 1.12.0+mac
2525
multipassd 1.12.0+mac
2626
```
2727

28+
If you plan to use your own Splunk Observability Cloud Suite Org, you may need to create a **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 has access to the **splunk4rookies-workshop** index. (You can remove all other indexes, as all log data should go to this index)
34+
2835
## 2. Clone workshop repository
2936

3037
```bash
@@ -70,7 +77,7 @@ Initializing provider plugins...
7077
- `splunk_hec_token`: Splunk HEC Token
7178

7279
### Instance type variables
73-
80+
- `splunk_hec_url`: Make sure your HEC_URL ends in https://[url]:[port]**/services/collector/event** as the raw endpoint will not work
7481
- `splunk_presetup`: Provide a preconfigured instance (OTel Collector and Online Boutique deployed with RUM enabled). The default is `false`.
7582
- `splunk_jdk`: Install OpenJDK and Maven on the instance. The default is `false`.
7683
- `otel_demo` : Install and configure the OpenTelemetry Astronomy Shop Demo. This requires that `splunk_presetup` is set to `false`. The default is `false`

local-hosting/orbstack/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@ Install Orbstack:
1515
brew install orbstack
1616
```
1717

18+
If you plan to use your own Splunk Observability Cloud Suite Org, you may need to create a **Log Observer Connect** connection:
19+
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).
20+
21+
Additional requirements for running your own **Log Observer Connect** connection are:
22+
Create an index called **splunk4rookies-workshop**
23+
Make sure the Service account user has access to the **splunk4rookies-workshop** index. (You can remove all other indexes, as all log data should go to this index)
24+
25+
1826
## 2. Clone workshop repository
1927

2028
``` bash
@@ -59,6 +67,8 @@ ssh splunk@$INSTANCE@orb
5967

6068
```
6169

70+
Make sure your HEC_URL ends in https://[url]:[port]**/services/collector/event** as the raw endpoint does not process the logs as required.
71+
6272
Run the script and provide an instance name e.g.: `./start.sh my-instance`.
6373

6474
Once the instance has been successfully created (this can take several minutes), you will automatically be logged into the instance. If you exit you can SSH back in using the following command:

0 commit comments

Comments
 (0)