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
If optimizing for Splunk, we were right to get rid of newlines in the stacktraces, even though that makes it harder to read:
Keep multi-line events to a minimum
Multi-line events generate a lot of segments, which can affect indexing and search speed, as well as disk compression. Consider breaking multi-line events into separate events.
Actually if its just a speed thing, we wouldn't have too many of these "multi-line" events. So perhaps we would add newlines back to the stack traces. Do we really need to pull out the complete stack trace via a grep? All we need is the first line to be easily grep-able. Maybe this deserves its own issue discussion, but we might consider reverting 3951011
Splunk likes the default logging format for lograge which are the key value pairs
For example, currently we have something like this
we might consider updating it to something like this:
If optimizing for Splunk, we were right to get rid of newlines in the stacktraces, even though that makes it harder to read:
┆Issue is synchronized with this Asana task by Unito
The text was updated successfully, but these errors were encountered: