mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-15 21:52:47 +01:00
configure redis in ui
This commit is contained in:
@@ -242,6 +242,12 @@ function add_kibana_to_minion() {
|
||||
" " >> $PILLARFILE
|
||||
}
|
||||
|
||||
function add_redis_to_minion() {
|
||||
printf '%s\n'\
|
||||
"redis:"\
|
||||
" enabled: True"\
|
||||
" " >> $PILLARFILE
|
||||
}
|
||||
|
||||
function create_fleet_policy() {
|
||||
|
||||
@@ -300,6 +306,7 @@ function createSTANDALONE() {
|
||||
add_playbook_to_minion
|
||||
add_elastalert_to_minion
|
||||
add_kibana_to_minion
|
||||
add_redis_to_minion
|
||||
}
|
||||
|
||||
function createMANAGER() {
|
||||
@@ -308,6 +315,7 @@ function createMANAGER() {
|
||||
add_playbook_to_minion
|
||||
add_elastalert_to_minion
|
||||
add_kibana_to_minion
|
||||
add_redis_to_minion
|
||||
}
|
||||
|
||||
function createMANAGERSEARCH() {
|
||||
@@ -316,6 +324,7 @@ function createMANAGERSEARCH() {
|
||||
add_playbook_to_minion
|
||||
add_elastalert_to_minion
|
||||
add_kibana_to_minion
|
||||
add_redis_to_minion
|
||||
}
|
||||
|
||||
function createIMPORT() {
|
||||
@@ -340,6 +349,7 @@ function createHEAVYNODE() {
|
||||
add_elasticsearch_to_minion
|
||||
add_logstash_to_minion
|
||||
add_sensor_to_minion
|
||||
add_redis_to_minion
|
||||
}
|
||||
|
||||
function createSENSOR() {
|
||||
@@ -355,6 +365,7 @@ function createSEARCHNODE() {
|
||||
|
||||
function createRECEIVER() {
|
||||
add_logstash_to_minion
|
||||
add_redis_to_minion
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user