Skip to content

Commit 2c6cd30

Browse files
committed
Whitelist 'include_segment_file_sizes' in Indices/Stats endpoint
1 parent 3d52e11 commit 2c6cd30

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Elasticsearch/Endpoints/Indices/Stats.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ public function getParamWhitelist()
7171
'human',
7272
'level',
7373
'types',
74-
'metric'
74+
'metric',
75+
'include_segment_file_sizes'
7576
);
7677
}
7778

0 commit comments

Comments
 (0)