aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/msb/resources
diff options
context:
space:
mode:
authorLi Zi <li.zi30@zte.com.cn>2018-08-06 09:26:27 +0000
committerLi Zi <li.zi30@zte.com.cn>2018-08-07 02:42:48 +0000
commitc5290dc05be5ca1987d0a794769229e55e8e1126 (patch)
treed49d18491d23be20c6668de1961a11168939621b /kubernetes/msb/resources
parentf2895bdfbff1a7c40dd7c247dcefcc19d43dcde0 (diff)
Fix the issue can't get log of msb in kibana
Issue-ID: MSB-267 Change-Id: Ie6bebdd7b8dde8cfd87c2ddcedc8f2831f9d98dd Signed-off-by: LiZi <li.zi30@zte.com.cn>
Diffstat (limited to 'kubernetes/msb/resources')
-rw-r--r--kubernetes/msb/resources/config/log/filebeat/filebeat.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/msb/resources/config/log/filebeat/filebeat.yml b/kubernetes/msb/resources/config/log/filebeat/filebeat.yml
index 0bc14ea908..b0d4690754 100644
--- a/kubernetes/msb/resources/config/log/filebeat/filebeat.yml
+++ b/kubernetes/msb/resources/config/log/filebeat/filebeat.yml
@@ -21,7 +21,7 @@ output.logstash:
#List of logstash server ip addresses with port number.
#But, in our case, this will be the loadbalancer IP address.
#For the below property to work the loadbalancer or logstash should expose 5044 port to listen the filebeat events or port in the property should be changed appropriately.
- hosts: ["{{.Values.config.logstashServiceName}}:{{.Values.config.logstashPort}}"]
+ hosts: ["{{.Values.config.logstashServiceName}}.{{.Release.Namespace}}:{{.Values.config.logstashPort}}"]
#If enable will do load balancing among availabe Logstash, automatically.
loadbalance: true