<?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: Is there a way to get a list of Splunk Apps that are installed on a deployment client running a universal forwarder? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-get-a-list-of-Splunk-Apps-that-are-installed/m-p/256284#M49214</link>
    <description>&lt;P&gt;Thank you @SloshBurch.  Splunk should provide this functionality in the Forwarder management GUI.&lt;/P&gt;</description>
    <pubDate>Mon, 19 Jun 2017 00:40:13 GMT</pubDate>
    <dc:creator>ashabc</dc:creator>
    <dc:date>2017-06-19T00:40:13Z</dc:date>
    <item>
      <title>Is there a way to get a list of Splunk Apps that are installed on a deployment client running a universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-get-a-list-of-Splunk-Apps-that-are-installed/m-p/256276#M49206</link>
      <description>&lt;P&gt;Through Forwarder Management, you can see Clients and list how many apps are installed on that client.  What I want to be able to do is list the apps that are installed on a client, so if a client has three apps, how can I see what three apps are installed?&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jul 2016 18:58:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-get-a-list-of-Splunk-Apps-that-are-installed/m-p/256276#M49206</guid>
      <dc:creator>kennybirdwell</dc:creator>
      <dc:date>2016-07-14T18:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to get a list of Splunk Apps that are installed on a deployment client running a universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-get-a-list-of-Splunk-Apps-that-are-installed/m-p/256277#M49207</link>
      <description>&lt;P&gt;Run this query from your deployment server instance&lt;BR /&gt;
&lt;STRONG&gt;Updated - fixed typo&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| rest /services/deployment/server/clients splunk_server=local| table hostname applications*.stateOnClient | untable hostname applications value | eval applications=replace(applications,"applications\.(\w+)\.stateOnClient","\1") | stats values(applications) as applications by hostname
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 14 Jul 2016 20:19:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-get-a-list-of-Splunk-Apps-that-are-installed/m-p/256277#M49207</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-07-14T20:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to get a list of Splunk Apps that are installed on a deployment client running a universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-get-a-list-of-Splunk-Apps-that-are-installed/m-p/256278#M49208</link>
      <description>&lt;P&gt;What does untable do?  that's a new one...&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jul 2016 20:43:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-get-a-list-of-Splunk-Apps-that-are-installed/m-p/256278#M49208</guid>
      <dc:creator>a212830</dc:creator>
      <dc:date>2016-07-14T20:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to get a list of Splunk Apps that are installed on a deployment client running a universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-get-a-list-of-Splunk-Apps-that-are-installed/m-p/256279#M49209</link>
      <description>&lt;P&gt;It converts table like &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;X Y1 Y2 Y3...
