<?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: Splunk REST API: How to get deployment app version, author and description? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-REST-API-How-to-get-deployment-app-version-author-and/m-p/351246#M64448</link>
    <description>&lt;P&gt;Reading this comment; why not simply setup a monitor in inputs.conf that indexes the deployment apps directory? This way you get what you want &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;cheers, MuS &lt;/P&gt;</description>
    <pubDate>Thu, 15 Mar 2018 18:00:05 GMT</pubDate>
    <dc:creator>MuS</dc:creator>
    <dc:date>2018-03-15T18:00:05Z</dc:date>
    <item>
      <title>Splunk REST API: How to get deployment app version, author and description?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-REST-API-How-to-get-deployment-app-version-author-and/m-p/351236#M64438</link>
      <description>&lt;P&gt;I am trying to make some reports for apps and deployment apps.&lt;/P&gt;

&lt;P&gt;I was able to use:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| rest /services/apps/local
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;to get the label, version, author and description of local apps.&lt;/P&gt;

&lt;P&gt;How do I do I get this same information for the deployment-apps?&lt;/P&gt;

&lt;P&gt;I've tried&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| rest /services/deployment/server/applications
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;but it does not show the label, version, author or description?&lt;/P&gt;</description>
      <pubDate>Tue, 13 Mar 2018 18:38:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-REST-API-How-to-get-deployment-app-version-author-and/m-p/351236#M64438</guid>
      <dc:creator>joshuapetitt</dc:creator>
      <dc:date>2018-03-13T18:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk REST API: How to get deployment app version, author and description?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-REST-API-How-to-get-deployment-app-version-author-and/m-p/351237#M64439</link>
      <description>&lt;P&gt;Note, I'm not necessarily interested in what clients they are deployed to.  I just need to get the label, version, author and description of the applications that can be deployed.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Mar 2018 18:40:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-REST-API-How-to-get-deployment-app-version-author-and/m-p/351237#M64439</guid>
      <dc:creator>joshuapetitt</dc:creator>
      <dc:date>2018-03-13T18:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk REST API: How to get deployment app version, author and description?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-REST-API-How-to-get-deployment-app-version-author-and/m-p/351238#M64440</link>
      <description>&lt;P&gt;Hi joshuapetitt,&lt;/P&gt;

&lt;P&gt;I don't think you will get this kind of information using this REST endpoint, because if you check the actual deployment-app using REST (let's say you have a deployment-app called &lt;CODE&gt;myInputs&lt;/CODE&gt;)&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| REST splunk_server=local /services/deployment/server/applications/myInputs/
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;you will get the &lt;CODE&gt;author&lt;/CODE&gt; to be system, which is correct because the &lt;CODE&gt;author&lt;/CODE&gt; here is related to the deployment bundle and not the app. &lt;/P&gt;

&lt;P&gt;Another reason why I think you will not get this information using this REST endpoint, is that Splunk is not actually reading any of the app configs/files and therefore does not know anything about the app.&lt;/P&gt;

&lt;P&gt;Most likely not the answer you wanted, but I think this is not feasible - sorry.&lt;/P&gt;

&lt;P&gt;Hope this makes sense ...&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Tue, 13 Mar 2018 18:59:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-REST-API-How-to-get-deployment-app-version-author-and/m-p/351238#M64440</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2018-03-13T18:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk REST API: How to get deployment app version, author and description?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-REST-API-How-to-get-deployment-app-version-author-and/m-p/351239#M64441</link>
      <description>&lt;P&gt;Thank you for your reply. I also looked at a specific application using a similar request as your example and saw the same thing.  What I really need is to see the label, version, author and description from the app.conf file in each deployment app.  Is there another way to do what I am needing?&lt;/P&gt;</description>
      <pubDate>Tue, 13 Mar 2018 19:03:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-REST-API-How-to-get-deployment-app-version-author-and/m-p/351239#M64441</guid>
      <dc:creator>joshuapetitt</dc:creator>
      <dc:date>2018-03-13T19:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk REST API: How to get deployment app version, author and description?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-REST-API-How-to-get-deployment-app-version-author-and/m-p/351240#M64442</link>
      <description>&lt;P&gt;I don't think so, because as I wrote; Splunk is not reading any of the files in  &lt;CODE&gt;$SPLUNK_HOME/etc/deployment-apps/&lt;/CODE&gt; directory and therefore does not not know the content. It just bundles each app, like a zip, and ships it to any configured UF ...&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Tue, 13 Mar 2018 19:07:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-REST-API-How-to-get-deployment-app-version-author-and/m-p/351240#M64442</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2018-03-13T19:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk REST API: How to get deployment app version, author and description?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-REST-API-How-to-get-deployment-app-version-author-and/m-p/351241#M64443</link>
      <description>&lt;P&gt;Hi, I know that author is in the rest API call.. however, It seems that you may be looking for the information from the app.conf files of the applications themselves?  eg: %splunkhome%\etc\apps[appname][default or&lt;BR /&gt;
 local folder]\app.conf&lt;/P&gt;

