-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkibana.yml
23 lines (20 loc) · 828 Bytes
/
kibana.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
## Default Kibana configuration from kibana-docker.
## https://github.com/elastic/kibana-docker/blob/master/.tedi/template/kibana.yml.j2
#
server.name: kibana
server.host: "0"
elasticsearch.hosts: [ "http://elasticsearch:9200" ]
xpack.monitoring.ui.container.elasticsearch.enabled: true
## X-Pack security credentials
#
elasticsearch.username: elastic
elasticsearch.password: changeme
## X-Pack LogsUI configuration
xpack.infra.sources.default.logAlias: "filebeat-*
#,logstash-*,flogs-*"
xpack.infra.sources.default.fields.timestamp: "@timestamp"
xpack.infra.sources.default.fields.message: ['message', '@message', 'message_content']
## X-Pack Claves para conectores de alertas
xpack.security.encryptionKey: "abcdefghijklmnopqrstuvwxyz012345"
xpack.encryptedSavedObjects.encryptionKey: "abcdefghijklmnopqrstuvwxyz012345"