<?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 search to figure out which forwarder has which app? in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/Is-there-a-search-to-figure-out-which-forwarder-has-which-app/m-p/46327#M8711</link>
    <description>&lt;P&gt;thank you very much, that worked great for my case! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 29 Aug 2012 12:05:05 GMT</pubDate>
    <dc:creator>nebel</dc:creator>
    <dc:date>2012-08-29T12:05:05Z</dc:date>
    <item>
      <title>Is there a search to figure out which forwarder has which app?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Is-there-a-search-to-figure-out-which-forwarder-has-which-app/m-p/46323#M8707</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I have a lot of forwarders. I want to make sure that the forwarders got the right app.&lt;BR /&gt;
I did some searches but could not find anything related to my request. &lt;/P&gt;

&lt;P&gt;Is there a Splunk search which shows a list with all forwarders and the installed app?&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 29 Aug 2012 09:52:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Is-there-a-search-to-figure-out-which-forwarder-has-which-app/m-p/46323#M8707</guid>
      <dc:creator>nebel</dc:creator>
      <dc:date>2012-08-29T09:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a search to figure out which forwarder has which app?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Is-there-a-search-to-figure-out-which-forwarder-has-which-app/m-p/46324#M8708</link>
      <description>&lt;P&gt;Each forwarder writes to it's splunkd.log under the DeployedApplication component, something like;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;07-21-2012 12:01:22.267 +0300 INFO  DeployedApplication - Refreshed app: WinEvtSec for service class: AppsByMachineType from archive: C:\Program Files\SplunkUniversalForwarder\var\run\AppsByMachineType\WinEvtSec-1306487137.bundle
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If you've forwarded the splunkd.log from the forwarder to the indexer, it should be found in the _internal index. Try searching for&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal DeployedApplication | rex "\sapp:\s(?&amp;lt;DepApp&amp;gt;\S+)\s" | stats values(DepApp) by host
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Hope this helps,&lt;/P&gt;

&lt;P&gt;Kristian&lt;/P&gt;</description>
      <pubDate>Wed, 29 Aug 2012 10:48:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Is-there-a-search-to-figure-out-which-forwarder-has-which-app/m-p/46324#M8708</guid>
      <dc:creator>kristian_kolb</dc:creator>
      <dc:date>2012-08-29T10:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a search to figure out which forwarder has which app?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Is-there-a-search-to-figure-out-which-forwarder-has-which-app/m-p/46325#M8709</link>
      <description>&lt;P&gt;oops. found a typo. fixed it. /k&lt;/P&gt;</description>
      <pubDate>Wed, 29 Aug 2012 10:50:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Is-there-a-search-to-figure-out-which-forwarder-has-which-app/m-p/46325#M8709</guid>
      <dc:creator>kristian_kolb</dc:creator>
      <dc:date>2012-08-29T10:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a search to figure out which forwarder has which app?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Is-there-a-search-to-figure-out-which-forwarder-has-which-app/m-p/46326#M8710</link>
      <description>&lt;P&gt;You can find information about which forwarder downloaded a deployment app in Splunkd's access log on the deployment server:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal sourcetype="splunkd_access" uri_path=/services/streams/deployment | rex field=name ":(?&amp;lt;serverClass&amp;gt;.+?):(?&amp;lt;app&amp;gt;.+)" | table _time clientip serverClass app
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 29 Aug 2012 11:00:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Is-there-a-search-to-figure-out-which-forwarder-has-which-app/m-p/46326#M8710</guid>
      <dc:creator>ziegfried</dc:creator>
      <dc:date>2012-08-29T11:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a search to figure out which forwarder has which app?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Is-there-a-search-to-figure-out-which-forwarder-has-which-app/m-p/46327#M8711</link>
      <description>&lt;P&gt;thank you very much, that worked great for my case! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Aug 2012 12:05:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Is-there-a-search-to-figure-out-which-forwarder-has-which-app/m-p/46327#M8711</guid>
      <dc:creator>nebel</dc:creator>
      <dc:date>2012-08-29T12:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a search to figure out which forwarder has which app?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Is-there-a-search-to-figure-out-which-forwarder-has-which-app/m-p/46328#M8712</link>
      <description>&lt;P&gt;thank you as well! it worked also, but there was just one chance to give it a green tick, sorry but thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 29 Aug 2012 12:05:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Is-there-a-search-to-figure-out-which-forwarder-has-which-app/m-p/46328#M8712</guid>
      <dc:creator>nebel</dc:creator>
      <dc:date>2012-08-29T12:05:55Z</dc:date>
    </item>
  </channel>
</rss>

