Merge pull request #8197 from Security-Onion-Solutions/fix/localfile_analyzer_csv_path

Ensure file_path uses jinja to derive the value(s) from the pillar
This commit is contained in:
weslambert
2022-06-27 10:36:59 -04:00
committed by GitHub

View File

@@ -1 +1 @@
file_path: []
file_path: "{{ salt['pillar.get']('sensoroni:analyzers:localfile:file_path', '') }}"