Skip to content

Commit

Permalink
DOCS: Adjust /cat/thread_pool expectation with ccr
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
dnhatn committed Aug 27, 2018
1 parent 0e5d42c commit dca38d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/reference/cat/thread_pool.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ Which looks like:
--------------------------------------------------
node-0 analyze 0 0 0
...
node-0 fetch_shard_started 0 0 0
node-0 fetch_shard_store 0 0 0
node-0 flush 0 0 0
...
node-0 search 0 0 0
...
node-0 write 0 0 0
--------------------------------------------------
// TESTRESPONSE[s/\.\.\./(node-0 \\S+ 0 0 0\n)+/]
Expand Down

0 comments on commit dca38d6

Please sign in to comment.