mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
parent
dcc4df846d
commit
d237403ba8
2 changed files with 2 additions and 2 deletions
|
@ -31,6 +31,7 @@ export class PipelineDataLoader {
|
|||
{},
|
||||
{
|
||||
getInitialContext: () => ({
|
||||
type: 'kibana_context',
|
||||
query: params.query,
|
||||
timeRange: params.timeRange,
|
||||
filters: params.filters
|
||||
|
|
|
@ -21,10 +21,9 @@
|
|||
import { fromExpression } from '@kbn/interpreter/common';
|
||||
// @ts-ignore
|
||||
import { getInterpreter } from 'plugins/interpreter/interpreter';
|
||||
// @ts-ignore
|
||||
import { KibanaContext } from 'plugins/interpreter/types';
|
||||
|
||||
import { Adapters } from 'ui/inspector';
|
||||
import { KibanaContext } from '../../../../../core_plugins/interpreter/public';
|
||||
|
||||
type getInitialContextFunction = () => KibanaContext;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue