From c0820dcf10d97b505a56b290300333d2301d4bba Mon Sep 17 00:00:00 2001 From: Zachary Tong Date: Thu, 11 Aug 2016 15:57:30 -0400 Subject: [PATCH] Add 'thread_pool_patterns' parameter to Cat\Threadpool endpoint --- src/Elasticsearch/Endpoints/Cat/ThreadPool.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Elasticsearch/Endpoints/Cat/ThreadPool.php b/src/Elasticsearch/Endpoints/Cat/ThreadPool.php index a67678a51..64e7b5146 100644 --- a/src/Elasticsearch/Endpoints/Cat/ThreadPool.php +++ b/src/Elasticsearch/Endpoints/Cat/ThreadPool.php @@ -38,7 +38,8 @@ public function getParamWhitelist() 'help', 'v', 'full_id', - 'size' + 'size', + 'thread_pool_patterns' ); }