opensearch-project / opensearch-project/data-prepper
Potential KeyValueProcessor feature: tag_on_timeout & timeout_millis
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 374
- Forks
- 354
- Avg merge
- 3d 18h
- Merged PRs (30d)
- 8
Description
When timeouts are enabled and a kv operation is aborted, the event is tagged with the provided value.
See: https://www.elastic.co/guide/en/logstash/current/plugins-filters-kv.html#plugins-filters-kv-tag_on_timeout & https://www.elastic.co/guide/en/logstash/current/plugins-filters-kv.html#plugins-filters-kv-timeout_millis
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the KeyValueProcessor implementation and its existing timeout handling, then compare the requested options with the linked Logstash documentation. Done means supporting timeout_millis and tagging an event with the provided tag_on_timeout value when a key-value operation is aborted.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100