<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Use WGET to download Splunk in Installation</title>
    <link>https://community.splunk.com/t5/Installation/Use-WGET-to-download-Splunk/m-p/48094#M768</link>
    <description>&lt;P&gt;thanks for Curl as AWS doesn't have wget by default &lt;/P&gt;</description>
    <pubDate>Mon, 15 Jun 2015 14:35:12 GMT</pubDate>
    <dc:creator>koshyk</dc:creator>
    <dc:date>2015-06-15T14:35:12Z</dc:date>
    <item>
      <title>Use WGET to download Splunk</title>
      <link>https://community.splunk.com/t5/Installation/Use-WGET-to-download-Splunk/m-p/48090#M764</link>
      <description>&lt;P&gt;I login to splunk.com&lt;BR /&gt;Select the download button&lt;BR /&gt;select the version of Splunk I'd like to download and copy the url&lt;BR /&gt;When i paste it into my linux terminal session... wget runs fine but what it pulls down seems to be a part of a style sheet and not the tgz file I'm expecting.&lt;/P&gt;
&lt;P&gt;What's happening?&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jun 2020 23:42:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Use-WGET-to-download-Splunk/m-p/48090#M764</guid>
      <dc:creator>rsennett_splunk</dc:creator>
      <dc:date>2020-06-05T23:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: Use WGET to download Splunk</title>
      <link>https://community.splunk.com/t5/Installation/Use-WGET-to-download-Splunk/m-p/48091#M765</link>
      <description>&lt;P&gt;We've got ampersands in the URL and they'll confuse wget.&lt;/P&gt;

&lt;P&gt;Don't worry... we've sorted it out for you. &lt;BR /&gt;
Instead of just right clicking on the download link... start the download so that you jump to the next page (and then stop the download at your leisure).&lt;/P&gt;

&lt;P&gt;Now you're on the "Thank you for Downloading Splunk" page. &lt;BR /&gt;
On the right hand side is a help block - it contains the url in case your download didn't start and you would have preferred it to...&lt;BR /&gt;
And it also contains the url for wget all ready for you to cut and paste.&lt;/P&gt;

