Commit graph

6 commits

Author SHA1 Message Date
Pablo Alcantar Morales
508f3c4214
Marking Cluster _info API as experimental (#97020) 2023-06-22 17:59:44 +02:00
Pablo Alcantar Morales
5a623ee3bf
Add script information to the cluster info endpoint (#96613)
Add a new target (`script`) to the `/_info` API. It consolidates all the script information from the cluster nodes and returns a summary at the cluster level (compared with `_nodes/stats/script` it lacks the `<node>` dimension).
2023-06-12 10:10:21 +02:00
Pablo Alcantar Morales
88419af5c0
fix incorrect definition of target (#96707) 2023-06-08 16:34:00 +02:00
Pablo Alcantar Morales
f5d47ccb0d
Add thread_pool information to the cluster info endpoint (#96407)
Add a new target (thread_pool) to the /_info API. It consolidates all the thread pools information from the cluster nodes and returns a summary at the cluster level (compared with _nodes/stats/thread_pool it lacks the <node> dimension)
2023-06-01 10:47:39 +02:00
Pablo Alcantar Morales
244da063ca
Add ingest information to the cluster info endpoint (#96328) 2023-05-26 09:28:12 +02:00
Pablo Alcantar Morales
64e32679c8
Generalise new cluster info endpoint (#96259) 2023-05-23 16:30:56 +02:00
Renamed from docs/reference/cluster/info-http.asciidoc (Browse further)