egalpin commented on issue #24117:
URL: https://github.com/apache/beam/issues/24117#issuecomment-1315898115

   Ok I think the patch is close but not quite right. using `_all` would take 
the size of all indices in the cluster, but that may not be applicable to the 
size of data that one will be reading.  Instead, if we use the stats API at the 
index level (`GET /my-index-name/_stats`) and then use `_all`, it contains data 
for all aliases of `my-index-name`.  
   
   I believe this would fulfill the original goal.  Thoughts @JeffBolle ?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to