opensearch-project / opensearch-project/opensearch-ruby

[FEATURE] Support data stream deletion

Open
#174 1 comment 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
Ruby
Stars
114
Forks
60
PR merge metrics
No merged PRs in 30d

Description

It looks like opensearch-ruby doesn't yet have any code to support DELETE _data_stream/

Minus this it seems the only workaround would be to manipulate transport more manually so as to construct the above.

If this isn't there somewhere yet, we need it.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue names no files or tests. Search the Ruby client for existing data-stream operations and the entry points that build OpenSearch requests, then confirm how DELETE _data_stream/ should be exposed. Done means callers no longer need to construct this request through the transport manually, with coverage matching nearby API behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
ruby
Domain
api
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.