mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-21 11:18:06 +00:00
WIP - Pushing to oVirt (8GB ram and wazuh password)
This commit is contained in:
@@ -267,7 +267,7 @@ class ProjectFilesCreator
|
||||
|
||||
system.module_selections.each do |mod|
|
||||
if mod.module_path_name.include? "elasticsearch"
|
||||
memory = '4096'
|
||||
memory = '8192'
|
||||
end
|
||||
end
|
||||
memory
|
||||
|
||||
@@ -15,5 +15,6 @@ if ($component == 'server') {
|
||||
wazuh_register_endpoint => $kibana_elasticsearch_ip,
|
||||
wazuh_reporting_endpoint => $kibana_elasticsearch_ip,
|
||||
agent_name => 'test_name',
|
||||
agent_auth_password => '6663484170b2c69451e01ba11f319533', #todo: obviously fix this - must be 32char
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user