Skip to content

Conversation

@softreigns
Copy link

@softreigns softreigns commented Aug 16, 2025

  • AppSettings to select custom fields: Will parse out the selected log json fields and display them in the log view, so you can easily see the important information without having to expand the JSON.

    AppSetting
  • Nested fields in log json: you can configure to parse out the nested fields in Log view (e.g sMsg.msg below)
    NestedJsonInLogObject

  • Json/Xml in json values: if the selected log json fields contain strings containing valid JSON or xml, it will also pretty print those
    in the collapsed log view.
    PrettyPrintJsonXmlInParsedFields

  • Handle large logs: if the log message is too large, its unable to pretty print but it will try to parse json with just text match partially, so you can still see the
    important information without having to expand the JSON.
    TooLargeToPrettyPrintPartiallyParsed

@softreigns softreigns force-pushed the feature/enhancements-appsettings-nested-jsonStringparsing-xmlParsing branch 2 times, most recently from 58d954a to e590d9e Compare August 16, 2025 15:06
@softreigns softreigns changed the title enhancements appsettings, nested json values in log view, string parsing jsonxml in field values enhancements: appsettings, nested json values in log view, string parsing jsonxml in field values Aug 16, 2025
handle newlines
update readme
@softreigns softreigns force-pushed the feature/enhancements-appsettings-nested-jsonStringparsing-xmlParsing branch from e590d9e to cad3bf3 Compare August 16, 2025 15:17
@radekjezdik
Copy link

@orangain Would you consider this PR? The plugin is currently unusable because we have custom schema of our JSON logs, and it would be great to allow custom fields configuration.

@softreigns softreigns marked this pull request as ready for review October 9, 2025 00:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants