Skip to content

Commit

Permalink
[7.3] Update where log files are written using systemd (#47570) (#51466)
Browse files Browse the repository at this point in the history
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:
#6579
  • Loading branch information
Spencer authored Nov 22, 2019
1 parent e11bd9a commit 4d94612
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/setup/install/systemd.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

0 comments on commit 4d94612

Please sign in to comment.