Skip to content

Commit

Permalink
fix existing fields query (#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 authored Nov 29, 2021
1 parent c394b57 commit 1915a8d
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 1915a8d

Please sign in to comment.