elasticsearch/docs/reference/cat
Jason Tedor 533412e36f Improve cat thread pool API
Today, when listing thread pools via the cat thread pool API, thread
pools are listed in a column-delimited format. This is unfriendly to
command-line tools, and inconsistent with other cat APIs. Instead,
thread pools should be listed in a row-delimited format.

Additionally, the cat thread pool API is limited to a fixed list of
thread pools that excludes certain built-in thread pools as well as all
custom thread pools. These thread pools should be available via the cat
thread pool API.

This commit improves the cat thread pool API by listing all thread pools
(built-in or custom), and by listing them in a row-delimited
format. Finally, for each node, the output thread pools are sorted by
thread pool name.

Relates #19721
2016-08-03 23:02:13 -04:00
..
alias.asciidoc
allocation.asciidoc
count.asciidoc
fielddata.asciidoc
health.asciidoc
indices.asciidoc
master.asciidoc
nodeattrs.asciidoc
nodes.asciidoc Remove index_writer_max_memory stat from segment stats 2016-05-31 06:29:29 -04:00
pending_tasks.asciidoc
plugins.asciidoc Update documentation for cat/plugins API 2016-06-30 13:57:43 +02:00
recovery.asciidoc
repositories.asciidoc
segments.asciidoc
shards.asciidoc /_cat/shards should support wilcards for indices 2016-08-01 11:09:48 +02:00
snapshots.asciidoc
thread_pool.asciidoc Improve cat thread pool API 2016-08-03 23:02:13 -04:00