Skip to content
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

[Feature Request] Enhance JSON Log Parsing with Nested Field Support and Field Exclusion #381

Open
wtt40122 opened this issue Jun 25, 2024 · 0 comments

Comments

@wtt40122
Copy link
Collaborator

Description

Our current logging system has some limitations when parsing JSON-formatted log content. To improve the flexibility and efficiency of log parsing, we propose to add support for parsing nested fields within JSON logs and to allow the exclusion of unnecessary fields during the parsing process.

User Stories

  • As a developer, I want to parse JSON logs that contain nested structures so that I can accurately retrieve the data I need.
  • As a system administrator, I want to configure log parsing rules to ignore fields that are not necessary for the current system or application, thereby reducing processing time and storage space usage.

Expected Features

  1. Add the capability to parse nested fields in JSON logs, allowing access to nested data based on specified paths.
  2. Provide configuration options that let users define and exclude fields that are not required for parsing, to optimize performance and resource usage.

Use Cases

  • When dealing with log files that contain complex structures, such as user information or transaction details, being able to directly access deep data fields.
  • When log data includes sensitive information or useless data, being able to configure the exclusion of these fields to prevent unnecessary data leaks or interference.
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

No branches or pull requests

1 participant