Initial support - Elastic Fleet Node

This commit is contained in:
Josh Brower
2023-01-24 13:36:30 -05:00
parent f811223ba7
commit 81ee333b07
8 changed files with 86 additions and 15 deletions
+1 -1
View File
@@ -548,7 +548,7 @@ whiptail_install_type_dist_existing() {
install_type=$(whiptail --title "$whiptail_title" --radiolist "$node_msg" 19 58 6 \
"SENSOR" "Create a forward only sensor " ON \
"SEARCHNODE" "Add a search node with parsing " OFF \
"FLEET" "Dedicated Fleet Osquery Node " OFF \
"FLEET" "Dedicated Elastic Fleet Node " OFF \
"HEAVYNODE" "Sensor + Search Node " OFF \
"IDH" "Intrusion Detection Honeypot Node " OFF \
"RECEIVER" "Receiver Node " OFF \