Skip to content

Commit

Permalink
[package testing] Update logging and pid configuration (#111059) (#11…
Browse files Browse the repository at this point in the history
…1073)

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.

Co-authored-by: Jonathan Budzenski <jon@budzenski.me>
  • Loading branch information
kibanamachine and jbudz authored Sep 3, 2021
1 parent 5078f4a commit 8955d54
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/package/templates/kibana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8955d54

Please sign in to comment.