We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ad32f8 commit 42c8b5eCopy full SHA for 42c8b5e
x-pack/plugins/infra/server/lib/domains/log_entries_domain/log_entries_domain.ts
@@ -12,7 +12,7 @@ import {
12
LogEntriesSummaryHighlightsBucket,
13
LogEntriesRequest,
14
} from '../../../../common/http_api';
15
-import { LogEntry, LogColumn } from '../../../../common/log_entry';
+import { LogColumn, LogEntryCursor, LogEntry } from '../../../../common/log_entry';
16
import {
17
InfraSourceConfiguration,
18
InfraSources,
@@ -33,7 +33,6 @@ import {
33
CompositeDatasetKey,
34
createLogEntryDatasetsQuery,
35
} from './queries/log_entry_datasets';
36
-import { LogEntry, LogColumn, LogEntryCursor } from '../../../../common/log_entry';
37
38
export interface LogEntriesParams {
39
startTimestamp: number;
0 commit comments