File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ master_public_ip=$(echo $json | jq -r $CONFIG_LOCATION.master_public_ip)
12
12
13
13
file=" splunk-8.1.1-08187535c166-linux-2.6-x86_64.rpm"
14
14
version=" 8.1.1"
15
- url=" https://www .splunk.com/bin /splunk/DownloadActivityServlet?architecture=x86_64&platform=linux&version= $version &product=splunk&filename= $file &wget=true "
15
+ url=" https://download .splunk.com/products /splunk/releases/ $version /linux/ $file "
16
16
wget -O $file $url
17
17
chmod 744 $file
18
18
mkdir -p /opt/splunk
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ sites_string=$(echo $json | jq -r $CONFIG_LOCATION.sites_string)
11
11
12
12
file=" splunk-8.1.1-08187535c166-linux-2.6-x86_64.rpm"
13
13
version=" 8.1.1"
14
- url=" https://www .splunk.com/bin /splunk/DownloadActivityServlet?architecture=x86_64&platform=linux&version= $version &product=splunk&filename= $file &wget=true "
14
+ url=" https://download .splunk.com/products /splunk/releases/ $version /linux/ $file "
15
15
wget -O $file $url
16
16
chmod 744 $file
17
17
mkdir -p /opt/splunk
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ role_title=$(echo $json | jq -r $CONFIG_LOCATION.role_title)
11
11
12
12
file=" splunk-8.1.1-08187535c166-linux-2.6-x86_64.rpm"
13
13
version=" 8.1.1"
14
- url=" https://www .splunk.com/bin /splunk/DownloadActivityServlet?architecture=x86_64&platform=linux&version= $version &product=splunk&filename= $file &wget=true "
14
+ url=" https://download .splunk.com/products /splunk/releases/ $version /linux/ $file "
15
15
wget -O $file $url
16
16
chmod 744 $file
17
17
mkdir -p /opt/splunk
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ shc_pass=$(echo $json | jq -r $CONFIG_LOCATION.shc_pass)
13
13
14
14
file=" splunk-8.1.1-08187535c166-linux-2.6-x86_64.rpm"
15
15
version=" 8.1.1"
16
- url=" https://www .splunk.com/bin /splunk/DownloadActivityServlet?architecture=x86_64&platform=linux&version= $version &product=splunk&filename= $file &wget=true "
16
+ url=" https://download .splunk.com/products /splunk/releases/ $version /linux/ $file "
17
17
wget -O $file $url
18
18
chmod 744 $file
19
19
mkdir -p /opt/splunk
You can’t perform that action at this time.
0 commit comments