<?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 I installed a universal forwarder on a Windows, but why do I not see this host in the list of forwarders under &amp;quot;Add data&amp;quot;? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/I-installed-a-universal-forwarder-on-a-Windows-but-why-do-I-not/m-p/250048#M48092</link>
    <description>&lt;P&gt;I have Installed a Splunk universal forwarder on a Windows host and started the services. But while adding the data under "Add data" in my Splunk app, I am not able to see the installed Windows machine on list of forwarders. Is that something I need to edit the inputs.conf on the forwarder? Could someone share steps to send logs from Windows machine to a Splunk server (linux)?&lt;/P&gt;</description>
    <pubDate>Tue, 29 Nov 2016 10:32:16 GMT</pubDate>
    <dc:creator>splunkgk</dc:creator>
    <dc:date>2016-11-29T10:32:16Z</dc:date>
    <item>
      <title>I installed a universal forwarder on a Windows, but why do I not see this host in the list of forwarders under "Add data"?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/I-installed-a-universal-forwarder-on-a-Windows-but-why-do-I-not/m-p/250048#M48092</link>
      <description>&lt;P&gt;I have Installed a Splunk universal forwarder on a Windows host and started the services. But while adding the data under "Add data" in my Splunk app, I am not able to see the installed Windows machine on list of forwarders. Is that something I need to edit the inputs.conf on the forwarder? Could someone share steps to send logs from Windows machine to a Splunk server (linux)?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2016 10:32:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/I-installed-a-universal-forwarder-on-a-Windows-but-why-do-I-not/m-p/250048#M48092</guid>
      <dc:creator>splunkgk</dc:creator>
      <dc:date>2016-11-29T10:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: I installed a universal forwarder on a Windows, but why do I not see this host in the list of forwarders under "Add data"?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/I-installed-a-universal-forwarder-on-a-Windows-but-why-do-I-not/m-p/250049#M48093</link>
      <description>&lt;P&gt;Did you modify the forwarder's outputs.conf file to point to your indexer?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2016 13:33:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/I-installed-a-universal-forwarder-on-a-Windows-but-why-do-I-not/m-p/250049#M48093</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2016-11-29T13:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: I installed a universal forwarder on a Windows, but why do I not see this host in the list of forwarders under "Add data"?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/I-installed-a-universal-forwarder-on-a-Windows-but-why-do-I-not/m-p/250050#M48094</link>
      <description>&lt;P&gt;Hi splunkgk, &lt;/P&gt;

&lt;P&gt;Are you trying to collect Windows event log data? If so, please following the instructions here in the Getting Data In manual: &lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.5.1/Data/MonitorWindowseventlogdata"&gt;http://docs.splunk.com/Documentation/Splunk/6.5.1/Data/MonitorWindowseventlogdata&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Hope it helps. &lt;BR /&gt;
Hunter&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2016 13:41:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/I-installed-a-universal-forwarder-on-a-Windows-but-why-do-I-not/m-p/250050#M48094</guid>
      <dc:creator>hunters_splunk</dc:creator>
      <dc:date>2016-11-29T13:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: I installed a universal forwarder on a Windows, but why do I not see this host in the list of forwarders under "Add data"?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/I-installed-a-universal-forwarder-on-a-Windows-but-why-do-I-not/m-p/250051#M48095</link>
      <description>&lt;P&gt;There are several settings that you need to configure before this works:&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;Install the UF software on the server where you want to collect the data from and send it to the indexer.&lt;/LI&gt;
&lt;LI&gt;Configure the forwarder to connect to the indexer. The indexer listens on a receiving port for forwarded data.
You also need to configure the receiving port (for example 9997) on the indexer first (one time only): The indexer listens on a receiving port for forwarded data. See--&amp;gt;  &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.5.1/Forwarding/Enableareceiver"&gt;http://docs.splunk.com/Documentation/Splunk/6.5.1/Forwarding/Enableareceiver&lt;/A&gt;
On the indexer: Settings-&amp;gt;Forwarding &amp;amp; Receiving-&amp;gt;Configure Receiving or in command line: splunk enable listen &amp;lt;9997&amp;gt;
This is saved in the inputs.conf on the indexer [splunktcp://9997]&lt;/LI&gt;
&lt;LI&gt;Set up forwarding on the Universal Forwarder: Configure outputs.conf [tcpout:splunk_indexer] server = ipadress:9997
You can do this in command line: splunk add forward-server indexername:9997&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Tue, 29 Nov 2016 13:51:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/I-installed-a-universal-forwarder-on-a-Windows-but-why-do-I-not/m-p/250051#M48095</guid>
      <dc:creator>Azeemering</dc:creator>
      <dc:date>2016-11-29T13:51:43Z</dc:date>
    </item>
  </channel>
</rss>

