Skip to content
Snippets Groups Projects
Commit 1b2a9d60 authored by godog's avatar godog
Browse files

Merge branch 'kibana7' into 'master'

log-collector: upgrade to kibana 7

See merge request !116
parents f8b9dba6 fafc2163
Branches
No related tags found
1 merge request!116log-collector: upgrade to kibana 7
...@@ -17,9 +17,6 @@ server.host: "0.0.0.0" ...@@ -17,9 +17,6 @@ server.host: "0.0.0.0"
# The Kibana server's name. This is used for display purposes. # The Kibana server's name. This is used for display purposes.
server.name: "logs.{{ domain_public[0] }}" server.name: "logs.{{ domain_public[0] }}"
# The URL of the Elasticsearch instance to use for all your queries.
elasticsearch.url: "http://localhost:9200"
# When this setting's value is true Kibana uses the hostname specified in the server.host # When this setting's value is true Kibana uses the hostname specified in the server.host
# setting. When the value of this setting is false, Kibana uses the hostname of the host # setting. When the value of this setting is false, Kibana uses the hostname of the host
# that connects to this Kibana instance. # that connects to this Kibana instance.
......
...@@ -53,7 +53,7 @@ log-collector: ...@@ -53,7 +53,7 @@ log-collector:
- /var/spool/rsyslog-collector: /var/spool/rsyslog - /var/spool/rsyslog-collector: /var/spool/rsyslog
- /var/log/remote: /var/log/remote - /var/log/remote: /var/log/remote
- name: kibana - name: kibana
image: registry.git.autistici.org/ai3/docker/kibana:master image: registry.git.autistici.org/ai3/docker/kibana:kibana7
port: 5061 port: 5061
volumes: volumes:
- /etc/kibana/kibana.yml: /etc/kibana/kibana.yml - /etc/kibana/kibana.yml: /etc/kibana/kibana.yml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment