From 46d9140328b08a6d9d090370e277a25c2a3b4ae5 Mon Sep 17 00:00:00 2001 From: Lorenzo Bernardi Date: Sun, 19 Mar 2023 20:19:33 +0100 Subject: [PATCH] Upgraded to 7.17.9 and fixed url Signed-off-by: Lorenzo Bernardi --- common/index.ts | 2 +- kibana.json | 4 +- public/components/attackNavigatorPage.tsx | 2 +- .../templates/redelk_kibana_dashboard.ndjson | 25 ++--- ..._kibana_index-pattern_.siem-signals.ndjson | 2 +- ...delk_kibana_index-pattern_bluecheck.ndjson | 2 +- ...lk_kibana_index-pattern_credentials.ndjson | 2 +- .../redelk_kibana_index-pattern_email.ndjson | 2 +- ...elk_kibana_index-pattern_implantsdb.ndjson | 2 +- ...na_index-pattern_redelk-domainslist.ndjson | 1 + ..._kibana_index-pattern_redelk-iplist.ndjson | 2 +- .../redelk_kibana_index-pattern_redelk.ndjson | 2 +- ...k_kibana_index-pattern_redirtraffic.ndjson | 2 +- .../redelk_kibana_index-pattern_rtops.ndjson | 2 +- server/templates/redelk_kibana_map.ndjson | 1 + server/templates/redelk_kibana_search.ndjson | 34 +++---- .../redelk_kibana_visualization.ndjson | 96 ++++++++++--------- 17 files changed, 95 insertions(+), 88 deletions(-) create mode 100644 server/templates/redelk_kibana_index-pattern_redelk-domainslist.ndjson create mode 100644 server/templates/redelk_kibana_map.ndjson diff --git a/common/index.ts b/common/index.ts index 7a4ca18..5022a01 100644 --- a/common/index.ts +++ b/common/index.ts @@ -36,5 +36,5 @@ * - Lorenzo Bernardi */ -export const PLUGIN_ID = 'zredelk'; +export const PLUGIN_ID = 'redelk'; export const PLUGIN_NAME = 'RedELK'; diff --git a/kibana.json b/kibana.json index 2a0e75f..908644e 100644 --- a/kibana.json +++ b/kibana.json @@ -1,6 +1,6 @@ { - "id": "zredelk", - "version": "7.16.3", + "id": "redelk", + "version": "7.17.9", "server": true, "ui": true, "requiredPlugins": [ diff --git a/public/components/attackNavigatorPage.tsx b/public/components/attackNavigatorPage.tsx index 8eb8034..9e00b51 100644 --- a/public/components/attackNavigatorPage.tsx +++ b/public/components/attackNavigatorPage.tsx @@ -43,7 +43,7 @@ import { PLUGIN_ID } from '../../common'; const Iframe = memo(() => (