handle the docker port bindings for filebeat modules

This commit is contained in:
m0duspwnens
2021-05-10 18:08:47 -04:00
parent 01a121e029
commit efc028d0a5
3 changed files with 12 additions and 1 deletions

2
salt/filebeat/map.jinja Normal file
View File

@@ -0,0 +1,2 @@
{% import_yaml 'filebeat/thirdpartydefaults.yaml' as TPDEFAULTS %}
{% set THIRDPARTY = salt['pillar.get']('filebeat:third_party_filebeat', default=TPDEFAULTS.third_party_filebeat, merge=True) %}