mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 01:32:47 +01:00
Turn on SSL output
This commit is contained in:
@@ -13,6 +13,10 @@ output {
|
|||||||
template_name => "so-zeek"
|
template_name => "so-zeek"
|
||||||
template => "/templates/so-zeek-template.json"
|
template => "/templates/so-zeek-template.json"
|
||||||
template_overwrite => true
|
template_overwrite => true
|
||||||
|
{%- if salt['pillar.get']('nodestab', {}) %}
|
||||||
|
ssl => true
|
||||||
|
ssl_verification => false
|
||||||
|
{%- endif %}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -13,6 +13,10 @@ output {
|
|||||||
template_name => "so-import"
|
template_name => "so-import"
|
||||||
template => "/templates/so-import-template.json"
|
template => "/templates/so-import-template.json"
|
||||||
template_overwrite => true
|
template_overwrite => true
|
||||||
|
{%- if salt['pillar.get']('nodestab', {}) %}
|
||||||
|
ssl => true
|
||||||
|
ssl_verification => false
|
||||||
|
{%- endif %}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -12,6 +12,10 @@ output {
|
|||||||
template_name => "so-flow"
|
template_name => "so-flow"
|
||||||
template => "/templates/so-flow-template.json"
|
template => "/templates/so-flow-template.json"
|
||||||
template_overwrite => true
|
template_overwrite => true
|
||||||
|
{%- if salt['pillar.get']('nodestab', {}) %}
|
||||||
|
ssl => true
|
||||||
|
ssl_verification => false
|
||||||
|
{%- endif %}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -12,6 +12,10 @@ output {
|
|||||||
template_name => "so-ids"
|
template_name => "so-ids"
|
||||||
template => "/templates/so-ids-template.json"
|
template => "/templates/so-ids-template.json"
|
||||||
template_overwrite => true
|
template_overwrite => true
|
||||||
|
{%- if salt['pillar.get']('nodestab', {}) %}
|
||||||
|
ssl => true
|
||||||
|
ssl_verification => false
|
||||||
|
{%- endif %}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -13,6 +13,10 @@ output {
|
|||||||
template_name => "so-syslog"
|
template_name => "so-syslog"
|
||||||
template => "/templates/so-syslog-template.json"
|
template => "/templates/so-syslog-template.json"
|
||||||
template_overwrite => true
|
template_overwrite => true
|
||||||
|
{%- if salt['pillar.get']('nodestab', {}) %}
|
||||||
|
ssl => true
|
||||||
|
ssl_verification => false
|
||||||
|
{%- endif %}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -13,6 +13,10 @@ output {
|
|||||||
template_name => "so-osquery"
|
template_name => "so-osquery"
|
||||||
template => "/templates/so-osquery-template.json"
|
template => "/templates/so-osquery-template.json"
|
||||||
template_overwrite => true
|
template_overwrite => true
|
||||||
|
{%- if salt['pillar.get']('nodestab', {}) %}
|
||||||
|
ssl => true
|
||||||
|
ssl_verification => false
|
||||||
|
{%- endif %}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -12,6 +12,10 @@ output {
|
|||||||
template_name => "so-firewall"
|
template_name => "so-firewall"
|
||||||
template => "/templates/so-firewall-template.json"
|
template => "/templates/so-firewall-template.json"
|
||||||
template_overwrite => true
|
template_overwrite => true
|
||||||
|
{%- if salt['pillar.get']('nodestab', {}) %}
|
||||||
|
ssl => true
|
||||||
|
ssl_verification => false
|
||||||
|
{%- endif %}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -12,6 +12,10 @@ output {
|
|||||||
index => "so-ids-%{+YYYY.MM.dd}"
|
index => "so-ids-%{+YYYY.MM.dd}"
|
||||||
template_name => "so-ids"
|
template_name => "so-ids"
|
||||||
template => "/templates/so-ids-template.json"
|
template => "/templates/so-ids-template.json"
|
||||||
|
{%- if salt['pillar.get']('nodestab', {}) %}
|
||||||
|
ssl => true
|
||||||
|
ssl_verification => false
|
||||||
|
{%- endif %}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -13,6 +13,10 @@ output {
|
|||||||
template_name => "so-beats"
|
template_name => "so-beats"
|
||||||
template => "/templates/so-beats-template.json"
|
template => "/templates/so-beats-template.json"
|
||||||
template_overwrite => true
|
template_overwrite => true
|
||||||
|
{%- if salt['pillar.get']('nodestab', {}) %}
|
||||||
|
ssl => true
|
||||||
|
ssl_verification => false
|
||||||
|
{%- endif %}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -13,6 +13,10 @@ output {
|
|||||||
template_name => "so-ossec"
|
template_name => "so-ossec"
|
||||||
template => "/templates/so-ossec-template.json"
|
template => "/templates/so-ossec-template.json"
|
||||||
template_overwrite => true
|
template_overwrite => true
|
||||||
|
{%- if salt['pillar.get']('nodestab', {}) %}
|
||||||
|
ssl => true
|
||||||
|
ssl_verification => false
|
||||||
|
{%- endif %}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -13,6 +13,10 @@ output {
|
|||||||
template_name => "so-strelka"
|
template_name => "so-strelka"
|
||||||
template => "/templates/so-strelka-template.json"
|
template => "/templates/so-strelka-template.json"
|
||||||
template_overwrite => true
|
template_overwrite => true
|
||||||
|
{%- if salt['pillar.get']('nodestab', {}) %}
|
||||||
|
ssl => true
|
||||||
|
ssl_verification => false
|
||||||
|
{%- endif %}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -56,10 +56,16 @@ so-soc:
|
|||||||
- /opt/so/conf/soc/soc.json:/opt/sensoroni/sensoroni.json:ro
|
- /opt/so/conf/soc/soc.json:/opt/sensoroni/sensoroni.json:ro
|
||||||
- /opt/so/conf/soc/changes.json:/opt/sensoroni/html/changes.json:ro
|
- /opt/so/conf/soc/changes.json:/opt/sensoroni/html/changes.json:ro
|
||||||
- /opt/so/log/soc/:/opt/sensoroni/logs/:rw
|
- /opt/so/log/soc/:/opt/sensoroni/logs/:rw
|
||||||
|
- extra_hosts:
|
||||||
|
{%- if salt['pillar.get']('nodestab', {}) %}
|
||||||
|
{%- for SN, SNDATA in salt['pillar.get']('nodestab', {}).items() %}
|
||||||
|
- {{ SN.split('_')|first }}:{{ SNDATA.ip }}
|
||||||
|
{%- endfor %}
|
||||||
|
{%- endif %}
|
||||||
- port_bindings:
|
- port_bindings:
|
||||||
- 0.0.0.0:9822:9822
|
- 0.0.0.0:9822:9822
|
||||||
- watch:
|
- watch:
|
||||||
- file: /opt/so/conf/soc
|
- file: /opt/so/conf/soc/*
|
||||||
|
|
||||||
# Add Kratos Group
|
# Add Kratos Group
|
||||||
kratosgroup:
|
kratosgroup:
|
||||||
|
|||||||
Reference in New Issue
Block a user