Merge pull request #9343 from Security-Onion-Solutions/fix/analyzers_localfile_file_path

FIX: Ensure file path is ascertainable by localfile.py for localfile analyzer
This commit is contained in:
weslambert
2022-12-08 17:08:19 -05:00
committed by GitHub

View File

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