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
For 5.2 there are two new config options for decode_json_fields, namely target and overwrite_keys. Here's a description of these new fields.
target - Target specifies the field under which the decoded JSON shall be written. By default the decoded JSON object replaces the string field from which it was read. To merge the decoded JSON fields into the root of the event, specify target with an empty value (target:).
overwrite_keys - This specifies whether or not keys that already exist in the event are overwritten by keys from the decoded JSON object. The default value is false.
For 5.2 there are two new config options for
decode_json_fields
, namelytarget
andoverwrite_keys
. Here's a description of these new fields.target
- Target specifies the field under which the decoded JSON shall be written. By default the decoded JSON object replaces the string field from which it was read. To merge the decoded JSON fields into the root of the event, specify target with an empty value (target:
).overwrite_keys
- This specifies whether or not keys that already exist in the event are overwritten by keys from the decoded JSON object. The default value is false.Links
The text was updated successfully, but these errors were encountered: