|
@@ -157,7 +157,7 @@ data:
|
|
output.elasticsearch:
|
|
output.elasticsearch:
|
|
username: elastic
|
|
username: elastic
|
|
password: changeme
|
|
password: changeme
|
|
- hosts: [elasticsearch:9200]
|
|
|
|
|
|
+ hosts: ['elasticsearch:9200']
|
|
index: "frontend-filebeat"
|
|
index: "frontend-filebeat"
|
|
setup.kibana:
|
|
setup.kibana:
|
|
- host: 'kibana:5601'
|
|
|
|
|
|
+ host: 'http://kibana-svc:5601'
|