Somehow I've managed to get three different sourcetypes for syslog appearing in my search results:
"syslog" 2,049,493,302
"udp:514" 5,392,394,302
"CustomLogs" 1,100,303,223
Part of the problem is I tried setting up CustomLogs in the inputs.conf file:
[udp://10.1.1.10:514]
sourcetype = CustomLogs
disabled = false
host = customapp
But then Splunk started assigning this sourcetype to hosts other than 10.1.1.10. So my bright idea was to change the inputs.conf entry to this:
[udp://514]
disabled = false
sourcetype = syslog
However after a restart I'm still seeing all three sourcetype counters increasing my indexer's splunk search page. I'm at a loss as to how this is possible since I've removed all reference to CustomLogs and yet it still continues to be matched. Please help!
... View more