Skip to content

Commit c0820dc

Browse files
committed
Add 'thread_pool_patterns' parameter to Cat\Threadpool endpoint
1 parent 6648646 commit c0820dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Elasticsearch/Endpoints/Cat/ThreadPool.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ public function getParamWhitelist()
3838
'help',
3939
'v',
4040
'full_id',
41-
'size'
41+
'size',
42+
'thread_pool_patterns'
4243
);
4344
}
4445

0 commit comments

Comments
 (0)