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

Commit e9cea78

Browse files
author
Chris Wiechmann
committed
Update custom-entrypoint.sh
1 parent 50e52e3 commit e9cea78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kibana/scripts/custom-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash -e
22

33
# This scripts adjusts the configured list of Elasticsearch hosts
4-
# Kibana requires each host to be double quoted
4+
# Kibana requires each host to be double quoted
55

66
hostsForKibana=`echo ${ELASTICSEARCH_HOSTS} | awk '{split($0, va, /,/); vl=""; for (v in va) { if (vl =="" ) vl = sprintf("\"%s\"", va[v]); else vl = vl sprintf(",\"%s\"", va[v]); } print(vl) }'`
77

0 commit comments

Comments
 (0)