<?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: Local or Domain in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Local-or-Domain/m-p/355558#M93387</link>
    <description>&lt;P&gt;Here's my input.conf file:&lt;BR /&gt;
[udp://514]disabled = 0&lt;BR /&gt;
connection_host = IP&lt;BR /&gt;
sourcetype=syslog&lt;BR /&gt;
index = homemonitor&lt;BR /&gt;
disabled = 1&lt;/P&gt;

&lt;H1&gt;Bandwidth Input for Linux Machines&lt;/H1&gt;

&lt;P&gt;[script://./bin/speedtest.sh]&lt;BR /&gt;
interval = 1800.0&lt;BR /&gt;
source=bandwidth_test&lt;BR /&gt;
sourcetype = bandwidth_test&lt;BR /&gt;
disabled = 1&lt;/P&gt;

&lt;H1&gt;Bandwidth Input for Windows Machines&lt;/H1&gt;

&lt;H1&gt;Enable the Windows input manually, not through the setup.xml page.&lt;/H1&gt;

&lt;P&gt;[script://$SPLUNK_HOME\etc\apps\homemonitor\bin\speedtest.bat] disabled = 0&lt;BR /&gt;
interval = 1800.00&lt;BR /&gt;
source = bandwidth_test&lt;BR /&gt;
sourcetype = bandwidth_test&lt;BR /&gt;
disabled = 1&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 17:57:28 GMT</pubDate>
    <dc:creator>Jizbo</dc:creator>
    <dc:date>2020-09-29T17:57:28Z</dc:date>
    <item>
      <title>Local or Domain</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Local-or-Domain/m-p/355552#M93381</link>
      <description>&lt;P&gt;Hi, I've installed Splunk Enterprise on a standalone Win 10 box.  I don't have active directory in my home.  Installed Splink with Home Monitor as a local user.  I want to read the Syslog from my Asus router.  However, nothing is showing up in my dashboard.  Yes, UDP 514 is allowed on Win 10 Box.  Am I doing something wrong?&lt;/P&gt;</description>
      <pubDate>Sun, 04 Feb 2018 01:15:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Local-or-Domain/m-p/355552#M93381</guid>
      <dc:creator>Jizbo</dc:creator>
      <dc:date>2018-02-04T01:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: Local or Domain</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Local-or-Domain/m-p/355553#M93382</link>
      <description>&lt;P&gt;You should look at the internal Splunk logs for an error&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;index=_internal sourcetype=splunkd&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 04 Feb 2018 19:56:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Local-or-Domain/m-p/355553#M93382</guid>
      <dc:creator>skoelpin</dc:creator>
      <dc:date>2018-02-04T19:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: Local or Domain</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Local-or-Domain/m-p/355554#M93383</link>
      <description>&lt;P&gt;No errors showing up.  However, it appears all the entries are all from the splunk machine (Win 10 stand-alone box).  I don't see any syslog entries coming in from my asus router.&lt;/P&gt;</description>
      <pubDate>Sun, 04 Feb 2018 23:52:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Local-or-Domain/m-p/355554#M93383</guid>
      <dc:creator>Jizbo</dc:creator>
      <dc:date>2018-02-04T23:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: Local or Domain</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Local-or-Domain/m-p/355555#M93384</link>
      <description>&lt;P&gt;Have you already configured your router to send syslog to your machine?&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2018 06:46:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Local-or-Domain/m-p/355555#M93384</guid>
      <dc:creator>dantimola</dc:creator>
      <dc:date>2018-02-05T06:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: Local or Domain</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Local-or-Domain/m-p/355556#M93385</link>
      <description>&lt;P&gt;Yes, my Asus router is set up to send logs to my Splunk box on UDP 514.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2018 11:41:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Local-or-Domain/m-p/355556#M93385</guid>
      <dc:creator>Jizbo</dc:creator>
      <dc:date>2018-02-05T11:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: Local or Domain</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Local-or-Domain/m-p/355557#M93386</link>
      <description>&lt;P&gt;You are collecting data from the udp port? Just enabling on OS Level is not enough.&lt;BR /&gt;
Check if you have an entry under Data Inputs -&amp;gt; UDP or check the inputs.conf file in (probably) etc/app/search/local&lt;BR /&gt;
Entry should look alike:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[udp://514]
connection_host = dns
index = main
sourcetype = syslog
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;And check it with&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=main sourcetype=syslog
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If any event shows up.&lt;/P&gt;

&lt;P&gt;When nothing shows up, and you can send testevents from your router, trigger them to check their existents with all-time &lt;BR /&gt;
If still nothing shows up, check the router log and on the commandline with netstat if the port ist open and a process is listening on it.    &lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2018 12:54:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Local-or-Domain/m-p/355557#M93386</guid>
      <dc:creator>Elsurion</dc:creator>
      <dc:date>2018-02-05T12:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: Local or Domain</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Local-or-Domain/m-p/355558#M93387</link>
      <description>&lt;P&gt;Here's my input.conf file:&lt;BR /&gt;
[udp://514]disabled = 0&lt;BR /&gt;
connection_host = IP&lt;BR /&gt;
sourcetype=syslog&lt;BR /&gt;
index = homemonitor&lt;BR /&gt;
disabled = 1&lt;/P&gt;

&lt;H1&gt;Bandwidth Input for Linux Machines&lt;/H1&gt;

&lt;P&gt;[script://./bin/speedtest.sh]&lt;BR /&gt;
interval = 1800.0&lt;BR /&gt;
source=bandwidth_test&lt;BR /&gt;
sourcetype = bandwidth_test&lt;BR /&gt;
disabled = 1&lt;/P&gt;

&lt;H1&gt;Bandwidth Input for Windows Machines&lt;/H1&gt;

&lt;H1&gt;Enable the Windows input manually, not through the setup.xml page.&lt;/H1&gt;

&lt;P&gt;[script://$SPLUNK_HOME\etc\apps\homemonitor\bin\speedtest.bat] disabled = 0&lt;BR /&gt;
interval = 1800.00&lt;BR /&gt;
source = bandwidth_test&lt;BR /&gt;
sourcetype = bandwidth_test&lt;BR /&gt;
disabled = 1&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 17:57:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Local-or-Domain/m-p/355558#M93387</guid>
      <dc:creator>Jizbo</dc:creator>
      <dc:date>2020-09-29T17:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: Local or Domain</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Local-or-Domain/m-p/355559#M93388</link>
      <description>&lt;P&gt;Ok remove all &lt;CODE&gt;disabled = 1&lt;/CODE&gt; in your inputs.conf, or at least by the [udp://514] input&lt;BR /&gt;
disabled = 1 &amp;gt; means that this monitor/script is disabled and will be ignored.&lt;/P&gt;

&lt;P&gt;also for the test if it will work, use &lt;CODE&gt;index=main&lt;/CODE&gt; after the check you can use again the &lt;CODE&gt;index=homemonitor&lt;/CODE&gt; since this index isn't installed by default.&lt;/P&gt;

&lt;P&gt;For the rest define always a destination index with index = , that way you will find your data more easely&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2018 18:32:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Local-or-Domain/m-p/355559#M93388</guid>
      <dc:creator>Elsurion</dc:creator>
      <dc:date>2018-02-05T18:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: Local or Domain</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Local-or-Domain/m-p/355560#M93389</link>
      <description>&lt;P&gt;"No results found".  Bummer, I was hoping this would work.  Just to be clear, if I install Splunk as a local user, can I read data sent to it from my router, NAS, etc?  I'm batting zero on why I cant get data feeds.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2018 19:18:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Local-or-Domain/m-p/355560#M93389</guid>
      <dc:creator>Jizbo</dc:creator>
      <dc:date>2018-02-05T19:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: Local or Domain</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Local-or-Domain/m-p/355561#M93390</link>
      <description>&lt;P&gt;As long as this user is able to bind this port yes. &lt;/P&gt;

&lt;P&gt;I don't know how Windows keeps track on the used ports but under Linux you'll need to be a higher privileged user to use any port under 1024. I'm using my own set of ports, since my user splunk is not privileged, That i can read normal syslog stuff i'm mapping the port 514 to a high port like 5514.&lt;BR /&gt;
Most devices are able to use other ports then the 514, just as a side note.&lt;/P&gt;

&lt;P&gt;Under Linux you could check if the udp port is listening this way &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; netstat -uanc | grep 514
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Under Windows it could be this command&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;netstat -p UDP
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Also wireshark is also a valid option &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;CODE&gt;udp.port == 514&lt;/CODE&gt; ,there you can drive into the datastream. But you have to be a high priv user, since you have to bind the whole network device.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Feb 2018 06:50:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Local-or-Domain/m-p/355561#M93390</guid>
      <dc:creator>Elsurion</dc:creator>
      <dc:date>2018-02-06T06:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: Local or Domain</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Local-or-Domain/m-p/355562#M93391</link>
      <description>&lt;P&gt;I'm at a loss.  Any other ideas?&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2018 11:16:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Local-or-Domain/m-p/355562#M93391</guid>
      <dc:creator>Jizbo</dc:creator>
      <dc:date>2018-02-07T11:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: Local or Domain</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Local-or-Domain/m-p/355563#M93392</link>
      <description>&lt;P&gt;Did you try the netstat command i've written?&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2018 08:22:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Local-or-Domain/m-p/355563#M93392</guid>
      <dc:creator>Elsurion</dc:creator>
      <dc:date>2018-02-08T08:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: Local or Domain</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Local-or-Domain/m-p/355564#M93393</link>
      <description>&lt;P&gt;Strange,&lt;BR /&gt;
on my windows box (running splunk) here's the output:&lt;/P&gt;

&lt;P&gt;C:\WINDOWS\system32&amp;gt; netstat -p UDP&lt;/P&gt;

&lt;P&gt;Active Connections&lt;/P&gt;

&lt;P&gt;Proto  Local Address          Foreign Address        State&lt;/P&gt;

&lt;P&gt;C:\WINDOWS\system32&amp;gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2018 23:43:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Local-or-Domain/m-p/355564#M93393</guid>
      <dc:creator>Jizbo</dc:creator>
      <dc:date>2018-02-09T23:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: Local or Domain</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Local-or-Domain/m-p/355565#M93394</link>
      <description>&lt;P&gt;UDP    0.0.0.0:514            &lt;EM&gt;:&lt;/EM&gt;&lt;BR /&gt;
  UDP    0.0.0.0:3389           &lt;EM&gt;:&lt;/EM&gt;&lt;BR /&gt;
  UDP    0.0.0.0:3702           &lt;EM&gt;:&lt;/EM&gt;&lt;BR /&gt;
  UDP    0.0.0.0:3702           &lt;EM&gt;:&lt;/EM&gt;&lt;BR /&gt;
  UDP    0.0.0.0:5050           &lt;EM&gt;:&lt;/EM&gt;&lt;BR /&gt;
  UDP    0.0.0.0:5353           &lt;EM&gt;:&lt;/EM&gt;&lt;BR /&gt;
  UDP    0.0.0.0:5355           &lt;EM&gt;:&lt;/EM&gt;&lt;BR /&gt;
  UDP    0.0.0.0:65370          &lt;EM&gt;:&lt;/EM&gt;&lt;BR /&gt;
  UDP    127.0.0.1:1900         &lt;EM&gt;:&lt;/EM&gt;&lt;BR /&gt;
  UDP    127.0.0.1:50953        &lt;EM&gt;:&lt;/EM&gt;&lt;BR /&gt;
  UDP    127.0.0.1:55277        &lt;EM&gt;:&lt;/EM&gt;&lt;BR /&gt;
  UDP    192.168.1.100:137      &lt;EM&gt;:&lt;/EM&gt;&lt;BR /&gt;
  UDP    192.168.1.100:138      &lt;EM&gt;:&lt;/EM&gt;&lt;BR /&gt;
  UDP    192.168.1.100:1900     &lt;EM&gt;:&lt;/EM&gt;&lt;BR /&gt;
  UDP    192.168.1.100:50952    &lt;EM&gt;:&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Feb 2018 00:17:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Local-or-Domain/m-p/355565#M93394</guid>
      <dc:creator>Jizbo</dc:creator>
      <dc:date>2018-02-10T00:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: Local or Domain</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Local-or-Domain/m-p/355566#M93395</link>
      <description>&lt;P&gt;On the foreign address of the netstat column, all my UDP ports end with &lt;EM&gt;.&lt;/EM&gt; instead of a domain.  Also the state column is empty (not listening or established).&lt;/P&gt;</description>
      <pubDate>Sat, 10 Feb 2018 14:08:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Local-or-Domain/m-p/355566#M93395</guid>
      <dc:creator>Jizbo</dc:creator>
      <dc:date>2018-02-10T14:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: Local or Domain</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Local-or-Domain/m-p/355567#M93396</link>
      <description>&lt;P&gt;netstat columns end with "start dot star" (apparently we are not allowed to post the real symbols on this forum)&lt;/P&gt;</description>
      <pubDate>Sat, 10 Feb 2018 14:10:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Local-or-Domain/m-p/355567#M93396</guid>
      <dc:creator>Jizbo</dc:creator>
      <dc:date>2018-02-10T14:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: Local or Domain</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Local-or-Domain/m-p/355568#M93397</link>
      <description>&lt;P&gt;Sorry, meant to say "star, colon, star"&lt;/P&gt;</description>
      <pubDate>Sat, 10 Feb 2018 14:11:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Local-or-Domain/m-p/355568#M93397</guid>
      <dc:creator>Jizbo</dc:creator>
      <dc:date>2018-02-10T14:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: Local or Domain</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Local-or-Domain/m-p/355569#M93398</link>
      <description>&lt;P&gt;Is the Output with the many Ports from your System?&lt;BR /&gt;
At least this one is showing something on the 514 port.&lt;BR /&gt;
Curious is that you don't get any plain foreign Adress and a State.&lt;BR /&gt;
Like this one here:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Proto Recv-Q Send-Q Local Address           Foreign Address         State      
udp        0      0 0.0.0.0:5514            0.0.0.0:*         
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;It is taken by my Linux System.&lt;BR /&gt;
I assume now that's the format it should be then under Windows, so you're basically open to the whole world with the 0.0.0.0:* (any:5514 from any:any), the any is basically every interface you have in your pc.&lt;BR /&gt;
And i don't have any active Syslog Input into Splunk&amp;gt; at the moment.&lt;/P&gt;

&lt;P&gt;When i just take the netstat -p UDP Output, then it sais that you don't have any connection up and running on the 514&lt;/P&gt;

&lt;P&gt;One thing that i could suggest to check if the port is open, is with &lt;CODE&gt;netcat&lt;/CODE&gt; (dunno if available for Windows)&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;13:44 elsurion@monsterine ✓ ~ $ nc -v -u -z -w 3 monsterine 4414
13:44 elsurion@monsterine ✓ ~ $ echo $?
1
13:44 elsurion@monsterine ✓ ~ $ nc -v -u -z -w 3 monsterine 5514
Connection to monsterine 5514 port [udp/*] succeeded!
13:44 elsurion@monsterine ✓ ~ $ echo $?
0
13:44 elsurion@monsterine ✓ ~ $ 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;When it will work, ok.&lt;/P&gt;

&lt;P&gt;When it still don't work, take another port &amp;gt; 1024 for this syslog input if your router supports it. Normaly it should be no problem setting up a listener on 514, but under Windows i don't know.&lt;/P&gt;</description>
      <pubDate>Sun, 11 Feb 2018 12:47:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Local-or-Domain/m-p/355569#M93398</guid>
      <dc:creator>Elsurion</dc:creator>
      <dc:date>2018-02-11T12:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: Local or Domain</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Local-or-Domain/m-p/355570#M93399</link>
      <description>&lt;P&gt;Thanks  elsurion.  Netcat does not work in windows.&lt;/P&gt;</description>
      <pubDate>Sun, 11 Feb 2018 13:39:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Local-or-Domain/m-p/355570#M93399</guid>
      <dc:creator>Jizbo</dc:creator>
      <dc:date>2018-02-11T13:39:10Z</dc:date>
    </item>
  </channel>
</rss>

