Skip to content

Commit

Permalink
[Discover] Update mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
jughosta committed Aug 15, 2022
1 parent 7a9669a commit accd088
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/plugins/saved_search/server/saved_objects/search.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,13 @@ export function getSavedSearchObjectType(
timeRestore: { type: 'boolean', index: false, doc_values: false },
timeRange: {
dynamic: false,
index: false,
doc_values: false,
properties: {
from: { type: 'keyword', index: false, doc_values: false },
to: { type: 'keyword', index: false, doc_values: false },
},
},
refreshInterval: {
dynamic: false,
index: false,
doc_values: false,
properties: {
pause: { type: 'boolean', index: false, doc_values: false },
value: { type: 'integer', index: false, doc_values: false },
Expand Down

0 comments on commit accd088

Please sign in to comment.