Skip to content

Commit f172879

Browse files
committed
fix filebeat command broken in 06b3cc6
1 parent f161831 commit f172879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/roles/filebeat/templates/filebeat.service.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ExecStart=/usr/bin/podman run \
2424
--volume /var/log/:/logs:ro \
2525
--volume /etc/filebeat/filebeat.yml:/usr/share/filebeat/filebeat.yml:ro \
2626
--detach=True docker.elastic.co/beats/filebeat-oss:{{ filebeat_version }} \
27-
--env -strict.perms=false -d "*"
27+
-e -strict.perms=false -d "*"
2828
ExecStop=/usr/bin/podman stop --ignore filebeat -t 10
2929
ExecStopPost=/usr/bin/podman rm --ignore -f filebeat
3030
KillMode=none

0 commit comments

Comments
 (0)