mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[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:
parent
e704a52f6e
commit
95423242ac
1 changed files with 3 additions and 0 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue