-
Notifications
You must be signed in to change notification settings - Fork 25.2k
Pass data stream names from GET /data_streams/
to the stats req when verbose: true
#118011
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
base: main
Are you sure you want to change the base?
Conversation
Hi @gmarouli, I've created a changelog YAML for you. |
Pinging @elastic/es-data-management (Team:Data Management) |
@@ -49,82 +45,6 @@ public class TransportGetDataStreamsActionTests extends ESTestCase { | |||
ClusterSettings.createBuiltInClusterSettings() | |||
); | |||
|
|||
public void testGetDataStream() { |
There was a problem hiding this comment.
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.
PR is a bit delayed because I cannot make the test work ("fail") on serverless. |
Fixes #117993.
We resolve the names of the data streams and pass them as concrete expressions to the stats request.