[7.0] Update where log files are written using systemd (#47570) (#51469)

At least for kibana-oss 7.4, this is how I can access Kibana logs. 
The file `/var/log/kibana` is not created and if I set it as a log file, kibana does not have permission to write there. 
See also:
https://github.com/elastic/kibana/issues/6579
This commit is contained in:
Spencer 2019-11-22 09:54:13 -07:00 committed by GitHub
parent f7fe764a84
commit 3dc0fbeadc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,5 +18,5 @@ sudo systemctl stop kibana.service
--------------------------------------------
These commands provide no feedback as to whether Kibana was started
successfully or not. Instead, this information will be written in the log
files located in `/var/log/kibana/`.
successfully or not. Log information can be accessed via
`journalctl -u kibana.service`.