21 lines
690 B
Plaintext
21 lines
690 B
Plaintext
$OpenBSD: patch-config_kibana_yml,v 1.7 2020/11/19 20:28:03 pvk Exp $
|
|
Index: config/kibana.yml
|
|
--- config/kibana.yml.orig
|
|
+++ config/kibana.yml
|
|
@@ -86,13 +86,13 @@
|
|
#pid.file: /var/run/kibana.pid
|
|
|
|
# Enables you to specify a file where Kibana stores log output.
|
|
-#logging.dest: stdout
|
|
+logging.dest: /var/log/kibana/kibana.log
|
|
|
|
# Set the value of this setting to true to suppress all logging output.
|
|
#logging.silent: false
|
|
|
|
# Set the value of this setting to true to suppress all logging output other than error messages.
|
|
-#logging.quiet: false
|
|
+logging.quiet: true
|
|
|
|
# Set the value of this setting to true to log all events, including system usage information
|
|
# and all requests.
|