<?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 do you get data into Splunk Enterprise with a universal forwarder? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-do-you-get-data-into-Splunk-Enterprise-with-a-universal/m-p/307096#M57869</link>
    <description>&lt;P&gt;Hi bwouters,&lt;BR /&gt;
To take windows logs, I suggest to use Splunk_TA_Windows that contains all the configurations to take windows logs.&lt;BR /&gt;
This TA is available at &lt;A href="https://splunkbase.splunk.com/app/742/" target="_blank"&gt;https://splunkbase.splunk.com/app/742/&lt;/A&gt; and contains all inputs and scripts to take windows logs, you have only to enable them in inputs.conf putting &lt;CODE&gt;disabled=0&lt;/CODE&gt; in the stanzas you like.&lt;/P&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 16:58:34 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2020-09-29T16:58:34Z</dc:date>
    <item>
      <title>How do you get data into Splunk Enterprise with a universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-you-get-data-into-Splunk-Enterprise-with-a-universal/m-p/307091#M57864</link>
      <description>&lt;P&gt;I installed a Splunk Enterprise 7.0 on a Unix machine and wish to get data from a Windows machine (any data would suffice for now since I'm new to Splunk, trying to grasp the concept of it all)&lt;/P&gt;

&lt;P&gt;Some configs I did using the documentation available:&lt;BR /&gt;
&lt;STRONG&gt;Splunk Enterprise server (unix system)&lt;/STRONG&gt;&lt;BR /&gt;
$ cat inputs.conf &lt;BR /&gt;
[default]&lt;BR /&gt;
host = SPLUNK&lt;/P&gt;

&lt;P&gt;[splunktcp://9997]&lt;BR /&gt;
disabled = 0&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Splunk Universal Forwarder (Windows Server machine)&lt;/STRONG&gt;&lt;BR /&gt;
-&amp;gt; splunk add forward-server :9997&lt;BR /&gt;
-&amp;gt; splunk set deploy-poll :9997&lt;BR /&gt;
-&amp;gt; Added some config in 'inputs.conf'&lt;/P&gt;

&lt;H1&gt;Windows platform specific input processor.&lt;/H1&gt;

&lt;P&gt;[WinEventLog://Application]&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
[WinEventLog://Security]&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
[WinEventLog://System]&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
[monitor:///apache/*.log]&lt;BR /&gt;
disabled = 0&lt;/P&gt;

&lt;P&gt;-&amp;gt; splunk enable eventlog System&lt;BR /&gt;
Specified input collection has been enabled&lt;/P&gt;

&lt;P&gt;Now I want to add a Forwarder using the Splunk Web on my Enterprise system.&lt;BR /&gt;
I log on to the website, select 'Add data' &amp;gt; 'Forward' &amp;gt; 'There are currently no forwarders configured as deployment clients to this instance.'&lt;BR /&gt;
Not sure what I'm doing wrong. However, when I search for data, I do see some results there from the Windows machine!&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2017 10:33:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-you-get-data-into-Splunk-Enterprise-with-a-universal/m-p/307091#M57864</guid>
      <dc:creator>bwouters</dc:creator>
      <dc:date>2017-11-29T10:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: How do you get data into Splunk Enterprise with a universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-you-get-data-into-Splunk-Enterprise-with-a-universal/m-p/307092#M57865</link>
      <description>&lt;P&gt;The deploy-poll should be port 8089 of your deployment server, assuming default ports are used.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2017 10:46:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-you-get-data-into-Splunk-Enterprise-with-a-universal/m-p/307092#M57865</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2017-11-29T10:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: How do you get data into Splunk Enterprise with a universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-you-get-data-into-Splunk-Enterprise-with-a-universal/m-p/307093#M57866</link>
      <description>&lt;P&gt;I executed the command again with different port (8089) but without success.&lt;BR /&gt;
Is there a specific config file I can check to  make sure it has changed?&lt;/P&gt;

&lt;P&gt;I checked the output.conf file on etc/system/local&lt;BR /&gt;
It contains the following&lt;/P&gt;

&lt;P&gt;[tcpout]&lt;BR /&gt;
defaultGroup = default-autolb-group&lt;/P&gt;

&lt;P&gt;[tcpout:default-autolb-group]&lt;BR /&gt;
server = IP:9997&lt;/P&gt;

&lt;P&gt;[tcpout-server://IP:9997]&lt;/P&gt;

&lt;P&gt;-&amp;gt; Is this even the correct place to look?&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2017 10:56:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-you-get-data-into-Splunk-Enterprise-with-a-universal/m-p/307093#M57866</guid>
      <dc:creator>bwouters</dc:creator>
      <dc:date>2017-11-29T10:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: How do you get data into Splunk Enterprise with a universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-you-get-data-into-Splunk-Enterprise-with-a-universal/m-p/307094#M57867</link>
      <description>&lt;P&gt;The outputs.conf is fine, as you've said yourself - you see events from that machine indexed.&lt;/P&gt;

&lt;P&gt;Deployment client config is stored in deploymentclient.conf (duh), the CLI command creates the file in etc/system/local.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2017 11:27:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-you-get-data-into-Splunk-Enterprise-with-a-universal/m-p/307094#M57867</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2017-11-29T11:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: How do you get data into Splunk Enterprise with a universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-you-get-data-into-Splunk-Enterprise-with-a-universal/m-p/307095#M57868</link>
      <description>&lt;P&gt;It's working now, after changing the port to 8089.&lt;BR /&gt;
I guess the system needed a bit more time to process the change.&lt;/P&gt;

&lt;P&gt;Thanks for informing me about the port!&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2017 12:20:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-you-get-data-into-Splunk-Enterprise-with-a-universal/m-p/307095#M57868</guid>
      <dc:creator>bwouters</dc:creator>
      <dc:date>2017-11-29T12:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: How do you get data into Splunk Enterprise with a universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-you-get-data-into-Splunk-Enterprise-with-a-universal/m-p/307096#M57869</link>
      <description>&lt;P&gt;Hi bwouters,&lt;BR /&gt;
To take windows logs, I suggest to use Splunk_TA_Windows that contains all the configurations to take windows logs.&lt;BR /&gt;
This TA is available at &lt;A href="https://splunkbase.splunk.com/app/742/" target="_blank"&gt;https://splunkbase.splunk.com/app/742/&lt;/A&gt; and contains all inputs and scripts to take windows logs, you have only to enable them in inputs.conf putting &lt;CODE&gt;disabled=0&lt;/CODE&gt; in the stanzas you like.&lt;/P&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 16:58:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-you-get-data-into-Splunk-Enterprise-with-a-universal/m-p/307096#M57869</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-09-29T16:58:34Z</dc:date>
    </item>
  </channel>
</rss>

