We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f161831 commit f172879Copy full SHA for f172879
ansible/roles/filebeat/templates/filebeat.service.j2
@@ -24,7 +24,7 @@ ExecStart=/usr/bin/podman run \
24
--volume /var/log/:/logs:ro \
25
--volume /etc/filebeat/filebeat.yml:/usr/share/filebeat/filebeat.yml:ro \
26
--detach=True docker.elastic.co/beats/filebeat-oss:{{ filebeat_version }} \
27
- --env -strict.perms=false -d "*"
+ -e -strict.perms=false -d "*"
28
ExecStop=/usr/bin/podman stop --ignore filebeat -t 10
29
ExecStopPost=/usr/bin/podman rm --ignore -f filebeat
30
KillMode=none
0 commit comments