<?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: How to check version of all apps and add-ons installed on Splunk via CLI ? in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-check-version-of-all-apps-and-add-ons-installed-on-Splunk/m-p/387765#M62055</link>
    <description>&lt;P&gt;I am aware of the command splunk display app...&lt;/P&gt;

&lt;P&gt;However, not able to find version of all, at once via CLI.&lt;/P&gt;</description>
    <pubDate>Wed, 08 Aug 2018 07:31:06 GMT</pubDate>
    <dc:creator>kishor_pinjark2</dc:creator>
    <dc:date>2018-08-08T07:31:06Z</dc:date>
    <item>
      <title>How to check version of all apps and add-ons installed on Splunk via CLI ?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-check-version-of-all-apps-and-add-ons-installed-on-Splunk/m-p/387764#M62054</link>
      <description>&lt;P&gt;I want to see details like below:&lt;/P&gt;
&lt;P&gt;Folder Name App or Add-on Name Version Status&lt;BR /&gt;SA-ldapsearch Splunk Supporting Add-on for Active Directory 2.1.2 Enabled&lt;/P&gt;</description>
      <pubDate>Sun, 07 Jun 2020 00:49:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-check-version-of-all-apps-and-add-ons-installed-on-Splunk/m-p/387764#M62054</guid>
      <dc:creator>kishor_pinjark2</dc:creator>
      <dc:date>2020-06-07T00:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to check version of all apps and add-ons installed on Splunk via CLI ?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-check-version-of-all-apps-and-add-ons-installed-on-Splunk/m-p/387765#M62055</link>
      <description>&lt;P&gt;I am aware of the command splunk display app...&lt;/P&gt;

&lt;P&gt;However, not able to find version of all, at once via CLI.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Aug 2018 07:31:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-check-version-of-all-apps-and-add-ons-installed-on-Splunk/m-p/387765#M62055</guid>
      <dc:creator>kishor_pinjark2</dc:creator>
      <dc:date>2018-08-08T07:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to check version of all apps and add-ons installed on Splunk via CLI ?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-check-version-of-all-apps-and-add-ons-installed-on-Splunk/m-p/387766#M62056</link>
      <description>&lt;P&gt;Hi @kishor_pinjarkar,&lt;BR /&gt;
Try this &lt;CODE&gt;rest&lt;/CODE&gt; command as suggested by @MuS-&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| rest /services/apps/local | search disabled=0 core=0|dedup label  | table label version
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 08 Aug 2018 07:36:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-check-version-of-all-apps-and-add-ons-installed-on-Splunk/m-p/387766#M62056</guid>
      <dc:creator>493669</dc:creator>
      <dc:date>2018-08-08T07:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to check version of all apps and add-ons installed on Splunk via CLI ?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-check-version-of-all-apps-and-add-ons-installed-on-Splunk/m-p/387767#M62057</link>
      <description>&lt;P&gt;Thanks Team.&lt;/P&gt;

&lt;P&gt;However, I am getting below error:&lt;/P&gt;

&lt;HR /&gt;

&lt;P&gt;:prodlaa@XXXXXX:/opt/splunk/bin&lt;BR /&gt;
$ | rest /services/apps/local | search disabled=0 core=0 | dedup lable | table lable version&lt;BR /&gt;
-ksh: syntax error: `|' unexpected&lt;/P&gt;

&lt;HR /&gt;</description>
      <pubDate>Wed, 08 Aug 2018 07:52:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-check-version-of-all-apps-and-add-ons-installed-on-Splunk/m-p/387767#M62057</guid>
      <dc:creator>kishor_pinjark2</dc:creator>
      <dc:date>2018-08-08T07:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to check version of all apps and add-ons installed on Splunk via CLI ?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-check-version-of-all-apps-and-add-ons-installed-on-Splunk/m-p/387768#M62058</link>
      <description>&lt;P&gt;have a look at comment &lt;A href="https://answers.splunk.com/answers/259842/how-to-search-a-list-of-all-enabled-apps-in-splunk.html"&gt;https://answers.splunk.com/answers/259842/how-to-search-a-list-of-all-enabled-apps-in-splunk.html&lt;/A&gt;&lt;BR /&gt;
$SPLUNK_HOME/bin:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; ./splunk search "| rest /services/apps/local | search disabled=0 | table label version" -uri &lt;A href="https://MyHeavyWeightForwarder:8089" target="test_blank"&gt;https://MyHeavyWeightForwarder:8089&lt;/A&gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 08 Aug 2018 08:27:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-check-version-of-all-apps-and-add-ons-installed-on-Splunk/m-p/387768#M62058</guid>
      <dc:creator>493669</dc:creator>
      <dc:date>2018-08-08T08:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to check version of all apps and add-ons installed on Splunk via CLI ?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-check-version-of-all-apps-and-add-ons-installed-on-Splunk/m-p/387769#M62059</link>
      <description>&lt;P&gt;You should run the SPL query command on the Splunk searchead search, not on the CLI terminal.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2020 00:35:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-check-version-of-all-apps-and-add-ons-installed-on-Splunk/m-p/387769#M62059</guid>
      <dc:creator>jaracan</dc:creator>
      <dc:date>2020-04-30T00:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to check version of all apps and add-ons installed on Splunk via CLI ?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-check-version-of-all-apps-and-add-ons-installed-on-Splunk/m-p/540975#M64933</link>
      <description>&lt;P&gt;is there a command where we can get app versions across the Splunk cloud environment? get app versions from SH, IDX, DS, HF/UF, etc.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 23 Feb 2021 08:52:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-check-version-of-all-apps-and-add-ons-installed-on-Splunk/m-p/540975#M64933</guid>
      <dc:creator>raventura</dc:creator>
      <dc:date>2021-02-23T08:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to check version of all apps and add-ons installed on Splunk via CLI ?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-check-version-of-all-apps-and-add-ons-installed-on-Splunk/m-p/682507#M80415</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;To&amp;nbsp;&lt;SPAN&gt;check version of all apps and add-ons installed on Splunk via CLI?&lt;BR /&gt;&lt;/SPAN&gt;./splunk list app &amp;amp;&amp;amp; ./splunk list add-ons | sort&lt;BR /&gt;&lt;BR /&gt;AND try this one in &lt;STRONG&gt;GUI&lt;/STRONG&gt; in Splunk search query and run this query:&lt;BR /&gt;| rest /services/apps/local splunk_server=local&lt;BR /&gt;| table title version&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 31 Mar 2024 03:56:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-check-version-of-all-apps-and-add-ons-installed-on-Splunk/m-p/682507#M80415</guid>
      <dc:creator>pacifiquen</dc:creator>
      <dc:date>2024-03-31T03:56:38Z</dc:date>
    </item>
  </channel>
</rss>

