mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-04-30 00:17:51 +02:00
rename
This commit is contained in:
@@ -353,9 +353,9 @@ function add_idstools_to_minion() {
|
||||
" " >> $PILLARFILE
|
||||
}
|
||||
|
||||
function add_elastic-fleet-package-registry_to_minion() {
|
||||
function add_elastic_fleet_package_registry_to_minion() {
|
||||
printf '%s\n'\
|
||||
"elastic-fleet-package-registry:"\
|
||||
"elastic_fleet_package_registry:"\
|
||||
" enabled: True"\
|
||||
" " >> $PILLARFILE
|
||||
}
|
||||
@@ -419,7 +419,7 @@ function createEVAL() {
|
||||
add_mysql_to_minion
|
||||
add_kratos_to_minion
|
||||
add_idstools_to_minion
|
||||
add_elastic-fleet-package-registry_to_minion
|
||||
add_elastic_fleet_package_registry_to_minion
|
||||
}
|
||||
|
||||
function createSTANDALONE() {
|
||||
@@ -441,7 +441,7 @@ function createSTANDALONE() {
|
||||
add_mysql_to_minion
|
||||
add_kratos_to_minion
|
||||
add_idstools_to_minion
|
||||
add_elastic-fleet-package-registry_to_minion
|
||||
add_elastic_fleet_package_registry_to_minion
|
||||
}
|
||||
|
||||
function createMANAGER() {
|
||||
@@ -461,7 +461,7 @@ function createMANAGER() {
|
||||
add_mysql_to_minion
|
||||
add_kratos_to_minion
|
||||
add_idstools_to_minion
|
||||
add_elastic-fleet-package-registry_to_minion
|
||||
add_elastic_fleet_package_registry_to_minion
|
||||
}
|
||||
|
||||
function createMANAGERSEARCH() {
|
||||
@@ -481,7 +481,7 @@ function createMANAGERSEARCH() {
|
||||
add_mysql_to_minion
|
||||
add_kratos_to_minion
|
||||
add_idstools_to_minion
|
||||
add_elastic-fleet-package-registry_to_minion
|
||||
add_elastic_fleet_package_registry_to_minion
|
||||
}
|
||||
|
||||
function createIMPORT() {
|
||||
@@ -495,7 +495,7 @@ function createIMPORT() {
|
||||
add_registry_to_minion
|
||||
add_kratos_to_minion
|
||||
add_idstools_to_minion
|
||||
add_elastic-fleet-package-registry_to_minion
|
||||
add_elastic_fleet_package_registry_to_minion
|
||||
}
|
||||
|
||||
function createFLEET() {
|
||||
|
||||
Reference in New Issue
Block a user