<?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 to find if a server has a universal forwarder installed, where it is sending logs to, or troubleshoot why it is not sending any logs? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-find-if-a-server-has-a-universal-forwarder-installed/m-p/208319#M41052</link>
    <description>&lt;P&gt;Finding Splunk is installed OR not&lt;/P&gt;

&lt;P&gt;Windows - &lt;BR /&gt;
Go Run-&amp;gt; type services.msc and check splunk services are installed/available and are running&lt;/P&gt;

&lt;P&gt;Linux&lt;BR /&gt;
Run following command see if the splunk service is installed&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;service --status-all
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;OR use following check if SPlunk service is running&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;psef splunk | grep start
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Find outputs.conf on the Forwarder find which Indexers/Intermediate Forwarder it's sending data to.&lt;/P&gt;</description>
    <pubDate>Tue, 14 Jun 2016 17:59:53 GMT</pubDate>
    <dc:creator>somesoni2</dc:creator>
    <dc:date>2016-06-14T17:59:53Z</dc:date>
    <item>
      <title>How to find if a server has a universal forwarder installed, where it is sending logs to, or troubleshoot why it is not sending any logs?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-find-if-a-server-has-a-universal-forwarder-installed/m-p/208316#M41049</link>
      <description>&lt;P&gt;hi everyone,&lt;/P&gt;

&lt;P&gt;I am new to Splunk.. one of the servers is not sending the logs. So how can I know that a Splunk Universal Forwarder is installed on that server..?&lt;/P&gt;

&lt;P&gt;secondly... if a UF is installed, then how can we find out where it is sending the logs to?&lt;BR /&gt;
If it is not sending logs at all, then how to identify and troubleshoot the problem?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2016 09:00:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-find-if-a-server-has-a-universal-forwarder-installed/m-p/208316#M41049</guid>
      <dc:creator>rashid47010</dc:creator>
      <dc:date>2016-06-14T09:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to find if a server has a universal forwarder installed, where it is sending logs to, or troubleshoot why it is not sending any logs?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-find-if-a-server-has-a-universal-forwarder-installed/m-p/208317#M41050</link>
      <description>&lt;P&gt;To find out if the Splunk Universal Forwarder (or indeed Splunk itself) is installed: For windows it's like any other program and will be listed as "Splunk" or "SplunkForwarder" in Add/Remove Programs.  You can also find the folders in c:\Program Files.  For *nix, usually Splunk of either variety is installed in /opt and you can confirm by perusing the output of "ps" or "top".&lt;/P&gt;

&lt;P&gt;If there is no UF, there are still ways to get the logs into Splunk.  In windows it's easy enough to "remotely collect" most logs via WMI and direct file access.&lt;/P&gt;

&lt;P&gt;Troubleshooting a UF when it no longer is sending in logs &lt;EM&gt;usually&lt;/EM&gt; isn't much more extreme than hopping onto the box in question and checking for errors in the Event Viewer or logs, perhaps restarting the service.  You can check /opt/splunk/var/log/splunkforwarder/splunkd.log or c:\program files\splunkforwarder\var\log\splunk\splunkd.log for the last few pages of information to see if any ERRORs pop out.  If the service is running and not showing errors, then it gets a bit more complex.  Hopefully, the above will help you get it up and running.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2016 11:53:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-find-if-a-server-has-a-universal-forwarder-installed/m-p/208317#M41050</guid>
      <dc:creator>Richfez</dc:creator>
      <dc:date>2016-06-14T11:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to find if a server has a universal forwarder installed, where it is sending logs to, or troubleshoot why it is not sending any logs?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-find-if-a-server-has-a-universal-forwarder-installed/m-p/208318#M41051</link>
      <description>&lt;P&gt;Which OS are you on?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2016 14:12:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-find-if-a-server-has-a-universal-forwarder-installed/m-p/208318#M41051</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2016-06-14T14:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to find if a server has a universal forwarder installed, where it is sending logs to, or troubleshoot why it is not sending any logs?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-find-if-a-server-has-a-universal-forwarder-installed/m-p/208319#M41052</link>
      <description>&lt;P&gt;Finding Splunk is installed OR not&lt;/P&gt;

&lt;P&gt;Windows - &lt;BR /&gt;
Go Run-&amp;gt; type services.msc and check splunk services are installed/available and are running&lt;/P&gt;

&lt;P&gt;Linux&lt;BR /&gt;
Run following command see if the splunk service is installed&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;service --status-all
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;OR use following check if SPlunk service is running&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;psef splunk | grep start
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Find outputs.conf on the Forwarder find which Indexers/Intermediate Forwarder it's sending data to.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2016 17:59:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-find-if-a-server-has-a-universal-forwarder-installed/m-p/208319#M41052</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-06-14T17:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to find if a server has a universal forwarder installed, where it is sending logs to, or troubleshoot why it is not sending any logs?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-find-if-a-server-has-a-universal-forwarder-installed/m-p/208320#M41053</link>
      <description>&lt;P&gt;we have win2k8R2&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jun 2016 12:19:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-find-if-a-server-has-a-universal-forwarder-installed/m-p/208320#M41053</guid>
      <dc:creator>rashid47010</dc:creator>
      <dc:date>2016-06-20T12:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to find if a server has a universal forwarder installed, where it is sending logs to, or troubleshoot why it is not sending any logs?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-find-if-a-server-has-a-universal-forwarder-installed/m-p/208321#M41054</link>
      <description>&lt;P&gt;while Installing the connector I add the IPAddress:port for depoloyment server but forget the add the IPAddress:port  for indexer. How can I rerun the setup or what should I do that I start receiving the logs&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jun 2016 12:21:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-find-if-a-server-has-a-universal-forwarder-installed/m-p/208321#M41054</guid>
      <dc:creator>rashid47010</dc:creator>
      <dc:date>2016-06-20T12:21:01Z</dc:date>
    </item>
  </channel>
</rss>

