<?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: Could someone help me find out whether i am getting data from universal forwarder to heavy forwarder? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Could-someone-help-me-find-out-whether-i-am-getting-data-from/m-p/421594#M74143</link>
    <description>&lt;P&gt;Try this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;|tstats count values(source) where (index=* OR index=_*) AND host="YourHostHere" BY sourcetype
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If it does not show, see if you are using the correct &lt;CODE&gt;YourHostHere&lt;/CODE&gt; with a broader search like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;|tstats count values(source) where (index=* OR index=_*) BY host
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Be sure to check both the original host and your HF host.&lt;/P&gt;</description>
    <pubDate>Wed, 06 Mar 2019 05:50:47 GMT</pubDate>
    <dc:creator>woodcock</dc:creator>
    <dc:date>2019-03-06T05:50:47Z</dc:date>
    <item>
      <title>Could someone help me find out whether i am getting data from universal forwarder to heavy forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Could-someone-help-me-find-out-whether-i-am-getting-data-from/m-p/421591#M74140</link>
      <description>&lt;P&gt;Hello, Please could someone help me find out whether i am getting data from the universal forwarder to the heavy forwarder?&lt;/P&gt;

&lt;P&gt;Note : I don't have UF and Indexers, Search head CLI access.&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2019 07:26:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Could-someone-help-me-find-out-whether-i-am-getting-data-from/m-p/421591#M74140</guid>
      <dc:creator>vikkysplunk</dc:creator>
      <dc:date>2019-03-05T07:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: Could someone help me find out whether i am getting data from universal forwarder to heavy forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Could-someone-help-me-find-out-whether-i-am-getting-data-from/m-p/421592#M74141</link>
      <description>&lt;P&gt;With something like that &lt;CODE&gt;|tstats count where index=* by host&lt;/CODE&gt; you will get an overview which hosts are active.&lt;BR /&gt;
Do you know your network and which hosts have a UF installed or which hosts work as a Heavy Forwarder?&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2019 15:02:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Could-someone-help-me-find-out-whether-i-am-getting-data-from/m-p/421592#M74141</guid>
      <dc:creator>damann</dc:creator>
      <dc:date>2019-03-05T15:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: Could someone help me find out whether i am getting data from universal forwarder to heavy forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Could-someone-help-me-find-out-whether-i-am-getting-data-from/m-p/421593#M74142</link>
      <description>&lt;P&gt;| tstats count where index=* host=UFHOSTNAME by index,source,sourcetype&lt;/P&gt;

&lt;P&gt;by the above query you will be able to see what are all the logs you are looking from the required Universal forwarder on search head. Then you can understand if the intended data is flowing through UF--&amp;gt;HF--&amp;gt;Indexer&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2019 15:13:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Could-someone-help-me-find-out-whether-i-am-getting-data-from/m-p/421593#M74142</guid>
      <dc:creator>tsaikumar009</dc:creator>
      <dc:date>2019-03-05T15:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: Could someone help me find out whether i am getting data from universal forwarder to heavy forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Could-someone-help-me-find-out-whether-i-am-getting-data-from/m-p/421594#M74143</link>
      <description>&lt;P&gt;Try this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;|tstats count values(source) where (index=* OR index=_*) AND host="YourHostHere" BY sourcetype
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If it does not show, see if you are using the correct &lt;CODE&gt;YourHostHere&lt;/CODE&gt; with a broader search like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;|tstats count values(source) where (index=* OR index=_*) BY host
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Be sure to check both the original host and your HF host.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2019 05:50:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Could-someone-help-me-find-out-whether-i-am-getting-data-from/m-p/421594#M74143</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-03-06T05:50:47Z</dc:date>
    </item>
    <item>
      <title>Re: Could someone help me find out whether i am getting data from universal forwarder to heavy forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Could-someone-help-me-find-out-whether-i-am-getting-data-from/m-p/421595#M74144</link>
      <description>&lt;P&gt;@damann thank you&lt;/P&gt;</description>
      <pubDate>Thu, 26 Mar 2020 05:38:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Could-someone-help-me-find-out-whether-i-am-getting-data-from/m-p/421595#M74144</guid>
      <dc:creator>bishtk</dc:creator>
      <dc:date>2020-03-26T05:38:39Z</dc:date>
    </item>
  </channel>
</rss>

