Lucene as syslog storage

2006-06-18 Thread Andreas Moroder
Hello, I would like to write a application to browse around and search the log files of linux machines, like www.splunk.org does. Would lucene be the right db to store such text information ? Because the log info should be stored in the db continuously and not as batch, this would create many tho

Re: Lucene as syslog storage

2006-06-18 Thread Andreas Moroder
Ray Tsang wrote: > I think it ultimately depends on what you would like to do with the > stored data? Would you need more of full text searches on the log or > more of statistical anlaysis? > > ray, Hello Ray, possibly both, but the full text filtering is more important. Bye Andreas --