From 3d7281004e16b588aca729b2bb029f8e0760adc8 Mon Sep 17 00:00:00 2001 From: Lorenzo Bernardi Date: Mon, 14 Mar 2022 14:32:40 +0100 Subject: [PATCH] Fixed attack navigator path Signed-off-by: Lorenzo Bernardi --- README.md | 2 +- package.json | 2 +- public/components/attackNavigatorPage.tsx | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dfffee9..de4f977 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Currently, working functionalities are: - Management of IP lists (add/delete) - Display RedELK dashboards -This application is compatible with Elastic stack v7.10.0 +This application is compatible with Elastic stack v7.16.3 ## Screenshots diff --git a/package.json b/package.json index 49c91c3..140b38b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redelk", - "version": "v0.4.0", + "version": "v0.4.1", "private": true, "kibana": { "version": "7.16.3", diff --git a/public/components/attackNavigatorPage.tsx b/public/components/attackNavigatorPage.tsx index 05f3059..8eb8034 100644 --- a/public/components/attackNavigatorPage.tsx +++ b/public/components/attackNavigatorPage.tsx @@ -38,11 +38,12 @@ import React, { memo } from 'react'; import { useTopNav } from '../helpers/nav_header_helper'; +import { PLUGIN_ID } from '../../common'; const Iframe = memo(() => (