in the processors, the decode_json_fields supports specifying the depth.
can the depth be specified in the json of inputs
filebeat.inputs:
- type: stdin
json.message_key: ""
processors:
- decode_json_fields:
fields: ["log"]
max_depth: 2