<?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: Syslog data inputs not creating new sources in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Syslog-data-inputs-not-creating-new-sources/m-p/133721#M27484</link>
    <description>&lt;P&gt;You do not need to create the source or sourcetype - if you use them in &lt;CODE&gt;inputs.conf&lt;/CODE&gt; on any indexer or forwarder, that's all you need to do.&lt;/P&gt;

&lt;P&gt;I don't see a &lt;CODE&gt;UPD://515&lt;/CODE&gt; in your &lt;CODE&gt;inputs.conf&lt;/CODE&gt;.&lt;/P&gt;

&lt;P&gt;Also, you probably have more than one copy of &lt;CODE&gt;inputs.conf&lt;/CODE&gt; in the &lt;CODE&gt;Splunk\etc\&lt;/CODE&gt; directory tree. There is a precedence of configuration files, so your settings in one &lt;CODE&gt;inputs.conf&lt;/CODE&gt; may be overridden in another. You can read about it at &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.0/admin/Wheretofindtheconfigurationfiles"&gt;Configuration File Precedence&lt;/A&gt;.&lt;/P&gt;

&lt;P&gt;Next, changes to your configuration files are not retroactive - they only apply to new data as it is indexed. So older data may have a different source or sourcetype, even if you don't have a configuration precedence issue.&lt;/P&gt;

&lt;P&gt;Finally, I would look carefully at your networking characteristics. Are the ports open, is Splunk able to access them, etc. Examining your &lt;CODE&gt;splunkd.log&lt;/CODE&gt; may be  helpful. Splunk actually indexes this log and many other internal logs, so you could search &lt;CODE&gt;index=_internal source=*splunkd.log error OR warn*&lt;/CODE&gt;. And you could install the &lt;A href="http://apps.splunk.com/app/748/"&gt;Splunk SOS app&lt;/A&gt;, which is free and analyzes the Splunk internal logs for you - it's pretty nice.&lt;/P&gt;

&lt;P&gt;HTH&lt;/P&gt;</description>
    <pubDate>Thu, 07 Nov 2013 23:56:47 GMT</pubDate>
    <dc:creator>lguinn2</dc:creator>
    <dc:date>2013-11-07T23:56:47Z</dc:date>
    <item>
      <title>Syslog data inputs not creating new sources</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Syslog-data-inputs-not-creating-new-sources/m-p/133720#M27483</link>
      <description>&lt;P&gt;I used to have 2 UDP syslog data inputs: &lt;CODE&gt;UDP://514&lt;/CODE&gt; going to the default index, &lt;CODE&gt;UDP://515&lt;/CODE&gt; going to a new index. They were successfully collecting syslog messages from network equipment. I noticed yesterday that they haven't indexed anything for a while. Disabling and re-enabling the data inputs briefly allowed some messages to be indexed but then it stopped again.&lt;/P&gt;

