<?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: Input data getting source type changed in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Input-data-getting-source-type-changed/m-p/293257#M55826</link>
    <description>&lt;P&gt;ah nice! now I can sleep better at night! &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Good reference here regarding what config changes require restart, cause editing the conf files won't alert you to needing to restart...&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Admin/Configurationfilechangesthatrequirerestart"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Admin/Configurationfilechangesthatrequirerestart&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 27 Mar 2017 12:48:57 GMT</pubDate>
    <dc:creator>mattymo</dc:creator>
    <dc:date>2017-03-27T12:48:57Z</dc:date>
    <item>
      <title>Input data getting source type changed</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Input-data-getting-source-type-changed/m-p/293252#M55821</link>
      <description>&lt;P&gt;I used to have a PaloAlto firewall and i had it setup to syslog on ump/5514. I was also running a couple of PaloAlto applications. I have retired the PaloAlto firewall and I uninstalled the apps via the "splunk remove app [appname] -auth :" command. I have recently installed a pFsense firewall in its place, and it to is setup to syslog via udp/5514. I am ingesting the new syslog data fine, but all of it is getting tagged with a source type of "pan:log". This is what the old PaloAlto data was tagged with so it worked with the PA applications. I have verified that my Data Inputs setting for udp/5514 is set to use a source type of "pfsense_syslog". Thus, something is overriding this. I have searched my system for a non-default transforms.conf, but all I see are the "default" examples.&lt;/P&gt;

&lt;P&gt;Any ideas where I can look to determine what is causing this?&lt;/P&gt;

&lt;P&gt;Thanks!&lt;BR /&gt;
Jon&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 01:54:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Input-data-getting-source-type-changed/m-p/293252#M55821</guid>
      <dc:creator>Jon_Irish</dc:creator>
      <dc:date>2017-03-24T01:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: Input data getting source type changed</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Input-data-getting-source-type-changed/m-p/293253#M55822</link>
      <description>&lt;P&gt;Hey Jon_Irish, &lt;/P&gt;

