mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -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.
(cherry picked from commit ab109db73f
)
Co-authored-by: Jonathan Budzenski <jon@elastic.co>
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
|