Beats
Beispieldashboards
./scripts/import_dashboards -es http://labor05:9200
filebeat
filebeat.inputs: - type: log
- enabled: true paths:
- - /database/database10/log/postgresql-*.log
filebeat.config.modules:
- path: ${path.config}/modules.d/*.yml reload.enabled: false
setup.template.settings:
- index.number_of_shards: 3
tags: ["postgres", "vcloud"] setup.kibana: output.elasticsearch:
- enabled: false hosts: ["localhost:9200"]
output.logstash:
- hosts: ["elastic.deutschepost.de:5044"] ssl.certificate_authorities: ["/etc/filebeat/ssl/eagleeye.deutschepost.de.pem"] ssl.certificate: "/etc/filebeat/ssl/eagleeye.deutschepost.de.pem" ssl.key: "/etc/filebeat/ssl/eagleeye_deutschepost_de_pkcs8_pem.key" ssl.supported_protocols: ["TLSv1.2"] ssl.verification_mode: "none"
processors:
- - add_host_metadata: ~ - add_cloud_metadata: ~