Skip to content

Commit

Permalink
adding es version field support
Browse files Browse the repository at this point in the history
  • Loading branch information
ppisljar committed Jul 14, 2021
1 parent 5256b6d commit 1158092
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export const createKbnFieldTypes = (): KbnFieldType[] => [
ES_FIELD_TYPES.STRING,
ES_FIELD_TYPES.TEXT,
ES_FIELD_TYPES.KEYWORD,
ES_FIELD_TYPES.VERSION,
ES_FIELD_TYPES._TYPE,
ES_FIELD_TYPES._ID,
],
Expand Down
1 change: 1 addition & 0 deletions src/plugins/data/common/kbn_field_types/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export enum ES_FIELD_TYPES {
STRING = 'string',
TEXT = 'text',
KEYWORD = 'keyword',
VERSION = 'version',

BOOLEAN = 'boolean',
OBJECT = 'object',
Expand Down

0 comments on commit 1158092

Please sign in to comment.