I'm trying to transition from using syslogd to solarwinds syslog, and we have been using grep to find information in log files, but since solarwinds puts all syslog messages in an sql database, this is not possible. Has anyone come up with a way to automatically copy syslog information to a text file as it comes in? I tried using the built-in search feature, and it works fine, but from how slow it is to look through 2 weeks of data, I'm assuming that trying to look through 6 months of data (which is what we normally need), that it will not handle it. The system is getting about 20,000 messages per hour. Thanks in advance.