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

docs: Update docs that still use deprecated transforms #17929

Closed
pront opened this issue Jul 10, 2023 · 0 comments · Fixed by #17933
Closed

docs: Update docs that still use deprecated transforms #17929

pront opened this issue Jul 10, 2023 · 0 comments · Fixed by #17933

Comments

@pront
Copy link
Member

pront commented Jul 10, 2023

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

@jszwedko jszwedko changed the title docs: Update docs that still use "json_parser" docs: Update docs that still use deprecated transforms Jul 10, 2023
jszwedko added a commit that referenced this issue Jul 10, 2023
github-merge-queue bot pushed a commit that referenced this issue Jul 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant