Skip to content

Commit

Permalink
update package test configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Sep 3, 2021
1 parent ed285e7 commit 1afb919
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion test/package/templates/kibana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,14 @@ elasticsearch.username: "{{ elasticsearch_username }}"
elasticsearch.password: "{{ elasticsearch_password }}"

pid.file: /run/kibana/kibana.pid
logging.dest: /var/log/kibana/kibana.log
logging:
appenders:
file:
type: file
fileName: kibana.log
layout:
type: pattern
root:
appenders:
- default
- file

0 comments on commit 1afb919

Please sign in to comment.