Currently, /_xpack/usage returns results from the current master node. It would be useful to add a ?local=true option to allow this endpoint to return results from the local node.
Concrete use case: We use this endpoint to detect if external identity realms are enabled, and show a warning in the Role Mappings UI if they aren't. Being able to get results from the local node would give Kibana a more accurate answer when deciding whether or not to show this warning.
Thanks @jasontedor for this suggestion