including elasticsearch in logstash state

This commit is contained in:
m0duspwnens
2020-07-16 10:12:10 -04:00
parent e4fff05dbc
commit f10f47ad4e
2 changed files with 3 additions and 6 deletions

View File

@@ -38,6 +38,9 @@
{% set PIPELINES = salt['pillar.get']('logstash:pipelines', {}) %} {% set PIPELINES = salt['pillar.get']('logstash:pipelines', {}) %}
{% set DOCKER_OPTIONS = salt['pillar.get']('logstash:docker_options', {}) %} {% set DOCKER_OPTIONS = salt['pillar.get']('logstash:docker_options', {}) %}
include:
- elasticsearch
# Create the logstash group # Create the logstash group
logstashgroup: logstashgroup:
group.present: group.present:

View File

@@ -138,7 +138,6 @@ base:
{%- if WAZUH != 0 %} {%- if WAZUH != 0 %}
- wazuh - wazuh
{%- endif %} {%- endif %}
- elasticsearch
- logstash - logstash
- kibana - kibana
- elastalert - elastalert
@@ -185,7 +184,6 @@ base:
{%- if WAZUH != 0 %} {%- if WAZUH != 0 %}
- wazuh - wazuh
{%- endif %} {%- endif %}
- elasticsearch
- logstash - logstash
- kibana - kibana
- pcap - pcap
@@ -237,7 +235,6 @@ base:
- common - common
- firewall - firewall
- logstash - logstash
- elasticsearch
- curator - curator
{%- if FLEETMANAGER or FLEETNODE %} {%- if FLEETMANAGER or FLEETNODE %}
- fleet.install_package - fleet.install_package
@@ -265,7 +262,6 @@ base:
- wazuh - wazuh
{%- endif %} {%- endif %}
- logstash - logstash
- elasticsearch
- curator - curator
- filebeat - filebeat
{%- if FLEETMANAGER or FLEETNODE %} {%- if FLEETMANAGER or FLEETNODE %}
@@ -309,7 +305,6 @@ base:
- wazuh - wazuh
{%- endif %} {%- endif %}
- logstash - logstash
- elasticsearch
- curator - curator
- kibana - kibana
- elastalert - elastalert
@@ -345,7 +340,6 @@ base:
- wazuh - wazuh
{%- endif %} {%- endif %}
- logstash - logstash
- elasticsearch
- curator - curator
- filebeat - filebeat
{%- if FLEETMANAGER or FLEETNODE %} {%- if FLEETMANAGER or FLEETNODE %}