mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-05-11 05:40:32 +02:00
Salt Top - Fix syntax Error
This commit is contained in:
+3
-3
@@ -26,14 +26,14 @@ base:
|
|||||||
{%- if nodetype == 'parser' %}
|
{%- if nodetype == 'parser' %}
|
||||||
- common
|
- common
|
||||||
- logstash
|
- logstash
|
||||||
{% elsif nodetype == 'hot' %}
|
{% elif nodetype == 'hot' %}
|
||||||
- common
|
- common
|
||||||
- logstash
|
- logstash
|
||||||
- elasticsearch
|
- elasticsearch
|
||||||
{% elseif nodetype == 'warm' %}
|
{% elif nodetype == 'warm' %}
|
||||||
- common
|
- common
|
||||||
- elasticsearch
|
- elasticsearch
|
||||||
{% elseif nodetype == 'storage' %}
|
{% elif nodetype == 'storage' %}
|
||||||
- common
|
- common
|
||||||
- logstash
|
- logstash
|
||||||
- elasticsearch
|
- elasticsearch
|
||||||
|
|||||||
Reference in New Issue
Block a user