mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
With a recent virtualbox update, we're getting failures in CI with: > The IP address configured for the host-only network is not within the > allowed ranges. Please update the address used to be within the allowed > ranges and run the command again. This updates the IP range used to be compatible.
18 lines
389 B
YAML
18 lines
389 B
YAML
server.host: 0.0.0.0
|
|
|
|
elasticsearch.hosts: http://192.168.56.1:9200
|
|
elasticsearch.username: "{{ elasticsearch_username }}"
|
|
elasticsearch.password: "{{ elasticsearch_password }}"
|
|
|
|
pid.file: /run/kibana/kibana.pid
|
|
logging:
|
|
appenders:
|
|
file:
|
|
type: file
|
|
fileName: /var/log/kibana/kibana.log
|
|
layout:
|
|
type: json
|
|
root:
|
|
appenders:
|
|
- default
|
|
- file
|