values.yaml 308 B

12345678910111213141516
  1. deployment:
  2. enabled: true
  3. daemonset:
  4. enabled: false
  5. filebeatConfig:
  6. filebeat.yml: |
  7. filebeat.inputs:
  8. - type: log
  9. paths:
  10. - /usr/share/filebeat/logs/filebeat
  11. output.elasticsearch:
  12. host: '${NODE_NAME}'
  13. hosts: '${ELASTICSEARCH_HOSTS:elasticsearch-master:9200}'