Skip to content

Commit 17e8920

Browse files
authored
Update installSplunk.md
1 parent fc0cca4 commit 17e8920

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

splunk/installSplunk.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@
55
cd /tmp ; wget -O splunk-9.0.3-dd0128b1f8cd-Linux-x86_64.tgz "https://download.splunk.com/products/splunk/releases/9.0.3/linux/splunk-9.0.3-dd0128b1f8cd-Linux-x86_64.tgz"
66
```
77
```
8-
tar -xzf splunk-9.0.3-dd0128b1f8cd-Linux-x86_64.tgz -C /opt
9-
/opt/splunk/bin/splunk start --accept-license ( enter username & password )
8+
tar -xzf splunk-9.0.3-dd0128b1f8cd-Linux-x86_64.tgz -C /opt
9+
/opt/splunk/bin/splunk start --accept-license ( enter username & password )
1010
```
1111
#### Ubuntu
1212
```
1313
cd /tmp ; wget -O splunk-9.0.3-dd0128b1f8cd-Linux-x86_64.tgz "https://download.splunk.com/products/splunk/releases/9.0.3/linux/splunk-9.0.3-dd0128b1f8cd-Linux-x86_64.tgz"
1414
```
15+
```
1516
tar -xzf splunk-9.0.3-dd0128b1f8cd-Linux-x86_64.tgz -C /opt
1617
/opt/splunk/bin/splunk start --accept-license ( enter username & password )
1718
```
@@ -26,6 +27,7 @@ cd /tmp ; wget -O splunkforwarder-9.0.3-dd0128b1f8cd-Linux-x86_64.tgz "https://d
2627
tar -xzf splunkforwarder-9.0.3-dd0128b1f8cd-Linux-x86_64.tgz -C /opt
2728
/opt/splunkforwarder/bin/splunk start --accept-license ( enter username & password )
2829
```
30+
2931
#### Ubuntu
3032
````
3133
cd /tmp ; wget -O splunkforwarder-9.0.3-dd0128b1f8cd-Linux-x86_64.tgz "https://download.splunk.com/products/universalforwarder/releases/9.0.3/linux/splunkforwarder-9.0.3-dd0128b1f8cd-Linux-x86_64.tgz"

0 commit comments

Comments
 (0)