mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-04-23 21:21:54 +02:00
MANAGERHYPE setup is now complete!
This commit is contained in:
@@ -878,6 +878,23 @@ function createHYPERVISOR() {
|
||||
add_telegraf_to_minion || return 1
|
||||
}
|
||||
|
||||
function createMANAGERHYPE() {
|
||||
log "INFO" "Creating MANAGERHYPE configuration for minion $MINION_ID"
|
||||
add_elasticsearch_to_minion || return 1
|
||||
add_logstash_to_minion || return 1
|
||||
add_elastalert_to_minion || return 1
|
||||
add_kibana_to_minion || return 1
|
||||
add_redis_to_minion || return 1
|
||||
add_telegraf_to_minion || return 1
|
||||
add_influxdb_to_minion || return 1
|
||||
add_nginx_to_minion || return 1
|
||||
add_soc_to_minion || return 1
|
||||
add_registry_to_minion || return 1
|
||||
add_kratos_to_minion || return 1
|
||||
add_idstools_to_minion || return 1
|
||||
add_elastic_fleet_package_registry_to_minion || return 1
|
||||
}
|
||||
|
||||
function createDESKTOP() {
|
||||
log "INFO" "Creating DESKTOP configuration for minion $MINION_ID"
|
||||
add_desktop_to_minion || return 1
|
||||
|
||||
Reference in New Issue
Block a user