&lt;P&gt;Today I deleted both data inputs and entered new ones.&lt;BR /&gt;
&lt;CODE&gt;Splunk\etc\apps\search\local\inputs.conf&lt;/CODE&gt; shows this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[udp://514]
connection_host = ip
sourcetype = syslog
disabled = 0
index = network
source = Network

[udp://49200]
connection_host = ip
index = ecb
sourcetype = syslog
source = EmergencyCallBox
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;In the Search app, when I click on the Data Summary button, the Network and EmergencyCallBox sources I'm expecting are not listed, the syslog sourcetype is not updated. I still see udp:514 listed as a source.&lt;BR /&gt;
I'm using Splunk 6.0 on Windows 2008 R2. Rebooting the OS and Splunk didn't help.&lt;/P&gt;

&lt;P&gt;If I run &lt;CODE&gt;index=_internal source=*metrics.log* per_source_thruput series=EmergencyCallBox&lt;/CODE&gt; I see results (&lt;CODE&gt;series=Network&lt;/CODE&gt; also gives me results).&lt;/P&gt;

&lt;P&gt;Do I have to manually create the source and sourcetype? If so, where?&lt;/P&gt;

&lt;P&gt;Any suggestions are welcome.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2013 21:48:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Syslog-data-inputs-not-creating-new-sources/m-p/133720#M27483</guid>
      <dc:creator>lmarcel</dc:creator>
      <dc:date>2013-11-07T21:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: Syslog data inputs not creating new sources</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Syslog-data-inputs-not-creating-new-sources/m-p/133721#M27484</link>
      <description>&lt;P&gt;You do not need to create the source or sourcetype - if you use them in &lt;CODE&gt;inputs.conf&lt;/CODE&gt; on any indexer or forwarder, that's all you need to do.&lt;/P&gt;

&lt;P&gt;I don't see a &lt;CODE&gt;UPD://515&lt;/CODE&gt; in your &lt;CODE&gt;inputs.conf&lt;/CODE&gt;.&lt;/P&gt;

&lt;P&gt;Also, you probably have more than one copy of &lt;CODE&gt;inputs.conf&lt;/CODE&gt; in the &lt;CODE&gt;Splunk\etc\&lt;/CODE&gt; directory tree. There is a precedence of configuration files, so your settings in one &lt;CODE&gt;inputs.conf&lt;/CODE&gt; may be overridden in another. You can read about it at &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.0/admin/Wheretofindtheconfigurationfiles"&gt;Configuration File Precedence&lt;/A&gt;.&lt;/P&gt;

&lt;P&gt;Next, changes to your configuration files are not retroactive - they only apply to new data as it is indexed. So older data may have a different source or sourcetype, even if you don't have a configuration precedence issue.&lt;/P&gt;

&lt;P&gt;Finally, I would look carefully at your networking characteristics. Are the ports open, is Splunk able to access them, etc. Examining your &lt;CODE&gt;splunkd.log&lt;/CODE&gt; may be  helpful. Splunk actually indexes this log and many other internal logs, so you could search &lt;CODE&gt;index=_internal source=*splunkd.log error OR warn*&lt;/CODE&gt;. And you could install the &lt;A href="http://apps.splunk.com/app/748/"&gt;Splunk SOS app&lt;/A&gt;, which is free and analyzes the Splunk internal logs for you - it's pretty nice.&lt;/P&gt;

&lt;P&gt;HTH&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2013 23:56:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Syslog-data-inputs-not-creating-new-sources/m-p/133721#M27484</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2013-11-07T23:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: Syslog data inputs not creating new sources</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Syslog-data-inputs-not-creating-new-sources/m-p/133722#M27485</link>
      <description>&lt;P&gt;Thanks for your reply. It turns out to be a GUI problem (in my view) because if I just search for index=ecb or index=network, I can see all the data, properly indexed!&lt;/P&gt;

&lt;P&gt;I am just used to go to the Search app, and click on the Data Summary button to select the source or host I want to look at. Apparently the Data Summary window is not updating for me. But the data is being received and indexed, that's all I wanted.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2013 00:10:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Syslog-data-inputs-not-creating-new-sources/m-p/133722#M27485</guid>
      <dc:creator>lmarcel</dc:creator>
      <dc:date>2013-11-08T00:10:13Z</dc:date>
    </item>
    <item>
      <title>Re: Syslog data inputs not creating new sources</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Syslog-data-inputs-not-creating-new-sources/m-p/133723#M27486</link>
      <description>&lt;P&gt;The Data Summary only shows the data in the indexes that you search by "default". You have permissions to access the ecb and network indexes but they are not listed as a "default" index for you. You can change this by editing the Access Controls in the Splunk Manager.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2013 23:32:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Syslog-data-inputs-not-creating-new-sources/m-p/133723#M27486</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2013-11-08T23:32:11Z</dc:date>
    </item>
  </channel>
</rss>