------------------
X1  v1 v2 v3
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;to &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;X  Y value
v1 Y1 v1
v1 Y2 v2
v1 Y3 v3
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 14 Jul 2016 20:56:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-get-a-list-of-Splunk-Apps-that-are-installed/m-p/256279#M49209</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-07-14T20:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to get a list of Splunk Apps that are installed on a deployment client running a universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-get-a-list-of-Splunk-Apps-that-are-installed/m-p/256280#M49210</link>
      <description>&lt;P&gt;Check out &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.4.2/SearchReference/Untable"&gt;untable&lt;/A&gt; and &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.4.2/SearchReference/Xyseries"&gt;xyseries&lt;/A&gt;. They are each other's yin and yang. Think about how timechart throws a column for each value of a field - doing or undoing stuff like that is where those two commands play.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2016 12:57:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-get-a-list-of-Splunk-Apps-that-are-installed/m-p/256280#M49210</guid>
      <dc:creator>sloshburch</dc:creator>
      <dc:date>2016-07-15T12:57:57Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to get a list of Splunk Apps that are installed on a deployment client running a universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-get-a-list-of-Splunk-Apps-that-are-installed/m-p/256281#M49211</link>
      <description>&lt;P&gt;Thanks, that's exactly what I was looking for.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2016 14:11:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-get-a-list-of-Splunk-Apps-that-are-installed/m-p/256281#M49211</guid>
      <dc:creator>kennybirdwell</dc:creator>
      <dc:date>2016-07-15T14:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to get a list of Splunk Apps that are installed on a deployment client running a universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-get-a-list-of-Splunk-Apps-that-are-installed/m-p/256282#M49212</link>
      <description>&lt;P&gt;How can I further filter it for a specific host or a specific app?&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2017 03:17:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-get-a-list-of-Splunk-Apps-that-are-installed/m-p/256282#M49212</guid>
      <dc:creator>ashabc</dc:creator>
      <dc:date>2017-06-16T03:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to get a list of Splunk Apps that are installed on a deployment client running a universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-get-a-list-of-Splunk-Apps-that-are-installed/m-p/256283#M49213</link>
      <description>&lt;P&gt;Use the SPL commands '&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Search"&gt;search&lt;/A&gt;' or '&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Where"&gt;where&lt;/A&gt;' to filter your result set. Remember that the earlier you filter, the better the performance you'll get.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2017 12:28:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-get-a-list-of-Splunk-Apps-that-are-installed/m-p/256283#M49213</guid>
      <dc:creator>sloshburch</dc:creator>
      <dc:date>2017-06-16T12:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to get a list of Splunk Apps that are installed on a deployment client running a universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-get-a-list-of-Splunk-Apps-that-are-installed/m-p/256284#M49214</link>
      <description>&lt;P&gt;Thank you @SloshBurch.  Splunk should provide this functionality in the Forwarder management GUI.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jun 2017 00:40:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-get-a-list-of-Splunk-Apps-that-are-installed/m-p/256284#M49214</guid>
      <dc:creator>ashabc</dc:creator>
      <dc:date>2017-06-19T00:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to get a list of Splunk Apps that are installed on a deployment client running a universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-get-a-list-of-Splunk-Apps-that-are-installed/m-p/256285#M49215</link>
      <description>&lt;P&gt;Your regex should read &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;"applications\.(\w+)\.stateOnClient","\1"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Missing an "s"&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2018 17:02:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-get-a-list-of-Splunk-Apps-that-are-installed/m-p/256285#M49215</guid>
      <dc:creator>sogeniusio</dc:creator>
      <dc:date>2018-02-15T17:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to get a list of Splunk Apps that are installed on a deployment client running a universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-get-a-list-of-Splunk-Apps-that-are-installed/m-p/256286#M49216</link>
      <description>&lt;P&gt;Good catch. Rectified now.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2018 17:32:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-get-a-list-of-Splunk-Apps-that-are-installed/m-p/256286#M49216</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2018-02-15T17:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to get a list of Splunk Apps that are installed on a deployment client running a universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-get-a-list-of-Splunk-Apps-that-are-installed/m-p/256287#M49217</link>
      <description>&lt;P&gt;In our case this show app installed on Heavy Forwarder not Universal Forwarder.&lt;BR /&gt;
Is there a way to list installed apps on Universal Forwarder if in the middle there also Heavy Forwarder?&lt;/P&gt;

&lt;P&gt;Thanks and regards&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2019 08:21:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-get-a-list-of-Splunk-Apps-that-are-installed/m-p/256287#M49217</guid>
      <dc:creator>maurelio79</dc:creator>
      <dc:date>2019-08-08T08:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to get a list of Splunk Apps that are installed on a deployment client running a universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-get-a-list-of-Splunk-Apps-that-are-installed/m-p/256288#M49218</link>
      <description>&lt;P&gt;Is there a way to further get the versions for each app as well?&lt;/P&gt;</description>
      <pubDate>Fri, 20 Dec 2019 06:08:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-get-a-list-of-Splunk-Apps-that-are-installed/m-p/256288#M49218</guid>
      <dc:creator>soofz</dc:creator>
      <dc:date>2019-12-20T06:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to get a list of Splunk Apps that are installed on a deployment client running a universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-get-a-list-of-Splunk-Apps-that-are-installed/m-p/556623#M92118</link>
      <description>&lt;P&gt;&lt;STRONG&gt;small correction&lt;/STRONG&gt;:&amp;nbsp;&lt;/P&gt;&lt;P&gt;if the application contains -(hyphen) then the regex from your search is not matching. for example application&lt;/P&gt;&lt;P&gt;applications.Splunk_TA_bit9-carbonblack.stateOnClient&lt;/P&gt;&lt;P&gt;I would suggest using below regex that will capture first . (period) to next .(period)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;applications\.(.*)\.stateOnClient&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jun 2021 05:34:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-get-a-list-of-Splunk-Apps-that-are-installed/m-p/556623#M92118</guid>
      <dc:creator>thambisetty</dc:creator>
      <dc:date>2021-06-22T05:34:49Z</dc:date>
    </item>
  </channel>
</rss>

