elastic-transport-python
elastic-transport-python copied to clipboard
Access to information about node and pool state
Hi,
Is there any api/method to get the following when using the ES client.
- total number of connections (active,closed, stale etc).
- total number of connection pools (active,closed etc).
Thanks Bharath
@sethmlarson Any idea how the API of the methods should look?
Likely a function that grabs a flat structure with a bunch of fields on it, maybe .transport_info()? Probably won't be available until v8.x
Transferred this issue to elastic-transport-python as it would be implemented here in 8.x.