-
Notifications
You must be signed in to change notification settings - Fork 79
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
Parsing Node out log #137
Comments
You can always write a custom parsing rule (in patterns.yml). See https://sematext.com/docs/logagent/parser/ |
Ok, so there is none. Thanks! I will implement it. |
What sort of application emits such logs? Is this from a custom application you wrote or something that many other people use? If it's the latter, it would be great if you could contribute your pattern through a PR. |
These logs are from an Angular app. Will post a PR once I implement it. |
Great, thanks! |
I think what you need to do is removing the ANSI escape sequences for terminal colour codes. See: We could first implement an input-filter to make the removal of ANSI escape sequences a general feature. You can find here an example of an input-filter: https://github.com/sematext/logagent-js/blob/master/lib/plugins/input-filter/grep.js |
Hi guys,
Is there a support in logagent for parsing logs of the following format:
Thanks!
The text was updated successfully, but these errors were encountered: