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

Pass data stream names from GET /data_streams/ to the stats req when verbose: true #118011

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

gmarouli
Copy link
Contributor

@gmarouli gmarouli commented Dec 4, 2024

Fixes #117993.

We resolve the names of the data streams and pass them as concrete expressions to the stats request.

@elasticsearchmachine elasticsearchmachine added v9.0.0 needs:triage Requires assignment of a team area label labels Dec 4, 2024
@gmarouli gmarouli added auto-backport Automatically create backport pull requests when merged v8.16.2 v8.17.1 >bug :Data Management/Data streams Data streams and their lifecycles labels Dec 4, 2024
@elasticsearchmachine elasticsearchmachine added Team:Data Management Meta label for data/management team and removed needs:triage Requires assignment of a team area label labels Dec 4, 2024
@elasticsearchmachine
Copy link
Collaborator

Hi @gmarouli, I've created a changelog YAML for you.

@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-data-management (Team:Data Management)

@@ -49,82 +45,6 @@ public class TransportGetDataStreamsActionTests extends ESTestCase {
ClusterSettings.createBuiltInClusterSettings()
);

public void testGetDataStream() {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Moved these tests to DataStreamsActionUtilTests since we are using that method now to get the names.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-backport Automatically create backport pull requests when merged >bug :Data Management/Data streams Data streams and their lifecycles Team:Data Management Meta label for data/management team v8.16.2 v8.17.1 v9.0.0
Projects
None yet
2 participants