Hello Robert,
At my company, we are working on a generic log collector that uses Solr
to provide search capabilities.
What the collector does basically is this (this is greatly dumbed down !) :
* collect a log line (read it from a file, receive it from the network,
... )
* parse it through a
Hi,
thanks for the reply. I did not know that.
Is there still a way to use Solr or Lucene? Or Apache Nutch would be not be bad.
Could I maybe write a customized DIH?
Greetings,
Robert
2011/5/6 Otis Gospodnetic :
> Loggly.com
2011 3:01:45 AM
> Subject: Use Solr / Lucene to search in a Logfile
>
> Hello,
>
> we want to search large log4j logfiles withSolr / Lucene and find any
> lines with a special argument. ( for examle: with a defined userid )
> It should be a solr indput document for each ro
Hello,
we want to search large log4j logfiles withSolr / Lucene and find any
lines with a special argument. ( for examle: with a defined userid )
It should be a solr indput document for each row in the file. The log
file is growing continuously and the search index must be refreshed.
Has already