From 5cbb70dcdb857412b7d2b87310e85fb6a0a5da66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20=C3=81ngel?= Date: Mon, 24 Sep 2018 08:57:01 +0200 Subject: [PATCH] AWS config --- .../amazon-s3/amazon-buckets.html | 97 +++++++++++++++++++ .../amazon-s3/amazon-general.html | 47 +++++++++ .../configuration/amazon-s3/amazon-s3.foot | 69 +++++++++++++ .../configuration/amazon-s3/amazon-s3.head | 31 ++++++ .../configuration/amazon-s3/amazon-s3.jade | 5 + 5 files changed, 249 insertions(+) create mode 100644 public/templates/management/configuration/amazon-s3/amazon-buckets.html create mode 100644 public/templates/management/configuration/amazon-s3/amazon-general.html create mode 100644 public/templates/management/configuration/amazon-s3/amazon-s3.foot create mode 100644 public/templates/management/configuration/amazon-s3/amazon-s3.head create mode 100644 public/templates/management/configuration/amazon-s3/amazon-s3.jade diff --git a/public/templates/management/configuration/amazon-s3/amazon-buckets.html b/public/templates/management/configuration/amazon-s3/amazon-buckets.html new file mode 100644 index 000000000..53297d59d --- /dev/null +++ b/public/templates/management/configuration/amazon-s3/amazon-buckets.html @@ -0,0 +1,97 @@ + + + +
+
+ Buckets +
+ Amazon buckets from where logs are read +
+
+ + JSON +  ·  + XML +
+ + + +
+ + +
+ + + {{item.name}} ({{item.aws_account_alias}}) + + +
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ diff --git a/public/templates/management/configuration/amazon-s3/amazon-general.html b/public/templates/management/configuration/amazon-s3/amazon-general.html new file mode 100644 index 000000000..5dca869de --- /dev/null +++ b/public/templates/management/configuration/amazon-s3/amazon-general.html @@ -0,0 +1,47 @@ + + + +
+
+ Main settings +
+ Common settings applied to all Amazon S3 buckets +
+
+ + JSON +  ·  + XML +
+ + + +
+ + + + + + + + + + + + +
+ +
+
+ diff --git a/public/templates/management/configuration/amazon-s3/amazon-s3.foot b/public/templates/management/configuration/amazon-s3/amazon-s3.foot new file mode 100644 index 000000000..ca9759d7f --- /dev/null +++ b/public/templates/management/configuration/amazon-s3/amazon-s3.foot @@ -0,0 +1,69 @@ + + + +
+
+ JSON viewer +
+ View this configuration in raw JSON format +
+
+ + JSON +  ·  + XML +
+ + + +
+
+
+ +
+
+ + + + + +
+
+ XML viewer +
+ View this configuration in raw XML format +
+
+ + JSON +  ·  + XML +
+ + + +
+
{{ XMLContent }}
+
+ +
+
+ + + + + + + + + More info about this section + Using Wazuh to monitor AWS + Amazon S3 module reference + + + + + + diff --git a/public/templates/management/configuration/amazon-s3/amazon-s3.head b/public/templates/management/configuration/amazon-s3/amazon-s3.head new file mode 100644 index 000000000..86bbccaa2 --- /dev/null +++ b/public/templates/management/configuration/amazon-s3/amazon-s3.head @@ -0,0 +1,31 @@ +
+ + +
+
+ Amazon S3 + Enabled +
+ Security events related to your Amazon AWS services, collected directly via AWS API +
+ + + + + General + Buckets + + + + +
+ + + + + + +
diff --git a/public/templates/management/configuration/amazon-s3/amazon-s3.jade b/public/templates/management/configuration/amazon-s3/amazon-s3.jade new file mode 100644 index 000000000..03ff44fd2 --- /dev/null +++ b/public/templates/management/configuration/amazon-s3/amazon-s3.jade @@ -0,0 +1,5 @@ +include ./amazon-s3.head +include ./amazon-general.html +include ./amazon-buckets.html +include ./amazon-s3.foot +include ../../../footer.foot