-
Notifications
You must be signed in to change notification settings - Fork 207
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
Migrate to use EventKey in processors #4646
Labels
maintenance
Issues to help maintain the project, such as improving builds, testing, etc.
Comments
dlvenable
added a commit
to dlvenable/data-prepper
that referenced
this issue
Jun 20, 2024
…roject#4646 Change the source and keys properties for mutate string processors to use EventKey such that they are parsed by Data Prepper core. Also, use the TestEventFactory in the tests to avoid use of JacksonEvent directly. Removes an unused class. Signed-off-by: David Venable <[email protected]>
4 tasks
dlvenable
added
maintenance
Issues to help maintain the project, such as improving builds, testing, etc.
and removed
untriaged
labels
Jun 20, 2024
dlvenable
added a commit
that referenced
this issue
Jul 10, 2024
Change the source and keys properties for mutate string processors to use EventKey such that they are parsed by Data Prepper core. Also, use the TestEventFactory in the tests to avoid use of JacksonEvent directly. Removes an unused class. Signed-off-by: David Venable <[email protected]>
kkondaka
pushed a commit
to kkondaka/kk-data-prepper-f2
that referenced
this issue
Jul 23, 2024
…roject#4646 (opensearch-project#4649) Change the source and keys properties for mutate string processors to use EventKey such that they are parsed by Data Prepper core. Also, use the TestEventFactory in the tests to avoid use of JacksonEvent directly. Removes an unused class. Signed-off-by: David Venable <[email protected]> Signed-off-by: Krishna Kondaka <[email protected]>
kkondaka
pushed a commit
to kkondaka/kk-data-prepper-f2
that referenced
this issue
Jul 23, 2024
…roject#4646 (opensearch-project#4649) Change the source and keys properties for mutate string processors to use EventKey such that they are parsed by Data Prepper core. Also, use the TestEventFactory in the tests to avoid use of JacksonEvent directly. Removes an unused class. Signed-off-by: David Venable <[email protected]> Signed-off-by: Krishna Kondaka <[email protected]>
kkondaka
pushed a commit
to kkondaka/kk-data-prepper-f2
that referenced
this issue
Jul 30, 2024
…roject#4646 (opensearch-project#4649) Change the source and keys properties for mutate string processors to use EventKey such that they are parsed by Data Prepper core. Also, use the TestEventFactory in the tests to avoid use of JacksonEvent directly. Removes an unused class. Signed-off-by: David Venable <[email protected]> Signed-off-by: Krishna Kondaka <[email protected]>
kkondaka
pushed a commit
to kkondaka/kk-data-prepper-f2
that referenced
this issue
Aug 8, 2024
…roject#4646 (opensearch-project#4649) Change the source and keys properties for mutate string processors to use EventKey such that they are parsed by Data Prepper core. Also, use the TestEventFactory in the tests to avoid use of JacksonEvent directly. Removes an unused class. Signed-off-by: David Venable <[email protected]> Signed-off-by: Krishna Kondaka <[email protected]>
kkondaka
pushed a commit
to kkondaka/kk-data-prepper-f2
that referenced
this issue
Aug 12, 2024
…roject#4646 (opensearch-project#4649) Change the source and keys properties for mutate string processors to use EventKey such that they are parsed by Data Prepper core. Also, use the TestEventFactory in the tests to avoid use of JacksonEvent directly. Removes an unused class. Signed-off-by: David Venable <[email protected]> Signed-off-by: Krishna Kondaka <[email protected]>
kkondaka
pushed a commit
to kkondaka/kk-data-prepper-f2
that referenced
this issue
Aug 14, 2024
…roject#4646 (opensearch-project#4649) Change the source and keys properties for mutate string processors to use EventKey such that they are parsed by Data Prepper core. Also, use the TestEventFactory in the tests to avoid use of JacksonEvent directly. Removes an unused class. Signed-off-by: David Venable <[email protected]> Signed-off-by: Krishna Kondaka <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This issue is for tracking migration of processors to use the new
EventKey
. See #1916 for more details.mutate-event-processors
delete_entries/rename_keys - Update the rename_keys and delete_entries processors to use EventKey #4636mutate-event-processors
all othersmutate-string-processors
- Update the mutate string processors to use the EventKey. #4649user-agent-processor
- Updates the user_agent processor to use the EventKey. #4628drop-events-processor
(does not need any keys)grok-processor
key-value-processor
parse-json-processor
- Update the parse JSON/XML/ION processors to use EventKey. #4842split-event-processor
aggregate-processor
csv-processor
decompress-processor
dissect-processor
flatten-processor
geoip-processor
obfuscate-processor
translate-processor
truncate-processor
write-json-processor
The text was updated successfully, but these errors were encountered: