Skip to content
Snippets Groups Projects
Commit ddf9d635 authored by Zitnik, Anze's avatar Zitnik, Anze
Browse files

Merge branch 'enabled-email-alerts' into 'master'

Enabled Wazuh email alerts

See merge request medina/security-monitoring!4
parents 3ffbf292 f920b7af
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,8 @@
hook_url: "{{ custom_integration_hook }}"
alert_level: "{{ custom_integration_alert_level }}"
alert_format: "{{ custom_integration_alert_format }}"
wazuh_manager_config:
email_notification: "yes"
minimum_master_nodes: 1
elasticsearch_node_master: true
elasticsearch_network_host: "0.0.0.0"
......
......@@ -5,7 +5,7 @@ servers=[
{
:hostname => "manager",
:ip => "192.168.33.10",
:box => "centos/8",
:box => "centos/stream8",
:forward_ports => [{:guest => 55000, :host => 55000}, {:guest => 9200, :host => 9200}],
:ram => 2048,
:cpu => 2
......@@ -13,28 +13,28 @@ servers=[
{
:hostname => "agent1",
:ip => "192.168.33.11",
:box => "centos/8",
:box => "centos/stream8",
:ram => 1024,
:cpu => 1
},
{
:hostname => "agent2",
:ip => "192.168.33.12",
:box => "centos/8",
:box => "centos/stream8",
:ram => 1024,
:cpu => 1
},
{
:hostname => "evidence-collector",
:ip => "192.168.33.13",
:box => "centos/8",
:box => "centos/stream8",
:ram => 1024,
:cpu => 2
},
{
:hostname => "clouditor",
:ip => "192.168.33.14",
:box => "centos/8",
:box => "centos/stream8",
:forward_ports => [{:guest => 9090, :host => 9090}],
:ram => 1024,
:cpu => 1
......
......@@ -5,21 +5,21 @@ servers=[
{
:hostname => "manager",
:ip => "192.168.33.10",
:box => "centos/8",
:box => "centos/stream8",
:ram => 2048,
:cpu => 2
},
{
:hostname => "agent1",
:ip => "192.168.33.11",
:box => "centos/8",
:box => "centos/stream8",
:ram => 1024,
:cpu => 1
},
{
:hostname => "agent2",
:ip => "192.168.33.12",
:box => "centos/8",
:box => "centos/stream8",
:ram => 1024,
:cpu => 1
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment