# curl -u elastic:XhScf5JqwVsSQwHe -XGET 'http://172.31.25.229:9200/_nodes/stats?pretty' { "_nodes" : { "total" : 3, "successful" : 3, "failed" : 0 }, "cluster_name" : "es-cluster", "nodes" : { "TrQqg_8HTDiKBt6t8Z1JVw" : { "timestamp" : 1699941330544, "name" : "node-1", "transport_address" : "172.31.25.229:9300", "host" : "172.31.25.229", "ip" : "172.31.25.229:9300", "roles" : [ "ingest", "master", "data", "ml" ], "attributes" : { "ml.machine_memory" : "133483876352", "xpack.installed" : "true", "ml.max_open_jobs" : "20" }, "indices" : { "docs" : { "count" : 1725702315, "deleted" : 0 }, "store" : { "size_in_bytes" : 1766657662877 }, "indexing" : { "index_total" : 28053218, "index_time_in_millis" : 6610781, "index_current" : 1, "index_failed" : 0, "delete_total" : 0, "delete_time_in_millis" : 0, "delete_current" : 0, "noop_update_total" : 0, "is_throttled" : false, "throttle_time_in_millis" : 0 }, ...
|