Turn on SSL output

This commit is contained in:
Mike Reeves
2020-10-11 16:10:55 -04:00
parent a7bd1c2ce5
commit e4ce17d4de
11 changed files with 11 additions and 11 deletions

View File

@@ -13,7 +13,7 @@ output {
template_name => "so-zeek"
template => "/templates/so-zeek-template.json"
template_overwrite => true
{%- if salt['pillar.get']('nodestab', {}) %}
{%- if grains['role'] in ['so-node','so-heavynode'] %}
ssl => true
ssl_verification => false
{%- endif %}

View File

@@ -13,7 +13,7 @@ output {
template_name => "so-import"
template => "/templates/so-import-template.json"
template_overwrite => true
{%- if salt['pillar.get']('nodestab', {}) %}
{%- if grains['role'] in ['so-node','so-heavynode'] %}
ssl => true
ssl_verification => false
{%- endif %}

View File

@@ -12,7 +12,7 @@ output {
template_name => "so-flow"
template => "/templates/so-flow-template.json"
template_overwrite => true
{%- if salt['pillar.get']('nodestab', {}) %}
{%- if grains['role'] in ['so-node','so-heavynode'] %}
ssl => true
ssl_verification => false
{%- endif %}

View File

@@ -12,7 +12,7 @@ output {
template_name => "so-ids"
template => "/templates/so-ids-template.json"
template_overwrite => true
{%- if salt['pillar.get']('nodestab', {}) %}
{%- if grains['role'] in ['so-node','so-heavynode'] %}
ssl => true
ssl_verification => false
{%- endif %}

View File

@@ -13,7 +13,7 @@ output {
template_name => "so-syslog"
template => "/templates/so-syslog-template.json"
template_overwrite => true
{%- if salt['pillar.get']('nodestab', {}) %}
{%- if grains['role'] in ['so-node','so-heavynode'] %}
ssl => true
ssl_verification => false
{%- endif %}

View File

@@ -13,7 +13,7 @@ output {
template_name => "so-osquery"
template => "/templates/so-osquery-template.json"
template_overwrite => true
{%- if salt['pillar.get']('nodestab', {}) %}
{%- if grains['role'] in ['so-node','so-heavynode'] %}
ssl => true
ssl_verification => false
{%- endif %}

View File

@@ -12,7 +12,7 @@ output {
template_name => "so-firewall"
template => "/templates/so-firewall-template.json"
template_overwrite => true
{%- if salt['pillar.get']('nodestab', {}) %}
{%- if grains['role'] in ['so-node','so-heavynode'] %}
ssl => true
ssl_verification => false
{%- endif %}

View File

@@ -12,7 +12,7 @@ output {
index => "so-ids-%{+YYYY.MM.dd}"
template_name => "so-ids"
template => "/templates/so-ids-template.json"
{%- if salt['pillar.get']('nodestab', {}) %}
{%- if grains['role'] in ['so-node','so-heavynode'] %}
ssl => true
ssl_verification => false
{%- endif %}

View File

@@ -13,7 +13,7 @@ output {
template_name => "so-beats"
template => "/templates/so-beats-template.json"
template_overwrite => true
{%- if salt['pillar.get']('nodestab', {}) %}
{%- if grains['role'] in ['so-node','so-heavynode'] %}
ssl => true
ssl_verification => false
{%- endif %}

View File

@@ -13,7 +13,7 @@ output {
template_name => "so-ossec"
template => "/templates/so-ossec-template.json"
template_overwrite => true
{%- if salt['pillar.get']('nodestab', {}) %}
{%- if grains['role'] in ['so-node','so-heavynode'] %}
ssl => true
ssl_verification => false
{%- endif %}

View File

@@ -13,7 +13,7 @@ output {
template_name => "so-strelka"
template => "/templates/so-strelka-template.json"
template_overwrite => true
{%- if salt['pillar.get']('nodestab', {}) %}
{%- if grains['role'] in ['so-node','so-heavynode'] %}
ssl => true
ssl_verification => false
{%- endif %}