Skip to content

Commit

Permalink
fix existing fields query (elastic#119508)
Browse files Browse the repository at this point in the history
Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
flash1293 and kibanamachine committed Nov 29, 2021
1 parent 72a88ee commit 1864b67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x-pack/plugins/lens/server/routes/existing_fields.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ async function fetchIndexPatternStats({
{
range: {
[timeFieldName]: {
format: 'strict_date_optional_time',
gte: fromDate,
lte: toDate,
},
Expand Down

0 comments on commit 1864b67

Please sign in to comment.