Skip to content

Commit 307bd9b

Browse files
committedAug 3, 2018
write the kibana service stdout and stderr to different log files (writing to a single file is not really supported by nssm)
1 parent dd3673e commit 307bd9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎Vagrantfile-provision-kibana.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ nssm set $serviceName AppRotateFiles 1
7272
nssm set $serviceName AppRotateOnline 1
7373
nssm set $serviceName AppRotateSeconds 86400
7474
nssm set $serviceName AppRotateBytes (10*1024*1024)
75-
nssm set $serviceName AppStdout $kibanaHome\logs\service.log
76-
nssm set $serviceName AppStderr $kibanaHome\logs\service.log
75+
nssm set $serviceName AppStdout $kibanaHome\logs\service-stdout.log
76+
nssm set $serviceName AppStderr $kibanaHome\logs\service-stderr.log
7777

7878
choco install -y carbon
7979
Update-SessionEnvironment

0 commit comments

Comments
 (0)
Please sign in to comment.