Skip to content

Commit

Permalink
[APM] Kql Search Bar suggests values outside the selected time range (e…
Browse files Browse the repository at this point in the history
…lastic#91918) (elastic#92013)

Co-authored-by: Cauê Marcondes <55978943+cauemarcondes@users.noreply.github.com>
  • Loading branch information
kibanamachine and cauemarcondes committed Feb 19, 2021
1 parent 0b37d8c commit 385242a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import { withApmSpan } from '../../utils/with_apm_span';

export interface IndexPatternTitleAndFields {
title: string;
timeFieldName: string;
fields: FieldDescriptor[];
}

Expand Down Expand Up @@ -52,6 +53,7 @@ export const getDynamicIndexPattern = ({

const indexPattern: IndexPatternTitleAndFields = {
fields,
timeFieldName: '@timestamp',
title: indexPatternTitle,
};

Expand Down

0 comments on commit 385242a

Please sign in to comment.