Skip to content

Commit 62f9d76

Browse files
authored
Merge pull request #310 from billg-splunk/diab
Diab
2 parents ef80be8 + 3b765e9 commit 62f9d76

File tree

1 file changed

+24
-0
lines changed
  • content/en/resources/local-hosting

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: Running Demo-in-a-Box
3+
weight: 3
4+
description: Learn how to use Demo-in-a-Box to manage demos and otel collectors in an easy-to-use web interface.
5+
---
6+
7+
**Demo-in-a-box** is a method for running demo apps easily using a web interface.
8+
9+
It provides:
10+
* A quick way to deploy demo apps and states
11+
* A way to easily change configuration of your otel collector and see logs
12+
* Get pod status, pod logs, etc.
13+
14+
To leverage this locally using multipass:
15+
* Follow the [local hosting for multipass](../multipass) instructions
16+
* In the `terraform.tfvars` file, set `splunk_diab` to `true` and make sure **all** other options are set to `false`
17+
* Then set the other required and important tokens/url
18+
* Then run the terraform steps
19+
* Once the instance is up, navigate in your browser to: `http://<IP>:8083`
20+
* In the `terraform.tfvars` file the `wsversion` defaults to the current version of the workshop e.g `4.64`:
21+
* To use the latest developments change `wsversion` to use `main`
22+
* There are only three versions of the workshop maintained, development (`main`) current (e.g. `4.64` and the previous (e.g. `4.63`)
23+
* After making the change, run `terraform apply` to make the changes
24+
* Now you can deploy any of the demos; this will also deploy the collector as part of the deployment

0 commit comments

Comments
 (0)