We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Example: https://vector.dev/guides/level-up/managing-schemas/#example-filtering-data-for-gdpr-compliance
From this:
[transforms.parse] inputs = ["application"] drop_field = true drop_invalid = false type = "json_parser"
To this:
[transforms.parse] inputs = ["application"] type = "remap" source = ''' . = parse_json!(.message) '''
Other occurrences: https://github.com/search?q=org%3Avectordotdev+%22type+%3D+%5C%22json_parser%5C%22%22&type=code
The text was updated successfully, but these errors were encountered:
chore(docs): Remove mentions of deprecated transforms from guides
9e2edf9
Closes: #17929 Signed-off-by: Jesse Szwedko <[email protected]>
chore(docs): Remove mentions of deprecated transforms from guides (#1…
37fb02b
…7933) Closes: #17929 Signed-off-by: Jesse Szwedko <[email protected]> Signed-off-by: Jesse Szwedko <[email protected]>
Successfully merging a pull request may close this issue.
Example: https://vector.dev/guides/level-up/managing-schemas/#example-filtering-data-for-gdpr-compliance
From this:
To this:
Other occurrences: https://github.com/search?q=org%3Avectordotdev+%22type+%3D+%5C%22json_parser%5C%22%22&type=code
The text was updated successfully, but these errors were encountered: