mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Add influx pillars during setup
This commit is contained in:
@@ -1494,9 +1494,13 @@ docker_pillar() {
|
||||
redis_pillar() {
|
||||
title "Create the redis pillar file"
|
||||
touch $adv_redis_pillar_file
|
||||
printf '%s\n'\
|
||||
"redis_settings:"\
|
||||
" redis_maxmemory: 812" > "$redis_pillar_file"
|
||||
touch $redis_pillar_file
|
||||
}
|
||||
|
||||
influxdb_pillar() {
|
||||
title "Create the influxdb pillar file"
|
||||
touch $adv_influxdb_pillar_file
|
||||
touch $influxdb_pillar_file
|
||||
}
|
||||
|
||||
mark_version() {
|
||||
|
||||
Reference in New Issue
Block a user