[package testing] Update logging and pid configuration (#111059)

With the merge of #98213, pid and log file settings were moved from
command line options to kibana.yml.  Package tests use a non-default
kibana.yml and these settings were not applied.  This updates our
configuration to include these settings.
This commit is contained in:
Jonathan Budzenski 2021-09-02 19:11:45 -05:00 committed by GitHub
parent e704a52f6e
commit 95423242ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,3 +3,6 @@ server.host: 0.0.0.0
elasticsearch.hosts: http://192.168.50.1:9200
elasticsearch.username: "{{ elasticsearch_username }}"
elasticsearch.password: "{{ elasticsearch_password }}"
pid.file: /run/kibana/kibana.pid
logging.dest: /var/log/kibana/kibana.log