File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 5
5
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"
6
6
```
7
7
```
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 )
10
10
```
11
11
#### Ubuntu
12
12
```
13
13
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"
14
14
```
15
+ ```
15
16
tar -xzf splunk-9.0.3-dd0128b1f8cd-Linux-x86_64.tgz -C /opt
16
17
/opt/splunk/bin/splunk start --accept-license ( enter username & password )
17
18
```
@@ -26,6 +27,7 @@ cd /tmp ; wget -O splunkforwarder-9.0.3-dd0128b1f8cd-Linux-x86_64.tgz "https://d
26
27
tar -xzf splunkforwarder-9.0.3-dd0128b1f8cd-Linux-x86_64.tgz -C /opt
27
28
/opt/splunkforwarder/bin/splunk start --accept-license ( enter username & password )
28
29
```
30
+
29
31
#### Ubuntu
30
32
````
31
33
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"
You can’t perform that action at this time.
0 commit comments