mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
@@ -56,7 +56,7 @@ Distributed:
|
||||
- Minimum 4 CPU cores per VM
|
||||
- Minimum 2 NICs for forward nodes
|
||||
|
||||
### Prerequisites for Netowrk Based Install
|
||||
### Prerequisites for Network Based Install
|
||||
|
||||
Install git if using a Centos 7 Minimal install:
|
||||
|
||||
|
||||
@@ -24,7 +24,9 @@ cat /etc/pki/fleet.crt /etc/pki/ca.crt > /etc/pki/launcher.crt
|
||||
#Create the output directory
|
||||
mkdir /opt/so/conf/fleet/packages
|
||||
|
||||
#At some point we should version launcher `latest` to avoid hard pinning here
|
||||
docker run \
|
||||
--rm \
|
||||
--mount type=bind,source=/opt/so/conf/fleet/packages,target=/output \
|
||||
--mount type=bind,source=/etc/pki/launcher.crt,target=/var/launcher/launcher.crt \
|
||||
soshybridhunter/so-fleet-launcher:HH1.1.0 "$esecret" "$1":8080
|
||||
|
||||
@@ -27,24 +27,6 @@
|
||||
"path_match": "docker.container.labels.*"
|
||||
}
|
||||
},
|
||||
{
|
||||
"event_data": {
|
||||
"mapping": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"match_mapping_type": "string",
|
||||
"path_match": "event_data.*"
|
||||
}
|
||||
},
|
||||
{
|
||||
"user_data": {
|
||||
"mapping": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"match_mapping_type": "string",
|
||||
"path_match": "user_data.*"
|
||||
}
|
||||
},
|
||||
{
|
||||
"strings_as_keyword": {
|
||||
"mapping": {
|
||||
@@ -59,6 +41,14 @@
|
||||
"@timestamp": {
|
||||
"type": "date"
|
||||
},
|
||||
"event_data": {
|
||||
"type":"object",
|
||||
"dynamic": true
|
||||
},
|
||||
"beat_host": {
|
||||
"type":"object",
|
||||
"dynamic": true
|
||||
},
|
||||
"activity_id": {
|
||||
"ignore_above": 1024,
|
||||
"type": "keyword"
|
||||
@@ -83,6 +73,14 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"username":{
|
||||
"type":"text",
|
||||
"fields": {
|
||||
"keyword":{
|
||||
"type":"keyword"
|
||||
}
|
||||
}
|
||||
},
|
||||
"computer_name": {
|
||||
"type": "text",
|
||||
"fields":{
|
||||
@@ -129,9 +127,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"event_data": {
|
||||
"type": "object"
|
||||
},
|
||||
"event_id": {
|
||||
"type": "long"
|
||||
},
|
||||
@@ -283,7 +278,8 @@
|
||||
}
|
||||
},
|
||||
"user_data": {
|
||||
"type": "object"
|
||||
"type": "object",
|
||||
"dynamic": "true"
|
||||
},
|
||||
"version": {
|
||||
"type": "keyword"
|
||||
|
||||
Reference in New Issue
Block a user