Skip to content

Commit

Permalink
Fix build failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
awahab07 committed Dec 3, 2023
1 parent 44887a5 commit 573d568
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import {
} from '@kbn/observability-shared-plugin/public';
import { findInventoryModel, findInventoryFields } from '@kbn/metrics-data-access-plugin/common';
import { InventoryItemType } from '@kbn/metrics-data-access-plugin/common';
import { getLogsLocatorsFromUrlService } from '@kbn/logs-shared-plugin/common/locators';
import { getLogsLocatorsFromUrlService } from '@kbn/logs-shared-plugin/common';
import { useKibanaContextForPlugin } from '../../../../../hooks/use_kibana';
import { AlertFlyout } from '../../../../../alerting/inventory/components/alert_flyout';
import { InfraWaffleMapNode, InfraWaffleMapOptions } from '../../../../../lib/lib';
Expand Down
2 changes: 1 addition & 1 deletion x-pack/plugins/logs_shared/common/locators/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* 2.0.
*/

import moment, { DurationInputObject } from 'moment/moment';
import moment, { DurationInputObject } from 'moment';

export type NodeType = 'host' | 'pod' | 'container' | 'awsEC2' | 'awsS3' | 'awsSQS' | 'awsRDS';

Expand Down
3 changes: 2 additions & 1 deletion x-pack/plugins/logs_shared/kibana.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"dataViews",
"usageCollection",
"observabilityShared",
"observabilityAIAssistant"
"observabilityAIAssistant",
"share"
],
"requiredBundles": ["kibanaUtils", "kibanaReact"],
"extraPublicDirs": ["common"]
Expand Down

0 comments on commit 573d568

Please sign in to comment.