mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Merge branch 'dev' into foxtrot
This commit is contained in:
@@ -3,6 +3,8 @@ input {
|
|||||||
id => "endgame_data"
|
id => "endgame_data"
|
||||||
port => 3765
|
port => 3765
|
||||||
codec => es_bulk
|
codec => es_bulk
|
||||||
|
request_headers_target_field => client_headers
|
||||||
|
remote_host_target_field => client_host
|
||||||
ssl => true
|
ssl => true
|
||||||
ssl_certificate_authorities => ["/usr/share/filebeat/ca.crt"]
|
ssl_certificate_authorities => ["/usr/share/filebeat/ca.crt"]
|
||||||
ssl_certificate => "/usr/share/logstash/filebeat.crt"
|
ssl_certificate => "/usr/share/logstash/filebeat.crt"
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
filter {
|
filter {
|
||||||
if [event][module] =~ "endgame" {
|
if [event][module] =~ "endgame" {
|
||||||
mutate {
|
mutate {
|
||||||
remove_field => ["headers", "host"]
|
remove_field => ["client_headers", "client_host"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -117,8 +117,6 @@ so-steno:
|
|||||||
- start: {{ STENOOPTIONS.start }}
|
- start: {{ STENOOPTIONS.start }}
|
||||||
- network_mode: host
|
- network_mode: host
|
||||||
- privileged: True
|
- privileged: True
|
||||||
- port_bindings:
|
|
||||||
- 127.0.0.1:1234:1234
|
|
||||||
- binds:
|
- binds:
|
||||||
- /opt/so/conf/steno/certs:/etc/stenographer/certs:rw
|
- /opt/so/conf/steno/certs:/etc/stenographer/certs:rw
|
||||||
- /opt/so/conf/steno/config:/etc/stenographer/config:rw
|
- /opt/so/conf/steno/config:/etc/stenographer/config:rw
|
||||||
|
|||||||
@@ -285,7 +285,7 @@ whiptail_storage_requirements() {
|
|||||||
|
|
||||||
You need ${needed_val} to meet minimum requirements.
|
You need ${needed_val} to meet minimum requirements.
|
||||||
|
|
||||||
Visit https://docs.securityonion.net/en/2.1/hardware.html for more information.
|
Visit https://docs.securityonion.net/en/latest/hardware.html for more information.
|
||||||
|
|
||||||
Select YES to continue anyway, or select NO to cancel.
|
Select YES to continue anyway, or select NO to cancel.
|
||||||
EOM
|
EOM
|
||||||
@@ -1776,7 +1776,7 @@ whiptail_storage_requirements() {
|
|||||||
|
|
||||||
You need ${needed_val} to meet minimum requirements.
|
You need ${needed_val} to meet minimum requirements.
|
||||||
|
|
||||||
Visit https://docs.securityonion.net/en/2.1/hardware.html for more information.
|
Visit https://docs.securityonion.net/en/latest/hardware.html for more information.
|
||||||
|
|
||||||
Press YES to continue anyway, or press NO to cancel.
|
Press YES to continue anyway, or press NO to cancel.
|
||||||
EOM
|
EOM
|
||||||
|
|||||||
Reference in New Issue
Block a user