<?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: How do I find out what heavy forwarder a device is sending logs from? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-find-out-what-heavy-forwarder-a-device-is-sending-logs/m-p/413118#M73078</link>
    <description>&lt;P&gt;It doesn't all have to be in one folder. Just have the HF name somewhere in the path. For example, say currently you have:&lt;BR /&gt;
/opt/logs/typeA/foo.log&lt;BR /&gt;
/opt/logs/typeB/bar.log&lt;/P&gt;

&lt;P&gt;Just create something like /opt/hf.dmz.com/logs/ as a symbolic link to /opt/logs/ and update splunk inputs accordingly. Which results in source values like:&lt;/P&gt;

&lt;P&gt;/opt/hf.dmz.com/logs/typeA/foo.log&lt;BR /&gt;
/opt/hf.dmz.com/logs/typeB/bar.log&lt;/P&gt;</description>
    <pubDate>Tue, 22 Jan 2019 15:07:06 GMT</pubDate>
    <dc:creator>FrankVl</dc:creator>
    <dc:date>2019-01-22T15:07:06Z</dc:date>
    <item>
      <title>How do I find out what heavy forwarder a device is sending logs from?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-find-out-what-heavy-forwarder-a-device-is-sending-logs/m-p/413107#M73067</link>
      <description>&lt;P&gt;We have a DMZ heavy forwarder (HF) that sends logs from the devices on the DMZ environment to our Splunk server. I need to know the name of the devices that are sending the data through the HF. &lt;/P&gt;

&lt;P&gt;How can I get that information? &lt;/P&gt;</description>
      <pubDate>Fri, 18 Jan 2019 11:19:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-find-out-what-heavy-forwarder-a-device-is-sending-logs/m-p/413107#M73067</guid>
      <dc:creator>kcooper</dc:creator>
      <dc:date>2019-01-18T11:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: How do I find out what heavy forwarder a device is sending logs from?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-find-out-what-heavy-forwarder-a-device-is-sending-logs/m-p/413108#M73068</link>
      <description>&lt;P&gt;HI,&lt;/P&gt;

&lt;P&gt;try this query : &lt;CODE&gt;index=_internal sourcetype=splunkd host=&amp;lt;heavyforwardername&amp;gt; group=per_host_thruput | stats values(series)&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jan 2019 11:25:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-find-out-what-heavy-forwarder-a-device-is-sending-logs/m-p/413108#M73068</guid>
      <dc:creator>dkeck</dc:creator>
      <dc:date>2019-01-18T11:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: How do I find out what heavy forwarder a device is sending logs from?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-find-out-what-heavy-forwarder-a-device-is-sending-logs/m-p/413109#M73069</link>
      <description>&lt;P&gt;Your title and question are confusing. What do you want to find out? The name of the HF that was involved in processing a certain event, or the name of the original source host from which the event originated?&lt;/P&gt;

