I have a central sys log server that collects logs under /var/log/<uniqueID for client>
That UniqueID part is fairly random, and will come and go as systems launch and terminate. Is there an easy way to do this. Seems that using <localfile> > <location>/var/log/\w+/messages > </localfile> Is the only way I can figure out how to do it, then just bouncing the server to re-read the directories and start parsing when I new system is added. Any better suggestions? Phil
