From 392c4f2805ef934d8b90a250865010539ca0c64d Mon Sep 17 00:00:00 2001
From: Davis Plumlee <56367316+dplumlee@users.noreply.github.com>
Date: Mon, 21 Oct 2024 13:01:45 -0400
Subject: [PATCH] [8.x] [Security Solution] Removes outdated rule tour for rule
management workflow (#196731) (#197086)
# Backport
This will backport the following commits from `main` to `8.x`:
- [[Security Solution] Removes outdated rule tour for rule management
workflow (#196731)](https://github.com/elastic/kibana/pull/196731)
### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)
---
.../rule_management_ui/pages/rule_management/index.tsx | 2 --
1 file changed, 2 deletions(-)
diff --git a/x-pack/plugins/security_solution/public/detection_engine/rule_management_ui/pages/rule_management/index.tsx b/x-pack/plugins/security_solution/public/detection_engine/rule_management_ui/pages/rule_management/index.tsx
index afdc0e5ff276a..10dcf56d33a2c 100644
--- a/x-pack/plugins/security_solution/public/detection_engine/rule_management_ui/pages/rule_management/index.tsx
+++ b/x-pack/plugins/security_solution/public/detection_engine/rule_management_ui/pages/rule_management/index.tsx
@@ -36,7 +36,6 @@ import { AllRules } from '../../components/rules_table';
import { RulesTableContextProvider } from '../../components/rules_table/rules_table/rules_table_context';
import { useInvalidateFetchCoverageOverviewQuery } from '../../../rule_management/api/hooks/use_fetch_coverage_overview_query';
import { HeaderPage } from '../../../../common/components/header_page';
-import { RuleFeatureTour } from '../../components/rules_table/feature_tour/rules_feature_tour';
const RulesPageComponent: React.FC = () => {
const [isImportModalVisible, showImportModal, hideImportModal] = useBoolState();
@@ -175,7 +174,6 @@ const RulesPageComponent: React.FC = () => {
categories={[DEFAULT_APP_CATEGORIES.security.id]}
/>
-