&lt;P&gt;The ampsersands have all been escaped and ready for wget (so it won't work in the browser) &lt;/P&gt;

&lt;P&gt;Enjoy.&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2013 19:58:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Use-WGET-to-download-Splunk/m-p/48091#M765</guid>
      <dc:creator>rsennett_splunk</dc:creator>
      <dc:date>2013-05-28T19:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: Use WGET to download Splunk</title>
      <link>https://community.splunk.com/t5/Installation/Use-WGET-to-download-Splunk/m-p/48092#M766</link>
      <description>&lt;P&gt;Or you might try:&lt;BR /&gt;
'&lt;A href="http://download.splunk.com/releases/&amp;lt;version&amp;gt;/&amp;lt;product&amp;gt;/&amp;lt;platform&amp;gt;/&amp;lt;product&amp;gt;-&amp;lt;version&amp;gt;-&amp;lt;build&amp;gt;-&amp;lt;os&amp;gt;.&amp;lt;format&amp;gt;"&gt;http://download.splunk.com/releases/&amp;amp;lt;version&amp;amp;gt;/&amp;amp;lt;product&amp;amp;gt;/&amp;amp;lt;platform&amp;amp;gt;/&amp;amp;lt;product&amp;amp;gt;-&amp;amp;lt;version&amp;amp;gt;-&amp;amp;lt;build&amp;amp;gt;-&amp;amp;lt;os&amp;amp;gt;.&amp;amp;lt;format&amp;amp;gt;&lt;/A&gt;'&lt;/P&gt;

&lt;P&gt;&amp;gt; curl '&lt;A href="http://download.splunk.com/releases/6.0.1/universalforwarder/linux/splunkforwarder-6.0.1-189883-linux-2.6-x86_64.rpm"&gt;http://download.splunk.com/releases/6.0.1/universalforwarder/linux/splunkforwarder-6.0.1-189883-linux-2.6-x86_64.rpm&lt;/A&gt;' -s| md5 &lt;BR /&gt;
92b2dbca6b9abb200c32c6d29b5c3a31&lt;/P&gt;

&lt;P&gt;&amp;gt; curl '&lt;A href="http://download.splunk.com/releases/6.0.1/universalforwarder/linux/splunkforwarder-6.0.1-189883-linux-2.6-x86_64.rpm.md5"&gt;http://download.splunk.com/releases/6.0.1/universalforwarder/linux/splunkforwarder-6.0.1-189883-linux-2.6-x86_64.rpm.md5&lt;/A&gt;'&lt;BR /&gt;
MD5(splunkforwarder-6.0.1-189883-linux-2.6-x86_64.rpm)= 92b2dbca6b9abb200c32c6d29b5c3a31&lt;/P&gt;</description>
      <pubDate>Thu, 22 May 2014 23:43:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Use-WGET-to-download-Splunk/m-p/48092#M766</guid>
      <dc:creator>jreuter_splunk</dc:creator>
      <dc:date>2014-05-22T23:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: Use WGET to download Splunk</title>
      <link>https://community.splunk.com/t5/Installation/Use-WGET-to-download-Splunk/m-p/48093#M767</link>
      <description>&lt;P&gt;another example&lt;/P&gt;

&lt;P&gt;&lt;A href="http://download.splunk.com/products/splunk/releases/6.2.3/splunk/linux/splunk-6.2.3-264376.i386.rpm"&gt;http://download.splunk.com/products/splunk/releases/6.2.3/splunk/linux/splunk-6.2.3-264376.i386.rpm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2015 13:12:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Use-WGET-to-download-Splunk/m-p/48093#M767</guid>
      <dc:creator>tkropp</dc:creator>
      <dc:date>2015-06-15T13:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: Use WGET to download Splunk</title>
      <link>https://community.splunk.com/t5/Installation/Use-WGET-to-download-Splunk/m-p/48094#M768</link>
      <description>&lt;P&gt;thanks for Curl as AWS doesn't have wget by default &lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2015 14:35:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Use-WGET-to-download-Splunk/m-p/48094#M768</guid>
      <dc:creator>koshyk</dc:creator>
      <dc:date>2015-06-15T14:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: Use WGET to download Splunk</title>
      <link>https://community.splunk.com/t5/Installation/Use-WGET-to-download-Splunk/m-p/48095#M769</link>
      <description>&lt;P&gt;Is there no option to automate download of the latest release? Come on!&lt;/P&gt;</description>
      <pubDate>Fri, 12 Oct 2018 09:11:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Use-WGET-to-download-Splunk/m-p/48095#M769</guid>
      <dc:creator>thilolangbein</dc:creator>
      <dc:date>2018-10-12T09:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: Use WGET to download Splunk</title>
      <link>https://community.splunk.com/t5/Installation/Use-WGET-to-download-Splunk/m-p/48096#M770</link>
      <description>&lt;P&gt;I am seeking the same thing. A way to automate the download of the latest release for both Windows and Linus. Does this not exist?&lt;/P&gt;</description>
      <pubDate>Mon, 25 Feb 2019 19:51:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Use-WGET-to-download-Splunk/m-p/48096#M770</guid>
      <dc:creator>petersonjared</dc:creator>
      <dc:date>2019-02-25T19:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: Use WGET to download Splunk</title>
      <link>https://community.splunk.com/t5/Installation/Use-WGET-to-download-Splunk/m-p/48097#M771</link>
      <description>&lt;P&gt;Why is there no standard repository for Splunk and the Universal Forwarder? It would be so much simpler to add a repository to APT's or Synaptic's list of sources, so that Splunk could be upgraded like anything else that is installed.&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2019 14:29:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Use-WGET-to-download-Splunk/m-p/48097#M771</guid>
      <dc:creator>DUThibault</dc:creator>
      <dc:date>2019-05-24T14:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: Use WGET to download Splunk</title>
      <link>https://community.splunk.com/t5/Installation/Use-WGET-to-download-Splunk/m-p/48098#M772</link>
      <description>&lt;P&gt;downloaded splunk using wget command....its running but I couldn't available to open on web page.&lt;BR /&gt;
I had checked all firewall connections.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2019 07:10:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Use-WGET-to-download-Splunk/m-p/48098#M772</guid>
      <dc:creator>srilekhareddy62</dc:creator>
      <dc:date>2019-08-14T07:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: Use WGET to download Splunk</title>
      <link>https://community.splunk.com/t5/Installation/Use-WGET-to-download-Splunk/m-p/48099#M773</link>
      <description>&lt;P&gt;wget -O splunk-8.0.2.1-f002026bad55-linux-2.6-x86_64.rpm '&lt;A href="https://www.splunk.com/bin/splunk/DownloadActivityServlet?architecture=x86_64&amp;amp;platform=linux&amp;amp;version=8.0.2.1&amp;amp;product=splunk&amp;amp;filename=splunk-8.0.2.1-f002026bad55-linux-2.6-x86_64.rpm&amp;amp;wget=true" target="_blank"&gt;https://www.splunk.com/bin/splunk/DownloadActivityServlet?architecture=x86_64&amp;amp;platform=linux&amp;amp;version=8.0.2.1&amp;amp;product=splunk&amp;amp;filename=splunk-8.0.2.1-f002026bad55-linux-2.6-x86_64.rpm&amp;amp;wget=true&lt;/A&gt;'&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 04:44:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Use-WGET-to-download-Splunk/m-p/48099#M773</guid>
      <dc:creator>raycsr</dc:creator>
      <dc:date>2020-09-30T04:44:58Z</dc:date>
    </item>
    <item>
      <title>Re: Use WGET to download Splunk</title>
      <link>https://community.splunk.com/t5/Installation/Use-WGET-to-download-Splunk/m-p/546519#M7305</link>
      <description>&lt;P&gt;If you want to automate this and getting the "latest" files:&lt;/P&gt;&lt;PRE&gt;wget --content-disposition '&lt;A href="https://www.splunk.com/bin/splunk/DownloadActivityServlet?architecture=x86_64&amp;amp;platform=linux&amp;amp;version=latest&amp;amp;product=splunk&amp;amp;filename=.tgz&amp;amp;wget=true" target="_blank" rel="noopener noreferrer"&gt;https://www.splunk.com/bin/splunk/DownloadActivityServlet?architecture=x86_64&amp;amp;platform=linux&amp;amp;version=latest&amp;amp;product=splunk&amp;amp;filename=.tgz&amp;amp;wget=true&lt;/A&gt;'&lt;/PRE&gt;&lt;P&gt;platform=linux&lt;BR /&gt;platform=macos&lt;BR /&gt;product=universalforwarder&lt;BR /&gt;product=splunk&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;MacOS:&lt;BR /&gt;architecture=x86&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;Windows&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;platform=windows&lt;BR /&gt;filename=.msi&lt;/P&gt;&lt;P&gt;Feel free to guess the other options.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Holger&lt;/P&gt;</description>
      <pubDate>Fri, 02 Apr 2021 12:25:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Use-WGET-to-download-Splunk/m-p/546519#M7305</guid>
      <dc:creator>hsesterhenn</dc:creator>
      <dc:date>2021-04-02T12:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: Use WGET to download Splunk</title>
      <link>https://community.splunk.com/t5/Installation/Use-WGET-to-download-Splunk/m-p/571680#M10761</link>
      <description>&lt;P&gt;So as of right now, this no longer works:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;root@server:~/installed# wget --content-disposition '&lt;A href="https://www.splunk.com/bin/splunk/DownloadActivityServlet?architecture=x86_64&amp;amp;platform=linux&amp;amp;version=latest&amp;amp;product=universalforwarder&amp;amp;filename=.tgz&amp;amp;wget=true" target="_blank"&gt;https://www.splunk.com/bin/splunk/DownloadActivityServlet?architecture=x86_64&amp;amp;platform=linux&amp;amp;version=latest&amp;amp;product=universalforwarder&amp;amp;filename=.tgz&amp;amp;wget=true&lt;/A&gt;'&lt;BR /&gt;--2021-10-20 10:04:55-- &lt;A href="https://www.splunk.com/bin/splunk/DownloadActivityServlet?architecture=x86_64&amp;amp;platform=linux&amp;amp;version=latest&amp;amp;product=universalforwarder&amp;amp;filename=.tgz&amp;amp;wget=true" target="_blank"&gt;https://www.splunk.com/bin/splunk/DownloadActivityServlet?architecture=x86_64&amp;amp;platform=linux&amp;amp;version=latest&amp;amp;product=universalforwarder&amp;amp;filename=.tgz&amp;amp;wget=true&lt;/A&gt;&lt;BR /&gt;Resolving &lt;A href="http://www.splunk.com" target="_blank"&gt;www.splunk.com&lt;/A&gt; (&lt;A href="http://www.splunk.com" target="_blank"&gt;www.splunk.com&lt;/A&gt;)... 23.66.127.147, 23.66.127.135&lt;BR /&gt;Connecting to &lt;A href="http://www.splunk.com" target="_blank"&gt;www.splunk.com&lt;/A&gt; (&lt;A href="http://www.splunk.com)|" target="_blank"&gt;www.splunk.com)|&lt;/A&gt;23.66.127.147|:443... connected.&lt;BR /&gt;HTTP request sent, awaiting response... 503 Service Unavailable&lt;BR /&gt;2021-10-20 10:04:55 ERROR 503: Service Unavailable.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;C'mon Splunk.&amp;nbsp; it's 2021 put this stuff into a repo for once!&lt;/P&gt;</description>
      <pubDate>Wed, 20 Oct 2021 15:06:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Use-WGET-to-download-Splunk/m-p/571680#M10761</guid>
      <dc:creator>Skeer-Jamf</dc:creator>
      <dc:date>2021-10-20T15:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: Use WGET to download Splunk</title>
      <link>https://community.splunk.com/t5/Installation/Use-WGET-to-download-Splunk/m-p/670684#M13441</link>
      <description>&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2023 17:04:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Use-WGET-to-download-Splunk/m-p/670684#M13441</guid>
      <dc:creator>PapaE</dc:creator>
      <dc:date>2023-12-04T17:04:33Z</dc:date>
    </item>
  </channel>
</rss>

