#filebeat.config: # modules: # path: ${path.config}/modules.d/*.yml # reload.enabled: false filebeat.autodiscover: providers: - type: docker hints.enabled: true processors: - add_cloud_metadata: ~ - add_locale: format: offset - add_docker_metadata: host: "unix:///var/run/docker.sock" - add_host_metadata: ~ - decode_json_fields: fields: ["message"] target: "json" overwrite_keys: true setup: kibana: host: '${KIBANA_HOSTS:kibana:5601}' ssl: verification_mode: none template: enabled: true name: "filebeat-%{[agent.version]}" pattern: "index-%{[beat.version]}-*" dashboards: enabled: false #index: "filebeat-%{[agent.version]}-*" output.elasticsearch: hosts: '[${ELASTICSEARCH_HOSTS:elasticsearch:9200}]' username: '${ELASTICSEARCH_USERNAME:}' password: '${ELASTICSEARCH_PASSWORD:}' ssl: verification_mode: none indices: - index: "filebeat-%{[agent.version]}-%{[container.name]:common}-%{+yyyy.MM.dd}" #logging.json: true #logging.metrics.enabled: false