<?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: Forwarder REST API: How can I get the list of files monitored by a deployment app on a forwarder? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Forwarder-REST-API-How-can-I-get-the-list-of-files-monitored-by/m-p/146261#M29783</link>
    <description>&lt;P&gt;If anyone wants to do this, feel free to download the App TA-forwarderquery&lt;BR /&gt;
&lt;A href="https://splunkbase.splunk.com/app/2775/"&gt;https://splunkbase.splunk.com/app/2775/&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 22 Jun 2015 08:57:05 GMT</pubDate>
    <dc:creator>dominiquevocat</dc:creator>
    <dc:date>2015-06-22T08:57:05Z</dc:date>
    <item>
      <title>Forwarder REST API: How can I get the list of files monitored by a deployment app on a forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarder-REST-API-How-can-I-get-the-list-of-files-monitored-by/m-p/146259#M29781</link>
      <description>&lt;P&gt;There is a endpoint on a forwarder which lists the monitors i.e. the files indexed&lt;BR /&gt;
&lt;CODE&gt;/servicesNS/nobody/_appname_/data/inputs/monitor/&lt;/CODE&gt;&lt;BR /&gt;
however, this endpoint lists all files monitored and not only the ones by this app.&lt;/P&gt;

&lt;P&gt;How can i get the files monitored by an app or the files only in the "search" app i.E. manually added by an administrator on the machine?&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2015 07:56:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarder-REST-API-How-can-I-get-the-list-of-files-monitored-by/m-p/146259#M29781</guid>
      <dc:creator>dominiquevocat</dc:creator>
      <dc:date>2015-04-17T07:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarder REST API: How can I get the list of files monitored by a deployment app on a forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarder-REST-API-How-can-I-get-the-list-of-files-monitored-by/m-p/146260#M29782</link>
      <description>&lt;P&gt;One workarround is to filter by the desired string in the feed.entry.id&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| rename feed.entry.id AS id | rename feed.entry.title AS title  | eval tmp=mvzip(title,id) | table tmp | mvexpand tmp | eval tmp=split(tmp,",")| eval file=mvindex(tmp,0) | eval id=mvindex(tmp,1) | search id="*myAppName*" | table file
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Not so very nice but somewhat ok-ish&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2015 11:53:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarder-REST-API-How-can-I-get-the-list-of-files-monitored-by/m-p/146260#M29782</guid>
      <dc:creator>dominiquevocat</dc:creator>
      <dc:date>2015-04-17T11:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarder REST API: How can I get the list of files monitored by a deployment app on a forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarder-REST-API-How-can-I-get-the-list-of-files-monitored-by/m-p/146261#M29783</link>
      <description>&lt;P&gt;If anyone wants to do this, feel free to download the App TA-forwarderquery&lt;BR /&gt;
&lt;A href="https://splunkbase.splunk.com/app/2775/"&gt;https://splunkbase.splunk.com/app/2775/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jun 2015 08:57:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarder-REST-API-How-can-I-get-the-list-of-files-monitored-by/m-p/146261#M29783</guid>
      <dc:creator>dominiquevocat</dc:creator>
      <dc:date>2015-06-22T08:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarder REST API: How can I get the list of files monitored by a deployment app on a forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarder-REST-API-How-can-I-get-the-list-of-files-monitored-by/m-p/146262#M29784</link>
      <description>&lt;P&gt;This is awesome. This should be built-in!&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jun 2015 08:20:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarder-REST-API-How-can-I-get-the-list-of-files-monitored-by/m-p/146262#M29784</guid>
      <dc:creator>ncsantucci</dc:creator>
      <dc:date>2015-06-24T08:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarder REST API: How can I get the list of files monitored by a deployment app on a forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarder-REST-API-How-can-I-get-the-list-of-files-monitored-by/m-p/146263#M29785</link>
      <description>&lt;P&gt;glad you like it. open for suggestions @ncsantucci&lt;/P&gt;</description>
      <pubDate>Fri, 25 Nov 2016 16:13:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarder-REST-API-How-can-I-get-the-list-of-files-monitored-by/m-p/146263#M29785</guid>
      <dc:creator>dominiquevocat</dc:creator>
      <dc:date>2016-11-25T16:13:11Z</dc:date>
    </item>
  </channel>
</rss>

