-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to parse a Json Log #42
Comments
Yes, it's possible to parse JSON logs. Your JSON format has to be described first, same as with XML logs. If you select Log Sources -> Add... -> Manage Formats..., you can open a wizard that can help describe the format. In the wizard, there is a help article. If you have difficulties with the wizard, you can send a sample of your json log, and I can help create the format description. |
Hello! Thanks for your feedback. Here is a sample of my log format. It would be nice if you could help me with this. |
Here you go. Unzip the XML format description file into C:\Users\your_user\AppData\Local\LogJoint\bin\Formats or whatever your installation dir is. Then LogJoint should recognize the log format once you drag&drop a log. You may want to edit the XML. I assumed that errors and warnings are encoded as Your sample log is not strictly ordered by time, so I added an option to dynamically reorder the logs with window size of 50 messages. |
Hello Guys and thank for the great job.
I would like to use LogJoint to parse and merge multiple log file, those log are im Json format.
Is it possible to parse like LogJoint already does with XML log?
The text was updated successfully, but these errors were encountered: