mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-02-01 04:43:32 +01:00
Fix Elastic Agent for Heavy
This commit is contained in:
@@ -133,6 +133,15 @@ function add_elasticsearch_to_minion() {
|
||||
" " >> $PILLARFILE
|
||||
}
|
||||
|
||||
|
||||
# Add Elastic Agent settings to the minion file
|
||||
function add_elastic_agent_to_minion() {
|
||||
printf '%s\n'\
|
||||
"elasticagent:"\
|
||||
" enabled: True"\
|
||||
" " >> $PILLARFILE
|
||||
}
|
||||
|
||||
# Add Elastic Fleet Server settings to the minion file
|
||||
function add_fleet_to_minion() {
|
||||
|
||||
@@ -518,6 +527,7 @@ function createIDH() {
|
||||
|
||||
function createHEAVYNODE() {
|
||||
add_elasticsearch_to_minion
|
||||
add_elastic_agent_to_minion
|
||||
add_logstash_to_minion
|
||||
add_sensor_to_minion
|
||||
add_strelka_to_minion
|
||||
|
||||
Reference in New Issue
Block a user