&lt;P&gt;stanza:&lt;BR /&gt;
[launcher]&lt;BR /&gt;
version = &lt;BR /&gt;
author = &lt;BR /&gt;
description = &lt;/P&gt;

&lt;P&gt;Which raises the question, are you looking for information for applications deployed to say a search head and already installed?  &lt;/P&gt;</description>
      <pubDate>Tue, 13 Mar 2018 19:17:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-REST-API-How-to-get-deployment-app-version-author-and/m-p/351241#M64443</guid>
      <dc:creator>damiensurat</dc:creator>
      <dc:date>2018-03-13T19:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk REST API: How to get deployment app version, author and description?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-REST-API-How-to-get-deployment-app-version-author-and/m-p/351242#M64444</link>
      <description>&lt;P&gt;@damiensurat, I am looking for the information about the deployment-apps on a deployment server.&lt;/P&gt;

&lt;P&gt;Basically, I need to report the app information about the apps that can be deployed (not that necessarily are deployed, or where they are deployed)&lt;/P&gt;</description>
      <pubDate>Tue, 13 Mar 2018 19:34:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-REST-API-How-to-get-deployment-app-version-author-and/m-p/351242#M64444</guid>
      <dc:creator>joshuapetitt</dc:creator>
      <dc:date>2018-03-13T19:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk REST API: How to get deployment app version, author and description?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-REST-API-How-to-get-deployment-app-version-author-and/m-p/351243#M64445</link>
      <description>&lt;P&gt;@MuS, do you know if I can ask the UFs about the apps they have?  Is this info in any of the _internal indexes or anything like that?  I know about the /services/deployment/server/clients endpoint, but this doesn't seem to have the info either.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Mar 2018 19:35:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-REST-API-How-to-get-deployment-app-version-author-and/m-p/351243#M64445</guid>
      <dc:creator>joshuapetitt</dc:creator>
      <dc:date>2018-03-13T19:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk REST API: How to get deployment app version, author and description?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-REST-API-How-to-get-deployment-app-version-author-and/m-p/351244#M64446</link>
      <description>&lt;P&gt;Nope, this information is not in &lt;CODE&gt;_internal&lt;/CODE&gt;. There is an app available (cannot recall the name) that allows you to run remote REST calls to universal forwarders .....&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Tue, 13 Mar 2018 20:01:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-REST-API-How-to-get-deployment-app-version-author-and/m-p/351244#M64446</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2018-03-13T20:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk REST API: How to get deployment app version, author and description?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-REST-API-How-to-get-deployment-app-version-author-and/m-p/351245#M64447</link>
      <description>&lt;P&gt;This is the app you are looking for &lt;A href="https://splunkbase.splunk.com/app/2775/"&gt;https://splunkbase.splunk.com/app/2775/&lt;/A&gt; &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Tue, 13 Mar 2018 20:57:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-REST-API-How-to-get-deployment-app-version-author-and/m-p/351245#M64447</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2018-03-13T20:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk REST API: How to get deployment app version, author and description?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-REST-API-How-to-get-deployment-app-version-author-and/m-p/351246#M64448</link>
      <description>&lt;P&gt;Reading this comment; why not simply setup a monitor in inputs.conf that indexes the deployment apps directory? This way you get what you want &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;cheers, MuS &lt;/P&gt;</description>
      <pubDate>Thu, 15 Mar 2018 18:00:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-REST-API-How-to-get-deployment-app-version-author-and/m-p/351246#M64448</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2018-03-15T18:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk REST API: How to get deployment app version, author and description?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-REST-API-How-to-get-deployment-app-version-author-and/m-p/351247#M64449</link>
      <description>&lt;P&gt;Thanks, at the end of the day this may be the easiest thing to do.  I'd like to pull the data from each app.conf (so I can see the version and author information).  But a custom forwarder to do this might be the easiest for me to accomplish.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Mar 2018 18:03:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-REST-API-How-to-get-deployment-app-version-author-and/m-p/351247#M64449</guid>
      <dc:creator>joshuapetitt</dc:creator>
      <dc:date>2018-03-15T18:03:47Z</dc:date>
    </item>
  </channel>
</rss>

