|
We're using Syslog-ng in our environment and have a forwarder setup on syslog-ng to forward the logs to Splunk. But when they're indexed in Splunk, the sourcetype is "syslog". Is it possible to set this to the actual source type? For example our syslog-ng directory structure looks like such: /logs/log-type/hostname/ I want to be able to set log-type to be the sourcetype in Splunk. It has to be possible! |
|
You would have to set up different monitor stanzas in
etc etc If you do not specify sourcetype (which I assume you have not done) Splunk will probably identify and classify it as Therefore you will also have to set the Hope this helps, Kristian This goes on the forwarder? Or should it be on the inputs.conf on the index?
(06 Apr '12, 09:29)
nkitmitto
|
|
In the inputs file, I have this and it worked:
Thanks for the help! you are most welcome. /k
(06 Apr '12, 13:36)
kristian.kolb
|