&lt;P&gt;What kind of data feed are we talking about here? How are they sending through the HF? What kind of Splunk input is used? In case you're interested in the original source host: what does the data look like, does that contain the original host name?&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jan 2019 10:42:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-find-out-what-heavy-forwarder-a-device-is-sending-logs/m-p/413109#M73069</guid>
      <dc:creator>FrankVl</dc:creator>
      <dc:date>2019-01-21T10:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: How do I find out what heavy forwarder a device is sending logs from?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-find-out-what-heavy-forwarder-a-device-is-sending-logs/m-p/413110#M73070</link>
      <description>&lt;P&gt;Please accept the answer if it helped you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; thank you&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2019 06:38:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-find-out-what-heavy-forwarder-a-device-is-sending-logs/m-p/413110#M73070</guid>
      <dc:creator>dkeck</dc:creator>
      <dc:date>2019-01-22T06:38:12Z</dc:date>
    </item>
    <item>
      <title>Re: How do I find out what heavy forwarder a device is sending logs from?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-find-out-what-heavy-forwarder-a-device-is-sending-logs/m-p/413111#M73071</link>
      <description>&lt;P&gt;Thank you. This worked great. &lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2019 13:14:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-find-out-what-heavy-forwarder-a-device-is-sending-logs/m-p/413111#M73071</guid>
      <dc:creator>kcooper</dc:creator>
      <dc:date>2019-01-22T13:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: How do I find out what heavy forwarder a device is sending logs from?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-find-out-what-heavy-forwarder-a-device-is-sending-logs/m-p/413112#M73072</link>
      <description>&lt;P&gt;Then please hit accept to award points &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; thank you&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2019 13:17:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-find-out-what-heavy-forwarder-a-device-is-sending-logs/m-p/413112#M73072</guid>
      <dc:creator>dkeck</dc:creator>
      <dc:date>2019-01-22T13:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: How do I find out what heavy forwarder a device is sending logs from?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-find-out-what-heavy-forwarder-a-device-is-sending-logs/m-p/413113#M73073</link>
      <description>&lt;P&gt;I highly doubt that works great, since the per_x_thruput metrics logs are incomplete. As the docs specify:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Note: The per_x_thruput categories are not complete. Remember that by default metrics.log shows the 10 busiest of each type, for each sampling window. If you have 2000 active forwarders, you cannot expect to see the majority of them in this data. You can adjust the sampling quantity, but this will increase the chattiness of metrics.log and the resulting indexing load and _internal index size. The sampling quantity is adjustable in limits.conf, [metrics] maxseries = num.
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/7.2.3/Troubleshooting/Aboutmetricslog" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/7.2.3/Troubleshooting/Aboutmetricslog&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 22:51:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-find-out-what-heavy-forwarder-a-device-is-sending-logs/m-p/413113#M73073</guid>
      <dc:creator>FrankVl</dc:creator>
      <dc:date>2020-09-29T22:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: How do I find out what heavy forwarder a device is sending logs from?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-find-out-what-heavy-forwarder-a-device-is-sending-logs/m-p/413114#M73074</link>
      <description>&lt;P&gt;What would you suggest then?&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2019 14:06:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-find-out-what-heavy-forwarder-a-device-is-sending-logs/m-p/413114#M73074</guid>
      <dc:creator>dkeck</dc:creator>
      <dc:date>2019-01-22T14:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: How do I find out what heavy forwarder a device is sending logs from?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-find-out-what-heavy-forwarder-a-device-is-sending-logs/m-p/413115#M73075</link>
      <description>&lt;P&gt;I have skimmed the list of devices that was returned and it looks good but I am not sure at this time if all the devices are listed.&lt;/P&gt;

&lt;P&gt;What would you suggest? &lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2019 14:25:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-find-out-what-heavy-forwarder-a-device-is-sending-logs/m-p/413115#M73075</guid>
      <dc:creator>kcooper</dc:creator>
      <dc:date>2019-01-22T14:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: How do I find out what heavy forwarder a device is sending logs from?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-find-out-what-heavy-forwarder-a-device-is-sending-logs/m-p/413116#M73076</link>
      <description>&lt;P&gt;As I mentioned in my original comment to your question: that highly depends on how the data is coming in.&lt;/P&gt;

&lt;P&gt;One thing you can do to allow filtering for data coming through a certain HF using file monitor inputs is to put the log files that splunk reads in a folder that is named after the HF's hostname. That way, the HF's name shows up in the source field.&lt;/P&gt;

&lt;P&gt;Another solution is to add a custom meta data field, to explicitly label each event with the HF it passed through.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2019 14:37:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-find-out-what-heavy-forwarder-a-device-is-sending-logs/m-p/413116#M73076</guid>
      <dc:creator>FrankVl</dc:creator>
      <dc:date>2019-01-22T14:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: How do I find out what heavy forwarder a device is sending logs from?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-find-out-what-heavy-forwarder-a-device-is-sending-logs/m-p/413117#M73077</link>
      <description>&lt;P&gt;we can't have the all the log files in one. they are all different devices. &lt;BR /&gt;
I will look into adding a custom meta data field - that is a good idea &lt;BR /&gt;
thx&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2019 14:41:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-find-out-what-heavy-forwarder-a-device-is-sending-logs/m-p/413117#M73077</guid>
      <dc:creator>kcooper</dc:creator>
      <dc:date>2019-01-22T14:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: How do I find out what heavy forwarder a device is sending logs from?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-find-out-what-heavy-forwarder-a-device-is-sending-logs/m-p/413118#M73078</link>
      <description>&lt;P&gt;It doesn't all have to be in one folder. Just have the HF name somewhere in the path. For example, say currently you have:&lt;BR /&gt;
/opt/logs/typeA/foo.log&lt;BR /&gt;
/opt/logs/typeB/bar.log&lt;/P&gt;

&lt;P&gt;Just create something like /opt/hf.dmz.com/logs/ as a symbolic link to /opt/logs/ and update splunk inputs accordingly. Which results in source values like:&lt;/P&gt;

&lt;P&gt;/opt/hf.dmz.com/logs/typeA/foo.log&lt;BR /&gt;
/opt/hf.dmz.com/logs/typeB/bar.log&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2019 15:07:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-find-out-what-heavy-forwarder-a-device-is-sending-logs/m-p/413118#M73078</guid>
      <dc:creator>FrankVl</dc:creator>
      <dc:date>2019-01-22T15:07:06Z</dc:date>
    </item>
  </channel>
</rss>

