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 support for writing tags along with events to Sink #2827

Closed
kkondaka opened this issue Jun 5, 2023 · 0 comments · Fixed by #2850
Closed

Add support for writing tags along with events to Sink #2827

kkondaka opened this issue Jun 5, 2023 · 0 comments · Fixed by #2850
Assignees
Labels
enhancement New feature or request

Comments

@kkondaka
Copy link
Collaborator

kkondaka commented Jun 5, 2023

Is your feature request related to a problem? Please describe.
Add support for writing tags along with events to Sink.

Some events may be tagged in the DataPrepper. Need a way to write these tags to Sink along with the event data.

Describe the solution you'd like
Provide a sink level config option to write tags along with events. When this option is used, the tags in the events should be written to the sink under the key provided with the config option. For example.

opensearch:
    ...
    tags_key_name: "tags"

The implementation should support all sinks without having to write sink specific configuation support.

Describe alternatives you've considered (Optional)
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants