Attempting setup logging to Logentries

Currently is there a way to send my log data into LogEntries? What format are log files being generated? Are we locked to Loggly and elasticsearch?

Hi Zachery,

I never heard of LogEntries until now. Can the pull in and process the native log files created through the Backendless logging API?

Regards,
Mark

We were hoping to get real-time logging from the server code. If we were pushing to elasticsearch or loggly, would this be pushed as it is generated or is it batched?

It would be batched. The closest to real-time would be adding an API event handler (server-side) and make a call in there to LogEntries.

Regards,
Mark