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

Commit b0e9c32

Browse files
author
Chris Wiechmann
committed
[skip ci] Removed trailing slashes for kubectl create configmap
1 parent 1abbd9c commit b0e9c32

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

filebeat/filebeat.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Please don't change this file as it is supposed to be overwritten as
1+
# Please don't change this file as it is supposed to be overwritten as
22
# part of fixes or enhancements.
33
#
44
# If you are missing a certain feature or discover a bug, please raise an issue instead:
@@ -7,7 +7,7 @@ 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
10-
# Endpoint used by Metricbeat
10+
# Endpoint used by Metricbeat
1111
http.enabled: true
1212
http.host: "0.0.0.0"
1313

@@ -73,7 +73,7 @@ filebeat.inputs:
7373

7474
# Required for Trace-Messages logged by the API-Gateway
7575
processors:
76-
- add_locale:
76+
- add_locale:
7777

7878
output.logstash:
7979
hosts: ${LOGSTASH_HOSTS}

0 commit comments

Comments
 (0)