Skip to content

Commit

Permalink
Whitelist 'include_segment_file_sizes' in Indices/Stats endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
polyfractal committed Feb 2, 2017
1 parent 3d52e11 commit 2c6cd30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Elasticsearch/Endpoints/Indices/Stats.php
Expand Up @@ -71,7 +71,8 @@ public function getParamWhitelist()
'human',
'level',
'types',
'metric'
'metric',
'include_segment_file_sizes'
);
}

Expand Down

0 comments on commit 2c6cd30

Please sign in to comment.