kibana/test/package/templates/kibana.yml
Kibana Machine f40d973f8b
[package testing] Update networking profile to account for virtualbox update (#127298) (#127322)
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>
2022-03-09 12:21:05 -07:00

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