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

Add missing record modifier options #675

Merged
merged 2 commits into from Apr 6, 2023
Merged

Add missing record modifier options #675

merged 2 commits into from Apr 6, 2023

Conversation

jynolen
Copy link
Contributor

@jynolen jynolen commented Apr 5, 2023

What this PR does / why we need it:

Make recordmodifier insync with upstream spec

Which issue(s) this PR fixes:

Fixes #597

Does this PR introduced a user-facing change?

Add AllowlistKeys, UUIDKeys to RecordModifier

Additional documentation, usage docs, etc.:

Added tests for validated both the logic and the validity of generated filter

Doc Procedure

  • Wrote test
  • make test = Passed
  • make e2e = Passed

Remarks

In RecordModifier, Record property should be a map[string]string but introduced breaking changes for users

Signed-off-by: Jean-Yves NOLEN <jynolen+github@gmail.com>
…to missing-record-modifier-operations

Signed-off-by: Jean-Yves NOLEN <jynolen+github@gmail.com>
@jynolen jynolen marked this pull request as ready for review April 5, 2023 07:53
@benjaminhuo benjaminhuo merged commit a8a2169 into fluent:master Apr 6, 2023
2 of 6 checks passed
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 this pull request may close these issues.

RecordModifier is missing some upstream configuration
3 participants