From 14819398382ea0a5beb34b678aeda5c0f234f1dc Mon Sep 17 00:00:00 2001 From: Noor <122042+kchr@users.noreply.github.com> Date: Sun, 29 Sep 2019 11:01:03 +0000 Subject: [PATCH] Fix typo in SETUP.md --- docs/SETUP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```