<?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: static list of released Splunk versions in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/static-list-of-released-Splunk-versions/m-p/751877#M22929</link>
    <description>&lt;P&gt;Remember that:&lt;/P&gt;&lt;P&gt;1) Compatibility matrix contains only supported versions. Older versions are not covered&lt;/P&gt;&lt;P&gt;2) The matrix can lag behind current releases (today morning 9.2.8 still wasn't on the list, for example).&lt;/P&gt;</description>
    <pubDate>Tue, 19 Aug 2025 20:21:28 GMT</pubDate>
    <dc:creator>PickleRick</dc:creator>
    <dc:date>2025-08-19T20:21:28Z</dc:date>
    <item>
      <title>static list of released Splunk versions</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/static-list-of-released-Splunk-versions/m-p/751872#M22925</link>
      <description>&lt;P&gt;We have automation which compares installed versions of Splunk (universal forwarder mostly, but other instances) with released versions. Until very recently, we could easily scrape released Splunk versions from&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/VersionCompatibility/current/Matrix/CompatMatrix" target="_blank"&gt;https://docs.splunk.com/Documentation/VersionCompatibility/current/Matrix/CompatMatrix&lt;/A&gt;. However, that page now requires specific browsers, javascript, etc. which together makes pulling that data with &lt;FONT face="terminal,monaco"&gt;curl&lt;/FONT&gt; particularly impractical.&lt;/P&gt;&lt;P&gt;Is there a web-accessible static source of released Splunk versions that's usable by automated processes?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Aug 2025 15:44:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/static-list-of-released-Splunk-versions/m-p/751872#M22925</guid>
      <dc:creator>utoddl</dc:creator>
      <dc:date>2025-08-19T15:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: static list of released Splunk versions</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/static-list-of-released-Splunk-versions/m-p/751873#M22926</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/275923"&gt;@utoddl&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Check out&amp;nbsp;&lt;A href="https://raw.githubusercontent.com/livehybrid/downloadSplunk/refs/heads/main/version.list" target="_blank"&gt;https://raw.githubusercontent.com/livehybrid/downloadSplunk/refs/heads/main/version.list&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This is automatically updated daily with new builds based on the original work from&amp;nbsp;ryanadler.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":glowing_star:"&gt;🌟&lt;/span&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Did this answer help you?&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;If so, please consider:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Adding karma to show it was useful&lt;/LI&gt;&lt;LI&gt;Marking it as the solution if it resolved your issue&lt;/LI&gt;&lt;LI&gt;Commenting if you need any clarification&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Your feedback encourages the volunteers in this community to continue contributing&lt;/P&gt;</description>
      <pubDate>Tue, 19 Aug 2025 15:48:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/static-list-of-released-Splunk-versions/m-p/751873#M22926</guid>
      <dc:creator>livehybrid</dc:creator>
      <dc:date>2025-08-19T15:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: static list of released Splunk versions</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/static-list-of-released-Splunk-versions/m-p/751874#M22927</link>
      <description>&lt;P&gt;Try setting the User-Agent header - for example&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;curl -H "User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:139.0) Gecko/20100101 Firefox/139.0" https://help.splunk.com/en/splunk-enterprise/release-notes-and-updates/compatibility-matrix/splunk-products-version-compatibility/splunk-products-version-compatibility-matrix&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 19 Aug 2025 16:02:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/static-list-of-released-Splunk-versions/m-p/751874#M22927</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2025-08-19T16:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: static list of released Splunk versions</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/static-list-of-released-Splunk-versions/m-p/751876#M22928</link>
      <description>&lt;P&gt;Thanks to both&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/170906"&gt;@livehybrid&lt;/a&gt;&amp;nbsp;for these helpful solutions. Wrt&amp;nbsp;setting the User-Agent header, I assumed (yeah, I should know better by now) that the page wouldn't claim to require specific browsers when plain old `curl` would work. The compatibility-matrix page seems like it ought to be the canonical source for this information, but looking at the actual content doesn't instill a sense of confidence. (It already broke recently for silly monkey reasons.)&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/170906"&gt;@livehybrid&lt;/a&gt;&amp;nbsp;'s version.list page seems intended to be consumed by automation/scripts/etc., but it's also farther "downstream" from the source of truth than the matrix page. Either can be made to work today. Tomorrow? Job security for my successor. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Aug 2025 19:33:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/static-list-of-released-Splunk-versions/m-p/751876#M22928</guid>
      <dc:creator>utoddl</dc:creator>
      <dc:date>2025-08-19T19:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: static list of released Splunk versions</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/static-list-of-released-Splunk-versions/m-p/751877#M22929</link>
      <description>&lt;P&gt;Remember that:&lt;/P&gt;&lt;P&gt;1) Compatibility matrix contains only supported versions. Older versions are not covered&lt;/P&gt;&lt;P&gt;2) The matrix can lag behind current releases (today morning 9.2.8 still wasn't on the list, for example).&lt;/P&gt;</description>
      <pubDate>Tue, 19 Aug 2025 20:21:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/static-list-of-released-Splunk-versions/m-p/751877#M22929</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2025-08-19T20:21:28Z</dc:date>
    </item>
  </channel>
</rss>

