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

Add support for max_depth #43

Open
tumluliu opened this issue Oct 21, 2019 · 0 comments
Open

Add support for max_depth #43

tumluliu opened this issue Oct 21, 2019 · 0 comments

Comments

@tumluliu
Copy link

  • 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.

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