You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.
The current loggly bulk appender has some issues with conversion for log separation and json parsing. Manually changing the endpoint to https://logs-01.loggly.com/bulk/ seems to fix these issues.
The text was updated successfully, but these errors were encountered:
If you use batch appender and send events to https://logs-01.loggly.com/inputs/ endpoint the whole batch will be handled as one log entry (line). If you use bulk endpoint it works as expected (log line per log entry).
Maybe the documentation should make it clear that you should use bulk endpoint always when using batch appender?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The current loggly bulk appender has some issues with conversion for log separation and json parsing. Manually changing the endpoint to https://logs-01.loggly.com/bulk/ seems to fix these issues.
The text was updated successfully, but these errors were encountered: