mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Merge pull request #5884 from Security-Onion-Solutions/feature/hl_eg
Add EG firewall allowance via setup
This commit is contained in:
@@ -16,6 +16,10 @@ firewall:
|
|||||||
ips:
|
ips:
|
||||||
delete:
|
delete:
|
||||||
insert:
|
insert:
|
||||||
|
endgame:
|
||||||
|
ips:
|
||||||
|
delete:
|
||||||
|
insert:
|
||||||
fleet:
|
fleet:
|
||||||
ips:
|
ips:
|
||||||
delete:
|
delete:
|
||||||
|
|||||||
@@ -162,6 +162,9 @@ role:
|
|||||||
elasticsearch_rest:
|
elasticsearch_rest:
|
||||||
portgroups:
|
portgroups:
|
||||||
- {{ portgroups.elasticsearch_rest }}
|
- {{ portgroups.elasticsearch_rest }}
|
||||||
|
endgame:
|
||||||
|
portgroups:
|
||||||
|
- {{ portgroups.endgame }}
|
||||||
osquery_endpoint:
|
osquery_endpoint:
|
||||||
portgroups:
|
portgroups:
|
||||||
- {{ portgroups.fleet_api }}
|
- {{ portgroups.fleet_api }}
|
||||||
@@ -248,6 +251,9 @@ role:
|
|||||||
elasticsearch_rest:
|
elasticsearch_rest:
|
||||||
portgroups:
|
portgroups:
|
||||||
- {{ portgroups.elasticsearch_rest }}
|
- {{ portgroups.elasticsearch_rest }}
|
||||||
|
endgame:
|
||||||
|
portgroups:
|
||||||
|
- {{ portgroups.endgame }}
|
||||||
osquery_endpoint:
|
osquery_endpoint:
|
||||||
portgroups:
|
portgroups:
|
||||||
- {{ portgroups.fleet_api }}
|
- {{ portgroups.fleet_api }}
|
||||||
@@ -337,6 +343,9 @@ role:
|
|||||||
elasticsearch_rest:
|
elasticsearch_rest:
|
||||||
portgroups:
|
portgroups:
|
||||||
- {{ portgroups.elasticsearch_rest }}
|
- {{ portgroups.elasticsearch_rest }}
|
||||||
|
endgame:
|
||||||
|
portgroups:
|
||||||
|
- {{ portgroups.endgame }}
|
||||||
osquery_endpoint:
|
osquery_endpoint:
|
||||||
portgroups:
|
portgroups:
|
||||||
- {{ portgroups.fleet_api }}
|
- {{ portgroups.fleet_api }}
|
||||||
@@ -594,4 +603,4 @@ role:
|
|||||||
- {{ portgroups.all }}
|
- {{ portgroups.all }}
|
||||||
minion:
|
minion:
|
||||||
portgroups:
|
portgroups:
|
||||||
- {{ portgroups.salt_manager }}
|
- {{ portgroups.salt_manager }}
|
||||||
|
|||||||
@@ -39,6 +39,9 @@ firewall:
|
|||||||
elasticsearch_rest:
|
elasticsearch_rest:
|
||||||
tcp:
|
tcp:
|
||||||
- 9200
|
- 9200
|
||||||
|
endgame:
|
||||||
|
tcp:
|
||||||
|
- 3765
|
||||||
fleet_api:
|
fleet_api:
|
||||||
tcp:
|
tcp:
|
||||||
- 8090
|
- 8090
|
||||||
|
|||||||
@@ -967,6 +967,11 @@ else
|
|||||||
so-learn enable logscan --apply >> $setup_log 2>&1
|
so-learn enable logscan --apply >> $setup_log 2>&1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [[ -n $ENDGAME_SMP_IP ]]; then
|
||||||
|
set_progress_str 99 'Configuring firewall for Endgame SMP'
|
||||||
|
so-firewall --apply includehost endgame $ENDGAME_SMP_IP >> $setup_log 2>&1
|
||||||
|
fi
|
||||||
|
|
||||||
} | whiptail_gauge_post_setup "Running post-installation steps..."
|
} | whiptail_gauge_post_setup "Running post-installation steps..."
|
||||||
|
|
||||||
whiptail_setup_complete
|
whiptail_setup_complete
|
||||||
|
|||||||
Reference in New Issue
Block a user