Skip to content

Commit faea9c4

Browse files
committed
Docs: Add ccr to the cat thread pool doc test (#31442)
Since #31251, we use the default distribution to test docs. With this distribution, the cat thread-pool response will include the ccr thread-pool. This commit adjusts /_cat/thread_pool doc to include ccr. Relates #31251
1 parent 7496032 commit faea9c4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/reference/cat/thread_pool.asciidoc

+4-1
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,14 @@ Which looks like:
1515
[source,txt]
1616
--------------------------------------------------
1717
node-0 analyze 0 0 0
18+
...
1819
node-0 fetch_shard_started 0 0 0
1920
node-0 fetch_shard_store 0 0 0
2021
node-0 flush 0 0 0
2122
...
2223
node-0 write 0 0 0
2324
--------------------------------------------------
24-
// TESTRESPONSE[s/\.\.\./(node-0 .+ 0 0 0\n)+/]
25+
// TESTRESPONSE[s/\.\.\./(node-0 \\S+ 0 0 0\n)+/]
2526
// TESTRESPONSE[s/\d+/\\d+/ _cat]
2627
// The substitutions do two things:
2728
// 1. Expect any number of extra thread pools. This allows us to only list a
@@ -45,6 +46,7 @@ The second column is the thread pool name
4546
--------------------------------------------------
4647
name
4748
analyze
49+
ccr (default distro only)
4850
fetch_shard_started
4951
fetch_shard_store
5052
flush
@@ -82,6 +84,7 @@ active queue rejected
8284
0 0 0
8385
0 0 0
8486
0 0 0
87+
0 0 0
8588
1 0 0
8689
0 0 0
8790
0 0 0

0 commit comments

Comments
 (0)