Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Let's break down what this command does:
After the container starts up successfully, you should be able to access SplunkWeb at http://localhost:8000 with `admin:<password>`.

##### Splunk Universal Forwarder
Use the following command to start a single standalone instance of Splunk Enterprise:
Use the following command to start a single standalone instance of Splunk Universal Forwarder:
```
$ docker run --network skynet --name uf1 --hostname uf1 -e "SPLUNK_PASSWORD=<password>" -e "SPLUNK_START_ARGS=--accept-license" -e "SPLUNK_STANDALONE_URL=so1" -it splunk/universalforwarder:latest
```
Expand Down