监控(Monitoring)

class elasticsearch.client.MonitoringClient

To use this client, access client.monitoring from an Elasticsearch client. For example:

from elasticsearch import Elasticsearch

# Create the client instance
client = Elasticsearch(...)
# Use the monitoring client
client.monitoring.<method>(...)
bulk(*, interval, operations=None, body=None, system_api_version, system_id, error_trace=None, filter_path=None, human=None, pretty=None)

发送监控数据。 此API被监控功能用于发送监控数据。

https://www.elastic.co/docs/api/doc/elasticsearch

Parameters:
Return type:

ObjectApiResponse[Any]