Skip to content

Commit

Permalink
reduce number of indexed fields in index pattern saved object
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkime committed Aug 12, 2020
1 parent d786442 commit fbd1176
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/plugins/data/server/saved_objects/index_patterns.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,9 @@ export const indexPatternSavedObjectType: SavedObjectsType = {
},
},
mappings: {
dynamic: false,
properties: {
fieldFormatMap: { type: 'text' },
fields: { type: 'text' },
intervalName: { type: 'keyword' },
notExpandable: { type: 'boolean' },
sourceFilters: { type: 'text' },
timeFieldName: { type: 'keyword' },
title: { type: 'text' },
type: { type: 'keyword' },
typeMeta: { type: 'keyword' },
},
},
migrations: indexPatternSavedObjectTypeMigrations as any,
Expand Down

0 comments on commit fbd1176

Please sign in to comment.