|
@@ -155,10 +155,9 @@ data:
|
|
setup.dashboards.enabled: true
|
|
setup.dashboards.enabled: true
|
|
setup.template.enabled: true
|
|
setup.template.enabled: true
|
|
output.elasticsearch:
|
|
output.elasticsearch:
|
|
- username: ${ELASTICSEARCH_USERNAME}
|
|
|
|
- password: ${ELASTICSEARCH_PASSWORD}
|
|
|
|
- #hosts: ${ELASTICSEARCH_HOST}
|
|
|
|
- hosts: ['${ELASTICSEARCH_HOST:elasticsearch}:${ELASTICSEARCH_PORT:9200}']
|
|
|
|
|
|
+ username: elastic
|
|
|
|
+ password: changeme
|
|
|
|
+ hosts: [elasticsearch:9200]
|
|
index: "frontend-filebeat"
|
|
index: "frontend-filebeat"
|
|
setup.kibana:
|
|
setup.kibana:
|
|
- host: '${KIBANA_HOST:kibana}:${KIBANA_PORT:5601}'
|
|
|
|
|
|
+ host: 'kibana:5601'
|