Skip to content

Commit 79d32d8

Browse files
authored
Update forwarder.md
1 parent 9c00d59 commit 79d32d8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

content/en/tko/session-2/forwarder.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,12 +123,17 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
123123

124124
### 3. Run the install script
125125

126-
We will run the install script now. You will see some Warnings at the end. This is totally normal.
126+
We will run the install script now. You will see some Warnings at the end. This is totally normal. The script is built for use on remote machines, however for todays lab you will be using localhost.
127127

128128
``` bash
129129
./install.sh
130130
```
131131

132+
You will be asked `Are you sure you want to continue connecting (yes/no/[fingerprint])? `
133+
Answer Yes.
134+
135+
Enter your ssh password when prompted.
136+
132137
### 4. Verify installation of the Universal Forwarader
133138

134139
- We need to verify that the Splunk Universal Forwarder is installed and running.

0 commit comments

Comments
 (0)