FYI with nginx/apache you could output a json encoded log and simply read
that straight into couchdb.

I've created the log format I want, I just haven't sorted out the best way
to read each line into couchdb, when I do it'll be simple as pie :)

Being json encoded the log file is larger - so watch out for that.

Nick

On Tue, Nov 24, 2009 at 1:11 PM, Robert Recchia <[email protected]> wrote:

> thanks very much works like a charm just tried it.  much appreicated
>
>
> On Mon, Nov 23, 2009 at 7:51 PM, Sam Bisbee <[email protected]>
> wrote:
> > On Mon, Nov 23, 2009 at 04:48:19PM -0500, Robert Recchia wrote:
> >> Does anyone know of any scripts or tools out there that can convert
> >> apache access logs to json format so they can be inserted into
> >> couchdb.
> >
> > No, but I just threw together a little something something for you while
> > cooking and eating dinner: http://github.com/ravidgemole/common2couchdb
> >
> > As the README says, it takes the common log formatted log and turns it
> into a
> > bulk insert that you can throw at your couchdb instance. Needs work,
> etc.,
> > especially around running the script on the same log more than once
> (you'll get
> > duplicates and will re-read the whole log file).
> >
> > Cheers,
> >
> > --
> > Sam Bisbee
> >
>
>
>
> --
> Robert Recchia
>

Reply via email to