&lt;P&gt;Can you check the output of &lt;CODE&gt;./splunk btool inputs list udp://5514 --debug&lt;/CODE&gt;? Or just &lt;CODE&gt;./splunk btool inputs list udp --debug&lt;/CODE&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[splunker@n00bserver bin]$ ./splunk btool inputs list udp://5514 --debug
/home/splunker/splunk/etc/apps/launcher/local/inputs.conf            [udp://5514]
/home/splunker/splunk/etc/system/default/inputs.conf                 _rcvbuf = 1572864
/home/splunker/splunk/etc/apps/launcher/local/inputs.conf            connection_host = ip
/home/splunker/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf evt_dc_name = 
/home/splunker/splunk/etc/apps/Splunk_TA_windows/default/inputs.conf evt_dns_name = 
/home/splunker/splunk/etc/system/local/inputs.conf                   host = n00bserver
/home/splunker/splunk/etc/system/default/inputs.conf                 index = default
/home/splunker/splunk/etc/apps/launcher/local/inputs.conf            source = syslog
/home/splunker/splunk/etc/apps/launcher/local/inputs.conf            sourcetype = syslog
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Or in the GUI (if standalone) Settings &amp;gt; Data Inputs and check for the 5514 config. &lt;/P&gt;

&lt;P&gt;That sourcetype is set in the inputs.conf, then the pan:log sourcetype is in the props.conf, which you can look for with &lt;CODE&gt;./splunk btool props pan:log --debug&lt;/CODE&gt;`&lt;/P&gt;

&lt;P&gt;I assume that because its coming in on the same listener, it is simply applying the same settings??&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 03:09:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Input-data-getting-source-type-changed/m-p/293253#M55822</guid>
      <dc:creator>mattymo</dc:creator>
      <dc:date>2017-03-24T03:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: Input data getting source type changed</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Input-data-getting-source-type-changed/m-p/293254#M55823</link>
      <description>&lt;P&gt;Thanks for the suggestions mmodestino,&lt;BR /&gt;
I tried all three suggestions, but nothing really grabs my attention:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;# ./splunk btool props list pan:log --debug ==&amp;gt; no output
# ./splunk btool inputs list udp://5514 --debug ==&amp;gt; no output
# ./splunk btool inputs list udp --debug
/Applications/Splunk/etc/system/default/inputs.conf              [udp]
/Applications/Splunk/etc/system/default/inputs.conf              _rcvbuf = 1572864
/Applications/Splunk/etc/system/default/inputs.conf              connection_host = ip
/Applications/Splunk/etc/system/local/inputs.conf                host = Jons-iMac.local
/Applications/Splunk/etc/system/default/inputs.conf              index = default
/Applications/Splunk/etc/apps/TA-pfsense_a3sec/local/inputs.conf [udp://192.168.1.2:5514]
/Applications/Splunk/etc/system/default/inputs.conf              _rcvbuf = 1572864
/Applications/Splunk/etc/apps/TA-pfsense_a3sec/local/inputs.conf connection_host = ip
/Applications/Splunk/etc/system/local/inputs.conf                host = Jons-iMac.local
/Applications/Splunk/etc/apps/TA-pfsense_a3sec/local/inputs.conf index = gw_pfsense
/Applications/Splunk/etc/apps/TA-pfsense_a3sec/local/inputs.conf sourcetype = pfsense_syslog
/Applications/Splunk/etc/apps/search/local/inputs.conf           [udp://514]
/Applications/Splunk/etc/system/default/inputs.conf              _rcvbuf = 1572864
/Applications/Splunk/etc/apps/search/local/inputs.conf           connection_host = ip
/Applications/Splunk/etc/system/local/inputs.conf                host = Jons-iMac.local
/Applications/Splunk/etc/apps/search/local/inputs.conf           index = main
/Applications/Splunk/etc/apps/search/local/inputs.conf           sourcetype = syslog
# ./splunk btool props pan:log --debug
Invalid command: pan:log
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Thanks!&lt;BR /&gt;
Jon&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 22:32:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Input-data-getting-source-type-changed/m-p/293254#M55823</guid>
      <dc:creator>Jon_Irish</dc:creator>
      <dc:date>2017-03-24T22:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: Input data getting source type changed</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Input-data-getting-source-type-changed/m-p/293255#M55824</link>
      <description>&lt;P&gt;looks good, did you restart splunk?&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;./splunk restart&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 25 Mar 2017 00:51:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Input-data-getting-source-type-changed/m-p/293255#M55824</guid>
      <dc:creator>mattymo</dc:creator>
      <dc:date>2017-03-25T00:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: Input data getting source type changed</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Input-data-getting-source-type-changed/m-p/293256#M55825</link>
      <description>&lt;P&gt;After restarting, it appears that the sourcetype is now correct. Odd that a restart was required. I would have thought that I would have been notified of a need to reboot when I uninstalled the applications. Oh well, all is well now. Thanks for the help!&lt;/P&gt;

&lt;P&gt;Jon&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2017 12:15:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Input-data-getting-source-type-changed/m-p/293256#M55825</guid>
      <dc:creator>jon_d_irish_ctr</dc:creator>
      <dc:date>2017-03-27T12:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: Input data getting source type changed</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Input-data-getting-source-type-changed/m-p/293257#M55826</link>
      <description>&lt;P&gt;ah nice! now I can sleep better at night! &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Good reference here regarding what config changes require restart, cause editing the conf files won't alert you to needing to restart...&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Admin/Configurationfilechangesthatrequirerestart"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Admin/Configurationfilechangesthatrequirerestart&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2017 12:48:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Input-data-getting-source-type-changed/m-p/293257#M55826</guid>
      <dc:creator>mattymo</dc:creator>
      <dc:date>2017-03-27T12:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: Input data getting source type changed</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Input-data-getting-source-type-changed/m-p/293258#M55827</link>
      <description>&lt;P&gt;LOL &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2017 12:59:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Input-data-getting-source-type-changed/m-p/293258#M55827</guid>
      <dc:creator>jon_d_irish_ctr</dc:creator>
      <dc:date>2017-03-27T12:59:29Z</dc:date>
    </item>
  </channel>
</rss>

