diff --git a/src/ui/public/index_patterns/_get.js b/src/ui/public/index_patterns/_get.js index c5991939323b7e..5bbff722bb6297 100644 --- a/src/ui/public/index_patterns/_get.js +++ b/src/ui/public/index_patterns/_get.js @@ -37,7 +37,7 @@ export function IndexPatternsGetProvider(Private) { const promise = savedObjectsClient.find({ type: 'index-pattern', - fields: [], + fields: ['title'], perPage: 10000 }).then(resp => { return resp.savedObjects.map(obj => _.get(obj, field));