<?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 Data Verification in Knowledge Management</title>
    <link>https://community.splunk.com/t5/Knowledge-Management/Splunk-Forwarder-Data-Verification/m-p/329906#M6101</link>
    <description>&lt;P&gt;I installed Splunk Forwarder on CentOS 7.4 using the following steps:&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;wget &lt;A href="http://xxxxr/Splunk/splunkforwarder-6.6.4-00895e76d346-linux-2.6-x86_64.rpm"&gt;http://xxxxr/Splunk/splunkforwarder-6.6.4-00895e76d346-linux-2.6-x86_64.rpm&lt;/A&gt;&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Run Splunk as the root user&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;&lt;P&gt;/opt/splunkforwarder/bin/splunk enable boot-start --accept-license&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;/opt/splunkforwarder/bin/splunk set deploy-poll a.a.a.a:nnnn&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;service splunk start&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;/opt/splunkforwarder/bin/splunk add monitor /var/log&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;/opt/splunkforwarder/bin/splunk add monitor /opt/splunkforwarder/var/log/splunk&lt;/P&gt;&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Then i login to Splunk UI, and in the search bar type host=hostname.a.b.c*&lt;/P&gt;

&lt;P&gt;I get "No results yet found."&lt;/P&gt;

&lt;P&gt;Is there a way to quickly verify that events are being received by Splunk?&lt;/P&gt;</description>
    <pubDate>Fri, 13 Apr 2018 05:05:47 GMT</pubDate>
    <dc:creator>kamal2222ahmed</dc:creator>
    <dc:date>2018-04-13T05:05:47Z</dc:date>
    <item>
      <title>Splunk Forwarder Data Verification</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Splunk-Forwarder-Data-Verification/m-p/329906#M6101</link>
      <description>&lt;P&gt;I installed Splunk Forwarder on CentOS 7.4 using the following steps:&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;wget &lt;A href="http://xxxxr/Splunk/splunkforwarder-6.6.4-00895e76d346-linux-2.6-x86_64.rpm"&gt;http://xxxxr/Splunk/splunkforwarder-6.6.4-00895e76d346-linux-2.6-x86_64.rpm&lt;/A&gt;&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Run Splunk as the root user&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;&lt;P&gt;/opt/splunkforwarder/bin/splunk enable boot-start --accept-license&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;/opt/splunkforwarder/bin/splunk set deploy-poll a.a.a.a:nnnn&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;service splunk start&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;/opt/splunkforwarder/bin/splunk add monitor /var/log&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;/opt/splunkforwarder/bin/splunk add monitor /opt/splunkforwarder/var/log/splunk&lt;/P&gt;&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Then i login to Splunk UI, and in the search bar type host=hostname.a.b.c*&lt;/P&gt;

&lt;P&gt;I get "No results yet found."&lt;/P&gt;

&lt;P&gt;Is there a way to quickly verify that events are being received by Splunk?&lt;/P&gt;</description>
      <pubDate>Fri, 13 Apr 2018 05:05:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Splunk-Forwarder-Data-Verification/m-p/329906#M6101</guid>
      <dc:creator>kamal2222ahmed</dc:creator>
      <dc:date>2018-04-13T05:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Forwarder Data Verification</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Splunk-Forwarder-Data-Verification/m-p/329907#M6102</link>
      <description>&lt;P&gt;You have to add server's details  where forwarder has to forward data to. You can run below command on forwarder:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;/opt/splunk/bin/splunk add forward-server &amp;lt;indexer_ip&amp;gt;:9997
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Also open 9997 port on indexer or you splunk instance where you are forwarding data.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Apr 2018 13:25:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Splunk-Forwarder-Data-Verification/m-p/329907#M6102</guid>
      <dc:creator>p_gurav</dc:creator>
      <dc:date>2018-04-13T13:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Forwarder Data Verification</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Splunk-Forwarder-Data-Verification/m-p/329908#M6103</link>
      <description>&lt;P&gt;I added the forward-server, but still do not see any event. As for opening the port, that port is servicing hundreds if not thousands of hosts, so on the Enterprise Splunk Server, it is open. Is there any troubleshooting that i can do on the node/client end&lt;/P&gt;</description>
      <pubDate>Fri, 13 Apr 2018 15:26:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Splunk-Forwarder-Data-Verification/m-p/329908#M6103</guid>
      <dc:creator>kamal2222ahmed</dc:creator>
      <dc:date>2018-04-13T15:26:48Z</dc:date>
    </item>
  </channel>
</rss>

