Skip to content

Add support for max_depthΒ #43

@tumluliu

Description

@tumluliu
  • Version: v3.1.0 (with logstash 7.4.0)
  • Operating System: Linux
  • Config File (if you have sensitive info, please remove it):
    as simple as
filter {
      json {
        source => "message"
      }
    }
  • Sample Data:
  • Steps to Reproduce:

It would be great to have a max_depth option as in Filebeat's decode_json_fields processor. Otherwise, ES would be spammed by the decoded json fields. The current solution from the forum or stackoverflow is too ugly to apply.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions