mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-09 18:52:52 +01:00
FileBeat Module - Fix symlinks
This commit is contained in:
@@ -30,6 +30,18 @@ filebeatconfsync:
|
|||||||
- group: 0
|
- group: 0
|
||||||
- template: jinja
|
- template: jinja
|
||||||
|
|
||||||
|
# Create Symlinks to the keys so I can distribute it to all the things
|
||||||
|
|
||||||
|
fbkeylink:
|
||||||
|
file.symlink:
|
||||||
|
- name: /opt/so/saltstack/salt/filebeat/files/filebeat.key
|
||||||
|
- target: /etc/pki/filebeat.key
|
||||||
|
|
||||||
|
fbcrtlink:
|
||||||
|
file.symlink:
|
||||||
|
- name: /opt/so/saltstack/salt/filebeat/files/filebeat.crt
|
||||||
|
- target: /etc/pki/filebeat.crt
|
||||||
|
|
||||||
filebeatcrt:
|
filebeatcrt:
|
||||||
file.managed:
|
file.managed:
|
||||||
- name: /opt/so/conf/filebeat/etc/pki/filebeat.crt
|
- name: /opt/so/conf/filebeat/etc/pki/filebeat.crt
|
||||||
|
|||||||
Reference in New Issue
Block a user