mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Turn on SSL output
This commit is contained in:
@@ -13,7 +13,7 @@ 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', {}) %}
|
{%- if grains['role'] in ['so-node','so-heavynode'] %}
|
||||||
ssl => true
|
ssl => true
|
||||||
ssl_verification => false
|
ssl_verification => false
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ 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', {}) %}
|
{%- if grains['role'] in ['so-node','so-heavynode'] %}
|
||||||
ssl => true
|
ssl => true
|
||||||
ssl_verification => false
|
ssl_verification => false
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ 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', {}) %}
|
{%- if grains['role'] in ['so-node','so-heavynode'] %}
|
||||||
ssl => true
|
ssl => true
|
||||||
ssl_verification => false
|
ssl_verification => false
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ 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', {}) %}
|
{%- if grains['role'] in ['so-node','so-heavynode'] %}
|
||||||
ssl => true
|
ssl => true
|
||||||
ssl_verification => false
|
ssl_verification => false
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ 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', {}) %}
|
{%- if grains['role'] in ['so-node','so-heavynode'] %}
|
||||||
ssl => true
|
ssl => true
|
||||||
ssl_verification => false
|
ssl_verification => false
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ 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', {}) %}
|
{%- if grains['role'] in ['so-node','so-heavynode'] %}
|
||||||
ssl => true
|
ssl => true
|
||||||
ssl_verification => false
|
ssl_verification => false
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ 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', {}) %}
|
{%- if grains['role'] in ['so-node','so-heavynode'] %}
|
||||||
ssl => true
|
ssl => true
|
||||||
ssl_verification => false
|
ssl_verification => false
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ 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', {}) %}
|
{%- if grains['role'] in ['so-node','so-heavynode'] %}
|
||||||
ssl => true
|
ssl => true
|
||||||
ssl_verification => false
|
ssl_verification => false
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ 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', {}) %}
|
{%- if grains['role'] in ['so-node','so-heavynode'] %}
|
||||||
ssl => true
|
ssl => true
|
||||||
ssl_verification => false
|
ssl_verification => false
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ 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', {}) %}
|
{%- if grains['role'] in ['so-node','so-heavynode'] %}
|
||||||
ssl => true
|
ssl => true
|
||||||
ssl_verification => false
|
ssl_verification => false
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ 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', {}) %}
|
{%- if grains['role'] in ['so-node','so-heavynode'] %}
|
||||||
ssl => true
|
ssl => true
|
||||||
ssl_verification => false
|
ssl_verification => false
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user