Skip to content
This repository was archived by the owner on Dec 14, 2022. It is now read-only.

Commit e352ab2

Browse files
author
Chris Wiechmann
committed
[skip] Don't quote the default Filebeat name
1 parent d3f983b commit e352ab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

filebeat/filebeat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# If you are missing a certain feature or discover a bug, please raise an issue instead:
55
# https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/issues
6-
name: Filebeat ${GATEWAY_NAME:"API-Gateway"}
6+
name: Filebeat ${GATEWAY_NAME:API-Gateway}
77

88
# Wait for max 60 seconds before stopping - This helps to avoid data loss, when stopping filebeat!
99
filebeat.shutdown_timeout: 60s

0 commit comments

Comments
 (0)