mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-08 18:22:47 +01:00
define ZEEKLOGLOOKUP in the yaml
This commit is contained in:
@@ -4,7 +4,3 @@
|
|||||||
{% import_yaml 'filebeat/securityoniondefaults.yaml' as SODEFAULTS %}
|
{% import_yaml 'filebeat/securityoniondefaults.yaml' as SODEFAULTS %}
|
||||||
{% set SO = SODEFAULTS.securityonion_filebeat %}
|
{% set SO = SODEFAULTS.securityonion_filebeat %}
|
||||||
{#% set SO = salt['pillar.get']('filebeat:third_party_filebeat', default=SODEFAULTS.third_party_filebeat, merge=True) %#}
|
{#% set SO = salt['pillar.get']('filebeat:third_party_filebeat', default=SODEFAULTS.third_party_filebeat, merge=True) %#}
|
||||||
|
|
||||||
{% set ZEEKLOGLOOKUP = {
|
|
||||||
'conn': 'connection',
|
|
||||||
} %}
|
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
{%- set ZEEKVER = salt['pillar.get']('global:mdengine', '') %}
|
{%- set ZEEKVER = salt['pillar.get']('global:mdengine', '') %}
|
||||||
{% from 'filebeat/map.jinja' import ZEEKLOGLOOKUP with context %}
|
{% set ZEEKLOGLOOKUP = {
|
||||||
|
'conn': 'connection',
|
||||||
|
} %}
|
||||||
|
|
||||||
securityonion_filebeat:
|
securityonion_filebeat:
|
||||||
modules:
|
modules:
|
||||||
|
|||||||
Reference in New Issue
Block a user