diff --git a/docs/SETUP.md b/docs/SETUP.md index 16b8f8df..6462acbe 100644 --- a/docs/SETUP.md +++ b/docs/SETUP.md @@ -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:`. ##### 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=" -e "SPLUNK_START_ARGS=--accept-license" -e "SPLUNK_STANDALONE_URL=so1" -it splunk/universalforwarder:latest ```