<?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: Understand which hosts sends logs to which Splunk Component in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/Understand-which-hosts-sends-logs-to-which-Splunk-Component/m-p/679129#M18779</link>
    <description>Hi&lt;BR /&gt;Have you look this doc &lt;A href="https://docs.splunk.com/Documentation/Splunk/9.2.0/InheritedDeployment/Introduction" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/9.2.0/InheritedDeployment/Introduction&lt;/A&gt; ?&lt;BR /&gt;r. Smo</description>
    <pubDate>Thu, 29 Feb 2024 14:37:22 GMT</pubDate>
    <dc:creator>isoutamo</dc:creator>
    <dc:date>2024-02-29T14:37:22Z</dc:date>
    <item>
      <title>Understand which hosts sends logs to which Splunk Component</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Understand-which-hosts-sends-logs-to-which-Splunk-Component/m-p/679101#M18774</link>
      <description>&lt;P&gt;Hi Splunkers, today I have a problem about understanding how and where Log Sources sends logs to Splunk.&lt;BR /&gt;In this particular Splunk On Prem environments, no documentation has been done, except the HLD.&lt;BR /&gt;So, we have to understand, for each log source, what Splunk component it reaches and how.&lt;BR /&gt;For example, if I have a Domain Controller, we must establish:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Where it sends logs? Directly to Indexers? To a HF?&lt;/LI&gt;&lt;LI&gt;A UF is installed on it? If not, how it send logs? WMI? WEF? Other&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;And so on.&lt;/P&gt;&lt;P&gt;Now,&amp;nbsp;&lt;A href="https://community.splunk.com/t5/Getting-Data-In/List-of-servers-sending-logs-to-Heavy-forwarder/m-p/545355" target="_self"&gt;List of servers sending logs to Heavy forwarder&lt;/A&gt;&amp;nbsp;is a community discussion where I started from&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/206061"&gt;@scelikok&lt;/a&gt;&amp;nbsp;suggested search, changed it in:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=_internal component=TcpOutputProc 
| stats count values(host) as host by idx 
| fields - count&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and it helped me a lot: I'm able, for each Splunk Component of env (IDS, HF and so on) to understand what Log sources send them data.&lt;/P&gt;&lt;P&gt;So, what's the problem? The above search return data forwarded by another Splunk component.&lt;BR /&gt;I mean, in the output, field idx has always format &lt;STRONG&gt;ip/hostname:9997,&amp;nbsp;&lt;/STRONG&gt;so it means that data are coming from a server with UF or from another Splunk host (we have some intermediate forwarder, so sometimes I can see data ingested by an HF coming from another HF). What about data sent not with a Splunk agent/host?&lt;BR /&gt;For example, suppose I have this flow:&lt;BR /&gt;&lt;BR /&gt;Log source with Syslog -&amp;gt; Splunk HF receive on port 514&lt;/P&gt;&lt;P&gt;With above search, I cannot see those sources (and I know for sure they exist on our env).&lt;BR /&gt;How can I recover it? The syslog is only an example, the key point here is: I must complete my search with all log sources that do not use UF and/or any other Splunk element, but other forwarding tool/protocol (syslog, API, WEF, and so on).&lt;/P&gt;</description>
      <pubDate>Thu, 29 Feb 2024 09:56:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Understand-which-hosts-sends-logs-to-which-Splunk-Component/m-p/679101#M18774</guid>
      <dc:creator>SplunkExplorer</dc:creator>
      <dc:date>2024-02-29T09:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: Understand which hosts sends logs to which Splunk Component</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Understand-which-hosts-sends-logs-to-which-Splunk-Component/m-p/679129#M18779</link>
      <description>Hi&lt;BR /&gt;Have you look this doc &lt;A href="https://docs.splunk.com/Documentation/Splunk/9.2.0/InheritedDeployment/Introduction" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/9.2.0/InheritedDeployment/Introduction&lt;/A&gt; ?&lt;BR /&gt;r. Smo</description>
      <pubDate>Thu, 29 Feb 2024 14:37:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Understand-which-hosts-sends-logs-to-which-Splunk-Component/m-p/679129#M18779</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2024-02-29T14:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: Understand which hosts sends logs to which Splunk Component</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Understand-which-hosts-sends-logs-to-which-Splunk-Component/m-p/679137#M18780</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/249714"&gt;@SplunkExplorer&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt; Where it sends logs? Directly to Indexers? To a HF?&lt;/P&gt;&lt;P&gt;A Splunk UF generally will send the logs to indexer. but if your indexer is overloaded and if you want to do some preprocessing beforehand, then you should use a HF(from UF, send the logs to HF.. HF will do some parsing tasks, then it will send the logs to indexer)&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;nbsp;A UF is installed on it? If not, how it send logs? WMI? WEF? Other&lt;/P&gt;&lt;P&gt;yes, WMI options is available. and if you can not install the UF, then you can use a syslog server to collect the logs from all systems that dont have UF and send it to a HF or indexer..&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Feb 2024 15:31:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Understand-which-hosts-sends-logs-to-which-Splunk-Component/m-p/679137#M18780</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2024-02-29T15:31:17Z</dc:date>
    </item>
  </channel>
</rss>

