Skip to content

Commit

Permalink
Import index pattern typedef from correct location
Browse files Browse the repository at this point in the history
  • Loading branch information
kqualters-elastic committed Apr 28, 2020
1 parent 5725da1 commit 3ae0c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/endpoint/server/index_pattern.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/
import { Logger, LoggerFactory, RequestHandlerContext } from 'kibana/server';
import { EndpointAppConstants } from '../common/types';
import { ESIndexPatternService } from '../../ingest_manager/common/types';
import { ESIndexPatternService } from '../../ingest_manager/server';

export interface IndexPatternRetriever {
getIndexPattern(ctx: RequestHandlerContext, datasetPath: string): Promise<string>;
Expand Down

0 comments on commit 3ae0c85

Please sign in to comment.