loggly / loggly-jslogger

Client-side (browser) logger to use with Loggly v2
79 stars 52 forks source link

send bulk events #15

Closed Malkiz closed 3 years ago

Malkiz commented 9 years ago

I would like to use this library to send bulk events to Loggly. I tried changing the URL to /bulk/ instead of /inputs/ but it returns a server error.

mostlyjason commented 9 years ago

The bulk endpoint requires a POST request. Also it requires line-separated events. This is possible, but would require more coding. Better to start off #25 as a template since it includes POST requests against the inputs endpoint.

susilm commented 3 years ago

We are not going to implement this feature in the near term, therefore closing the ticket now. But feel free to prepare PR and reopen this ticket.