You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The introduction to the cluster APIs reference documentation indicates that it's possible to filter the target nodes and gives some examples of how to do so, but there seems to be no comprehensive description of all the possibilities here. In particular, the special filters {data,master,ingest}:{true,false} are not documented. The code in question is:
The introduction to the cluster APIs reference documentation indicates that it's possible to filter the target nodes and gives some examples of how to do so, but there seems to be no comprehensive description of all the possibilities here. In particular, the special filters
{data,master,ingest}:{true,false}
are not documented. The code in question is:elasticsearch/server/src/main/java/org/elasticsearch/cluster/node/DiscoveryNodes.java
Lines 303 to 368 in 27ddb4f
Noticed in the context of #30313 which changes this method but there's apparently no corresponding docs to change.
The text was updated successfully, but these errors were encountered: