Skip to content

Commit

Permalink
remove _timestamp field overrides (#121772) (#121813)
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Kime <[email protected]>
  • Loading branch information
kibanamachine and mattkime authored Dec 21, 2021
1 parent adb3afc commit a0aea6c
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 a0aea6c

Please sign in to comment.