Merge pull request #2702 from Security-Onion-Solutions/essecurity

SSL with Elastic Basic license. Remove features option.
This commit is contained in:
Mike Reeves
2021-01-21 13:57:28 -05:00
committed by GitHub
5 changed files with 24 additions and 23 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ filebeatconfsync:
OUTPUT: {{ salt['pillar.get']('filebeat:config:output', {}) }}
so-filebeat:
docker_container.running:
- image: {{ MANAGER }}:5000/{{ IMAGEREPO }}/so-filebeat:{{ VERSION }}{{ FEATURES }}
- image: {{ MANAGER }}:5000/{{ IMAGEREPO }}/so-filebeat:{{ VERSION }}
- hostname: so-filebeat
- user: root
- extra_hosts: {{ MANAGER }}:{{ MANAGERIP }},{{ LOCALHOSTNAME }}:{{ LOCALHOSTIP }}