Skip to content

Commit dca38d6

Browse files
committed
DOCS: Adjust /cat/thread_pool expectation with ccr
The fix proposed in elastic#31442 fails with the oss distro because the added 3dots does not match anything with the default oss while a 3dots expression requires matching at least one thread pool. This change adjusts the thread pool list so that it can match both the oss (without ccr) and default distro (with ccr).
1 parent 0e5d42c commit dca38d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/reference/cat/thread_pool.asciidoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@ Which looks like:
1616
--------------------------------------------------
1717
node-0 analyze 0 0 0
1818
...
19-
node-0 fetch_shard_started 0 0 0
2019
node-0 fetch_shard_store 0 0 0
2120
node-0 flush 0 0 0
2221
...
22+
node-0 search 0 0 0
23+
...
2324
node-0 write 0 0 0
2425
--------------------------------------------------
2526
// TESTRESPONSE[s/\.\.\./(node-0 \\S+ 0 0 0\n)+/]

0 commit comments

Comments
 (0)