You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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_fieldsprocessor. Otherwise, ES would be spammed by the decoded json fields. The current solution from the forum or stackoverflow is too ugly to apply.
The text was updated successfully, but these errors were encountered:
as simple as
It would be great to have a
max_depth
option as in Filebeat'sdecode_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.The text was updated successfully, but these errors were encountered: