From 3b54b4d9de1cfedc82aef7cd2f37d63f0af7e507 Mon Sep 17 00:00:00 2001 From: JuanjiJG Date: Tue, 11 Sep 2018 16:04:46 +0200 Subject: [PATCH] Added Integrations section --- .../new-configuration/configuration.jade | 1 + .../integrations/integrations.html | 205 ++++++++++++++++++ .../management/new-configuration/welcome.html | 6 +- 3 files changed, 209 insertions(+), 3 deletions(-) create mode 100644 public/templates/management/new-configuration/integrations/integrations.html diff --git a/public/templates/management/new-configuration/configuration.jade b/public/templates/management/new-configuration/configuration.jade index 581facb84..793973ceb 100644 --- a/public/templates/management/new-configuration/configuration.jade +++ b/public/templates/management/new-configuration/configuration.jade @@ -2,6 +2,7 @@ include ./configuration.head include ./welcome.html include ./cluster/cluster.html include ./global-configuration/global-configuration.jade +include ./integrations/integrations.html include ./registration-service/registration-service.html include ./wazuh-modules/wazuh-modules.jade include ../../footer.foot diff --git a/public/templates/management/new-configuration/integrations/integrations.html b/public/templates/management/new-configuration/integrations/integrations.html new file mode 100644 index 000000000..4acd4f553 --- /dev/null +++ b/public/templates/management/new-configuration/integrations/integrations.html @@ -0,0 +1,205 @@ +
+ + +
+
+ Integrations +
+ Slack, VirusTotal and PagerDuty integrations with external APIs +
+ + + +
+ + + + + + +
+ + + + + VirusTotal + + + +
+ + + + + + + + + + + + + + +
+ +
+
+ + + + + + Slack + + + +
+ + + + + + + + + + + + + + +
+ +
+
+ + + + + + PagerDuty + + + +
+ + + + + + + + + + + + + + +
+ +
+
+ + + + + + JSON viewer + + + +
+
+
+ +
+
+ + + + + + XML viewer + + + +
+
{{ XMLContent }}
+
+ +
+
+ + +
+ + + + + + Any questions? + How to integrate Wazuh with external APIs + VirusTotal integration documentation + Integration reference + + + + Having trouble? + Ask on the mailing list + Ask on GitHub + + + + More options + + {{ JSONContent ? "Close JSON viewer" : "Open JSON viewer" }} + {{ XMLContent ? "Close XML viewer" : "Open XML viewer" }} + + + + + +
+ + +
diff --git a/public/templates/management/new-configuration/welcome.html b/public/templates/management/new-configuration/welcome.html index 5c9179c2a..9b5e1ce1a 100644 --- a/public/templates/management/new-configuration/welcome.html +++ b/public/templates/management/new-configuration/welcome.html @@ -47,13 +47,13 @@
- -

Pending description

+ +

Slack, VirusTotal and PagerDuty integrations with external APIs

- +

Pending description