Skip to content

Commit

Permalink
remove _timestamp field overrides (elastic#121772)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkime authored and kibanamachine committed Dec 21, 2021
1 parent ab16b96 commit 68f6ff8
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ const OVERRIDES: Record<string, Partial<FieldDescriptor>> = {
_index: { type: 'string' },
_type: { type: 'string' },
_id: { type: 'string' },
_timestamp: {
type: 'date',
searchable: true,
aggregatable: true,
},
_score: {
type: 'number',
searchable: false,
Expand Down

0 comments on commit 68f6ff8

Please sign in to comment.