Can I have multiple directories using the same sourcetype?
We have application logs that are split into two locations. I want to have one sourcetype to access them both.
For Example:
[monitor:D:\Application\Logs\OldLogs]
sourcetype = appslogs
disabled = false
index=commonapps
[monitor:C:\Application\Logs\CurrentLogs]
sourcetype = applogs
disabled = false
index=commonapps
Any better ways of doing it?