<?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 Splunk forwarder in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-forwarder/m-p/587120#M103151</link>
    <description>&lt;P&gt;How to check inputs.conf file to see the how the log files are being sent to splunk.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to check forwarder is running and moved data to splunk index?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 02 Mar 2022 06:04:10 GMT</pubDate>
    <dc:creator>kajalchopade071</dc:creator>
    <dc:date>2022-03-02T06:04:10Z</dc:date>
    <item>
      <title>Splunk forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-forwarder/m-p/587120#M103151</link>
      <description>&lt;P&gt;How to check inputs.conf file to see the how the log files are being sent to splunk.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to check forwarder is running and moved data to splunk index?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2022 06:04:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-forwarder/m-p/587120#M103151</guid>
      <dc:creator>kajalchopade071</dc:creator>
      <dc:date>2022-03-02T06:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-forwarder/m-p/587138#M103152</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/241306"&gt;@kajalchopade071&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;you can check if a Forwarder is running searching in _internal index, something like this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=_internal host=your_host&lt;/LI-CODE&gt;&lt;P&gt;if you have results, Forwarder is up and running.&lt;/P&gt;&lt;P&gt;To check if a Forwarder is sending a kind of logs, you have to do the same thing in the index containing the logs to check.&lt;/P&gt;&lt;P&gt;if you have many hosts to monitor, you have to create a lookup (called e.g. perimeter.csv), containing all the hosts to monitor (e.g. in a column called host) and run a little more comples search:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| metasearch index=_internal
| eval host=lower(host)
| stats count BY host
| append [ | inputlookup perimeter.csv | eval host=lower(host), count=0 | fields host count ]
| stats sum(count) AS total BY host
| where total=0&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2022 08:23:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-forwarder/m-p/587138#M103152</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-03-02T08:23:14Z</dc:date>
    </item>
  </channel>
</rss>

