Fix indentation

This commit is contained in:
weslambert
2022-11-21 17:01:16 -05:00
committed by GitHub
parent 310ea633b6
commit 72eccd2649

View File

@@ -146,7 +146,7 @@ filebeat.inputs:
processors: processors:
{%- if LOGNAME is match('^bacnet*|^cip*|^cotp*|^dnp3*|^ecat*|^enip*|^modbus*|^opcua*'|^profinet*'|^s7comm*') %} {%- if LOGNAME is match('^bacnet*|^cip*|^cotp*|^dnp3*|^ecat*|^enip*|^modbus*|^opcua*'|^profinet*'|^s7comm*') %}
- add_tags: - add_tags:
tags: ["ics"] tags: ["ics"]
{%- endif %} {%- endif %}
- drop_fields: - drop_fields:
fields: ["source", "prospector", "input", "offset", "beat"] fields: ["source", "prospector", "input", "offset", "beat"]
@@ -167,7 +167,7 @@ filebeat.inputs:
processors: processors:
{%- if LOGNAME is match('^bacnet*|^cip*|^cotp*|^dnp3*|^ecat*|^enip*|^modbus*|^opcua*'|^profinet*'|^s7comm*') %} {%- if LOGNAME is match('^bacnet*|^cip*|^cotp*|^dnp3*|^ecat*|^enip*|^modbus*|^opcua*'|^profinet*'|^s7comm*') %}
- add_tags: - add_tags:
tags: ["ics"] tags: ["ics"]
{%- endif %} {%- endif %}
- add_tags: - add_tags:
tags: ["import"] tags: ["import"]