<?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: starting splunk stops syslogd in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/starting-splunk-stops-syslogd/m-p/72605#M14813</link>
    <description>&lt;P&gt;Thanks for the quick response. I was unable to get the commands to work or even the find however you set me on the right track. &lt;/P&gt;

&lt;P&gt;Manager » Data inputs » UDP&lt;/P&gt;

&lt;P&gt;Under the following area I was able to disable it listening to the UDP port. This fixed the problem.&lt;/P&gt;</description>
    <pubDate>Mon, 04 Apr 2011 19:20:46 GMT</pubDate>
    <dc:creator>maires</dc:creator>
    <dc:date>2011-04-04T19:20:46Z</dc:date>
    <item>
      <title>starting splunk stops syslogd</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/starting-splunk-stops-syslogd/m-p/72603#M14811</link>
      <description>&lt;P&gt;I have looked around for an answer to this so I feel confident that no one will be shouting for me to use the search feature. &lt;/P&gt;

&lt;P&gt;I have been setting up several servers to all report via syslogd to a central reporting server. Everything works great and I confirmed this by &lt;CODE&gt;tail -f /var/log/syslog&lt;/CODE&gt; (or whichever is your default log file that everything gets funneled into) &lt;/P&gt;

&lt;P&gt;When I start splunk... &lt;CODE&gt;./splunk&lt;/CODE&gt; start i notice that the log files stop scrolling. I get no data into these log files until I kill the splunkd process. I have confirmed this several times by starting splunk and then later killing the splunkd process the moment i stop it my logs start scolling again recording all the data just like they should. &lt;/P&gt;

&lt;P&gt;The only lead I have right now is something about splunk having its own syslogd server built in... Is there a config file I have to edit in splunk that maybe tells the incoming log messages where to go like my current &lt;CODE&gt;/etc/rsyslog.d/50-default.conf&lt;/CODE&gt;? &lt;/P&gt;

&lt;P&gt;Or am I missing something simple here? &lt;/P&gt;

&lt;P&gt;~Matt&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2011 01:25:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/starting-splunk-stops-syslogd/m-p/72603#M14811</guid>
      <dc:creator>maires</dc:creator>
      <dc:date>2011-04-01T01:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: starting splunk stops syslogd</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/starting-splunk-stops-syslogd/m-p/72604#M14812</link>
      <description>&lt;P&gt;Splunk &lt;STRONG&gt;can&lt;/STRONG&gt; support syslog natively (that is, listen on UDP port 514) - but I don't think that is enabled "out of the box"  In fact I'm pretty sure it isn't.  &lt;/P&gt;

&lt;P&gt;You can run something like this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;splunk cmd btool --debug inputs list | grep "\[.*\]"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;To see what inputs are currently defined.  Here are some from my test box:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;system     [SSL]
system     [batch:///opt/splunk/var/spool/splunk]
system     [default]
system     [fschange:/opt/splunk/etc]
sample_app [monitor:///opt/splunk/etc/apps/sample_app/logs]
system     [monitor:///opt/splunk/etc/splunk.version]
system     [monitor:///opt/splunk/var/log/splunk]
system     [script]
system     [splunktcp]
launcher   [tcp://9876]
system     [udp:2514]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;That last one, &lt;CODE&gt;udp:2514&lt;/CODE&gt; is defining a syslog-style UDP input on port 2514.  I would predict based on your explanation that you have one of these on port 514.  If so, you can run something like:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;find /opt/splunk/etc -name inputs.conf | xargs egrep -l "udp:514"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;To see which file it is in.&lt;/P&gt;

&lt;P&gt;Once you get your immediate issue resolved, how you proceed is kinda up to you.  You can continue to let a syslogd be responsible for the network input, and tell Splunk to monitor the files it writes.  Alternately, you can let Splunk directly ingest the network input -- but then you have no flat files to refer to.  In my own installation, we let syslog handle the UDP input, and then turn Splunk loose on the flat files.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2011 01:36:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/starting-splunk-stops-syslogd/m-p/72604#M14812</guid>
      <dc:creator>dwaddle</dc:creator>
      <dc:date>2011-04-01T01:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: starting splunk stops syslogd</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/starting-splunk-stops-syslogd/m-p/72605#M14813</link>
      <description>&lt;P&gt;Thanks for the quick response. I was unable to get the commands to work or even the find however you set me on the right track. &lt;/P&gt;

&lt;P&gt;Manager » Data inputs » UDP&lt;/P&gt;

&lt;P&gt;Under the following area I was able to disable it listening to the UDP port. This fixed the problem.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Apr 2011 19:20:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/starting-splunk-stops-syslogd/m-p/72605#M14813</guid>
      <dc:creator>maires</dc:creator>
      <dc:date>2011-04-04T19:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: starting splunk stops syslogd</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/starting-splunk-stops-syslogd/m-p/72606#M14814</link>
      <description>&lt;P&gt;If you would, please click the checkbox next to the answer so the answers system treats it as "answered".  Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Apr 2011 20:18:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/starting-splunk-stops-syslogd/m-p/72606#M14814</guid>
      <dc:creator>dwaddle</dc:creator>
      <dc:date>2011-04-04T20:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: starting splunk stops syslogd</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/starting-splunk-stops-syslogd/m-p/72607#M14815</link>
      <description>&lt;P&gt;Got it checked for ya.... sorry new here.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Apr 2011 20:28:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/starting-splunk-stops-syslogd/m-p/72607#M14815</guid>
      <dc:creator>maires</dc:creator>
      <dc:date>2011-04-08T20:28:50Z</dc:date>
    </item>
  </channel>
</rss>

