Skip to content

Commit

Permalink
Add 'thread_pool_patterns' parameter to Cat\Threadpool endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
polyfractal committed Aug 11, 2016
1 parent 6648646 commit c0820dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Elasticsearch/Endpoints/Cat/ThreadPool.php
Expand Up @@ -38,7 +38,8 @@ public function getParamWhitelist()
'help',
'v',
'full_id',
'size'
'size',
'thread_pool_patterns'
);
}

Expand Down

0 comments on commit c0820dc

Please sign in to comment.