mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
allow managersearch. comment out localhost allow in setup
This commit is contained in:
@@ -164,7 +164,7 @@ role:
|
|||||||
chain:
|
chain:
|
||||||
DOCKER-USER:
|
DOCKER-USER:
|
||||||
hostgroups:
|
hostgroups:
|
||||||
manager:
|
managersearch:
|
||||||
portgroups:
|
portgroups:
|
||||||
- {{ portgroups.playbook }}
|
- {{ portgroups.playbook }}
|
||||||
- {{ portgroups.mysql }}
|
- {{ portgroups.mysql }}
|
||||||
|
|||||||
@@ -1179,9 +1179,10 @@ firewall_generate_templates() {
|
|||||||
|
|
||||||
logCmd "cp ../files/firewall/* /opt/so/saltstack/local/salt/firewall/"
|
logCmd "cp ../files/firewall/* /opt/so/saltstack/local/salt/firewall/"
|
||||||
|
|
||||||
for i in analyst beats_endpoint endgame sensors manager managersearch elastic_agent_endpoint searchnodes; do
|
# i think this can be commented out for 2.4
|
||||||
$default_salt_dir/salt/common/tools/sbin/so-firewall --role="$i" --ip=127.0.0.1
|
#for i in analyst beats_endpoint endgame sensors manager managersearch elastic_agent_endpoint searchnodes; do
|
||||||
done
|
# $default_salt_dir/salt/common/tools/sbin/so-firewall --role="$i" --ip=127.0.0.1
|
||||||
|
#done
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user