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

Document new config options for decode_json_fields processor #3443

Closed
andrewkroh opened this issue Jan 23, 2017 · 1 comment
Closed

Document new config options for decode_json_fields processor #3443

andrewkroh opened this issue Jan 23, 2017 · 1 comment
Assignees

Comments

@andrewkroh
Copy link
Member

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.

Links

@andrewkroh andrewkroh added :Processors docs v5.2.0 help wanted Indicates that a maintainer wants help on an issue or pull request labels Jan 23, 2017
@dedemorton dedemorton self-assigned this Feb 1, 2017
@dedemorton dedemorton removed the help wanted Indicates that a maintainer wants help on an issue or pull request label Feb 1, 2017
@dedemorton
Copy link
Contributor

Closed by #3512

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants