Skip to content

Commit

Permalink
[APM] Kql Search Bar suggests values outside the selected time range (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
cauemarcondes authored and kibanamachine committed Feb 19, 2021
1 parent 038fd51 commit ddc2f79
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 ddc2f79

Please sign in to comment.