Replies: 2 comments 1 reply
-
|
Got it to format into columns, but the columns aren't named. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Never mind, got it working with: (?[[]\S+)(?\s\S+)(?\s\S+)(?\s\S+)(?.*) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am looking to format a log into having the columns date, time, level, trace, and message. Each line has the following format:
[2025-11-25 09:03:04.409] [Info] [enso.rt.ga.server.SystemRpc] ...Successful
In this case, the value in the message column should be "...Successful".
Is there a simple way to get the log formatted by configuring one of the Regex columnizers?
Would prefer to avoid creating a custom columnizer unless creating and implementing one is very simple.
Beta Was this translation helpful? Give feedback.
All reactions