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(() => (