<?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: What search query can I use on my search head to list all forwarder hosts and their associated Splunk forwarder versions? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/What-search-query-can-I-use-on-my-search-head-to-list-all/m-p/164255#M46655</link>
    <description>&lt;P&gt;I used your solution to solve my question here.. Thanks for posting this! &lt;/P&gt;

&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/379013/alert-if-a-forwarder-service-stops.html"&gt;https://answers.splunk.com/answers/379013/alert-if-a-forwarder-service-stops.html&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 17 Mar 2016 13:45:21 GMT</pubDate>
    <dc:creator>skoelpin</dc:creator>
    <dc:date>2016-03-17T13:45:21Z</dc:date>
    <item>
      <title>What search query can I use on my search head to list all forwarder hosts and their associated Splunk forwarder versions?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-search-query-can-I-use-on-my-search-head-to-list-all/m-p/164250#M46650</link>
      <description>&lt;P&gt;Greetings&lt;/P&gt;

&lt;P&gt;Is there a query that I can use on my search head to list all my forwarder hosts and their associated splunk forwarder versions&lt;/P&gt;</description>
      <pubDate>Wed, 15 Oct 2014 19:06:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-search-query-can-I-use-on-my-search-head-to-list-all/m-p/164250#M46650</guid>
      <dc:creator>locose</dc:creator>
      <dc:date>2014-10-15T19:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: What search query can I use on my search head to list all forwarder hosts and their associated Splunk forwarder versions?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-search-query-can-I-use-on-my-search-head-to-list-all/m-p/164251#M46651</link>
      <description>&lt;P&gt;This is part of what the SoS app uses to update its forwarders lookup file:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  index=_internal source=*metrics.log* group=tcpin_connections | regex hostname!="\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}" | eval sos_server=hostname | stats latest(build) AS build latest(arch) AS cpu_arch latest(fwdType) AS forwarder_type latest(os) AS os_name latest(version) AS version by sos_server
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;A href="https://apps.splunk.com/app/748/"&gt;https://apps.splunk.com/app/748/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Oct 2014 19:14:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-search-query-can-I-use-on-my-search-head-to-list-all/m-p/164251#M46651</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-10-15T19:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: What search query can I use on my search head to list all forwarder hosts and their associated Splunk forwarder versions?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-search-query-can-I-use-on-my-search-head-to-list-all/m-p/164252#M46652</link>
      <description>&lt;P&gt;Many thanks. That worked&lt;/P&gt;</description>
      <pubDate>Wed, 15 Oct 2014 19:24:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-search-query-can-I-use-on-my-search-head-to-list-all/m-p/164252#M46652</guid>
      <dc:creator>locose</dc:creator>
      <dc:date>2014-10-15T19:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: What search query can I use on my search head to list all forwarder hosts and their associated Splunk forwarder versions?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-search-query-can-I-use-on-my-search-head-to-list-all/m-p/164253#M46653</link>
      <description>&lt;P&gt;If you can't do SoS, then here's a simple search against the _internal index that works for me;&lt;/P&gt;

&lt;P&gt;index=_internal sourcetype=splunkd version source=*metrics.log | table hostname os version build&lt;/P&gt;</description>
      <pubDate>Wed, 15 Oct 2014 19:48:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-search-query-can-I-use-on-my-search-head-to-list-all/m-p/164253#M46653</guid>
      <dc:creator>jeremiahc4</dc:creator>
      <dc:date>2014-10-15T19:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: What search query can I use on my search head to list all forwarder hosts and their associated Splunk forwarder versions?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-search-query-can-I-use-on-my-search-head-to-list-all/m-p/164254#M46654</link>
      <description>&lt;P&gt;I think this is what you are looking for:&lt;/P&gt;

&lt;P&gt;index=_internal sourcetype=splunkd destPort!="-"| stats sparkline count by hostname, sourceHost, host, destPort, version | rename destPort as "Destination Port" | rename host as "Indexer" | rename sourceHost as "Forwarder IP" | rename version as "Splunk Forwarder Version" | rename hostname as "Forwarder Host Name" | rename sparkline as "Traffic Frequency" | sort - count&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2016 20:37:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-search-query-can-I-use-on-my-search-head-to-list-all/m-p/164254#M46654</guid>
      <dc:creator>rameshyedurla</dc:creator>
      <dc:date>2016-01-22T20:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: What search query can I use on my search head to list all forwarder hosts and their associated Splunk forwarder versions?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-search-query-can-I-use-on-my-search-head-to-list-all/m-p/164255#M46655</link>
      <description>&lt;P&gt;I used your solution to solve my question here.. Thanks for posting this! &lt;/P&gt;

&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/379013/alert-if-a-forwarder-service-stops.html"&gt;https://answers.splunk.com/answers/379013/alert-if-a-forwarder-service-stops.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2016 13:45:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-search-query-can-I-use-on-my-search-head-to-list-all/m-p/164255#M46655</guid>
      <dc:creator>skoelpin</dc:creator>
      <dc:date>2016-03-17T13:45:21Z</dc:date>
    </item>
  </channel>
</rss>

