mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-08 18:22:47 +01:00
Filebeat Fix filebeat for ssl
This commit is contained in:
@@ -12,7 +12,8 @@
|
|||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
{% set lsaccessip = salt['pillar.get']('master:lsaccessip', '') %}
|
{%- set MASTER = grains['master'] %}
|
||||||
|
{%- set MASTERIP = salt['pillar.get']('static:masterip', '') %}
|
||||||
|
|
||||||
# Filebeat Setup
|
# Filebeat Setup
|
||||||
filebeatetcdir:
|
filebeatetcdir:
|
||||||
@@ -54,6 +55,7 @@ so-filebeat:
|
|||||||
- image: toosmooth/so-filebeat:techpreview
|
- image: toosmooth/so-filebeat:techpreview
|
||||||
- hostname: so-filebeat
|
- hostname: so-filebeat
|
||||||
- user: root
|
- user: root
|
||||||
|
- extrahosts: {{ MASTER }}:{{ MASTERIP }}
|
||||||
- binds:
|
- binds:
|
||||||
- /opt/so/log/filebeat:/var/log/filebeat:rw
|
- /opt/so/log/filebeat:/var/log/filebeat:rw
|
||||||
- /opt/so/conf/filebeat/etc/filebeat.yml:/usr/share/filebeat/filebeat.yml:ro
|
- /opt/so/conf/filebeat/etc/filebeat.yml:/usr/share/filebeat/filebeat.yml:ro
|
||||||
|
|||||||
Reference in New Issue
Block a user